> For the complete documentation index, see [llms.txt](https://docs.extrafi.io/extra_finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.extrafi.io/extra_finance/tokenomics/tokenomics-v1/allocation-and-emission.md).

# Allocation & Emission

## Allocation

The `$EXTRA` token has a hard cap of **1,000,000,000** tokens, with the following allocation:

<figure><img src="/files/IJAga7H40DywiFg3BwUV" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The owner authority of EXTRA token contract has been destroyed. Verify [here](https://optimistic.etherscan.io/token/0x2dad3a13ef0c6366220f989157009e501e7938f8#readContract#F6). No more EXTRA can be minted.
{% endhint %}

#### \* 60% (600,000,000) for the community&#x20;

Monthly unlock for a period of 3 years. Monthly emissions start at 20M $EXTRA (2% of the total supply) and decay at 1% per month.

Emissions are planned to be allocated to:

* Procotol Incentives, eg. lending pools, farming pools on Extra Finance
* `$EXTRA` token liquidity pools on mainstream DEXes like Velodrome
* `$veEXTRA` holders (`$EXTRA`token staking users)

according to a well-defined plan that aligns with the stage of protocol development.&#x20;

For instance, during the early stages of the protocol, emissions primarily focus on lending pools on Extra Finance. This ensures that liquidity providers can borrow their desired amount of assets to implement leveraged farming.

#### \* 26% (260,000,000) for ecosystem growth and partnerships

Quarterly unlock for a period of 3 years. Each quarter unlocks 2% of the total supply.

This section primarily focuses on protocol-to-protocol collaborations, protocol grants, and business development initiatives.

#### \* 10% (100,000,000) for team

6-month cliff period + 30-month vesting period under a quarterly unlock plan. (After 6 month locking period, each quarter unlocks 1% of the total supply.)

#### \* 3% (30,000,000) for airdrop

A comprehensive airdrop plan will be unveiled through our official blog, outlining the specific details and schedule. The airdrop itself will be executed in a series of sequential batches, with allocations designated for the community, ecosystem participants, and early users of the protocol. The initial airdrop will be carried out by the team, while subsequent airdrops will adhere to established governance procedures.

#### \* 1% (10,000,000) for initial liquidity

To create liquidity pools for `$EXTRA` token on mainstream DEXes. The initial liquidity pool would be `EXTRA-USDC` on Velodrome.

### Airdrop Scope

* Testnet early users with valid feedback (including randomly selected Galxe OATs holders)
* Top Optimism ecosystem delegators
* Extra Finance Community OG & Zealy Adventures
* TVL Contribution Event winners (Round 1&2)
* Velodrome Users: both a liquidity provider **AND** a veVELO holder
* Leverage yield farming enthusiasts

*(The airdrop will be conducted in sequential batches.)*

### Vesting Schedule

`$EXTRA` token vesting plan is as follows, all tokens with a cap of 1,000,000,000 will be unlocked by the end of 36 months since its token launch.

<figure><img src="/files/5IDbBhLDoJ47JI3AMKHW" alt=""><figcaption><p>A monthly schedule of EXTRA token</p></figcaption></figure>

### CIRCULATING TOKEN SUPPLY

{% embed url="<https://docs.google.com/spreadsheets/d/1GlyDZPuuXnX2Xud8G6bKBh8He1CIy4oFTQ112-cCXss/edit#gid=1125730305>" fullWidth="false" %}
$EXTRA CIRCULATING TOKEN SUPPLY
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.extrafi.io/extra_finance/tokenomics/tokenomics-v1/allocation-and-emission.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
