> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metadao.fi/llms.txt
> Use this file to discover all available pages before exploring further.

# META Token Details

> Tokenomics, supply information, and issuance mechanisms for the META token

## Overview

META is the governance and utility token of the MetaDAO protocol. This page covers supply, distribution, and issuance.

## Token Migration

<Warning>
  **Active Migration**: MetaDAO is migrating from legacy METAC to META. If you hold METAC, please migrate.
</Warning>

<Card title="Migrate Your Tokens" icon="arrow-right-arrow-left" href="https://v1.metadao.fi/migration">
  Migration portal — no fees, one-way
</Card>

| Token              | Mint Address                                  | Status       |
| ------------------ | --------------------------------------------- | ------------ |
| **META** (New)     | `METAwkXcqyXKy1AtsSgJ8JiUHwGCafnZL38n3vYmeta` | ✅ Active     |
| **METAC** (Legacy) | `METADDFL6wWMWEoKTFJwcThTbUmtarRJZjRpzUvkxhr` | ⚠️ Migrating |

* No fees. One-way. Migrate in batches if needed. Verify receipt in your wallet after migration.

<Info>
  Migration contract: [github.com/metaDAOproject/token-migrator](https://github.com/metaDAOproject/token-migrator), NPM `@metaDAOproject/token-migrator`
</Info>

## Supply Information

**META Mint Address:** `METAwkXcqyXKy1AtsSgJ8JiUHwGCafnZL38n3vYmeta`

<Card title="Solana Explorer" icon="magnifying-glass" href="https://explorer.solana.com/address/METAwkXcqyXKy1AtsSgJ8JiUHwGCafnZL38n3vYmeta">
  View live supply under "Current Supply"
</Card>

### Fetch Supply via JSON-RPC

Query any Solana RPC with `getTokenSupply`:

```bash theme={null}
curl https://api.mainnet-beta.solana.com \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"getTokenSupply","params":["METAwkXcqyXKy1AtsSgJ8JiUHwGCafnZL38n3vYmeta"]}'
```

For REST endpoints and full API docs, see [api-docs.metadao.fi](https://api-docs.metadao.fi/introduction).

### Maximum Supply

<Warning>
  **No Hard Cap**: META has no token-program-level cap. Mint authority is governance-controlled, not a human operator. Supply increases only via governance-approved proposals.
</Warning>

* No hard cap enforced by the token contract
* All issuance must be proposed and pass futarchy
* No silent or discretionary minting

### Initial Distribution

* 10M tokens at launch, fair launch mechanism
* No private sales or insider allocations at launch

## Issuance Mechanism

New META tokens are minted only through governance:

1. **Proposal** — Anyone can create one
2. **Stake** — 200,000 tokens (2%) staked for proposal to go live
3. **Markets** — 3-day conditional trading period
4. **Execution** — If traders judge issuance will increase value, tokens are minted

<Info>
  Lifecycle, timelocks, fund flows: [Token Mechanics](/token/mechanics)
</Info>

**Governance controls:** Market-based approval, transparent onchain process, no unilateral minting.

## Regulatory Compliance

<AccordionGroup>
  <Accordion title="Supply Transparency">
    Real-time supply via API. Changes occur only through governance proposals.
  </Accordion>

  <Accordion title="Issuance Predictability">
    Proposals visible before trading. 3-day period for market reaction.
  </Accordion>

  <Accordion title="No Hidden Inflation">
    No automatic inflation, scheduled unlocks, or vesting outside governance. All supply changes require market approval.
  </Accordion>
</AccordionGroup>

## Questions?

Contact the MetaDAO team through official channels.
