> For the complete documentation index, see [llms.txt](https://docs.farmland.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.farmland.games/tokens/farm.md).

# FARM

Governance and liquid token of FarmLand ecosystem.&#x20;

[$FARM](/tokens/farm.md) has no max supply. In the beginning, we'll mint some amount of tokens described below:

<table><thead><tr><th width="245">Allocation</th><th width="156">Amount</th><th>Distribution</th><th>Initial Amount</th></tr></thead><tbody><tr><td>Team</td><td>22,300,000</td><td>2 years linear vesting</td><td>2,000,000</td></tr><tr><td>Marketing</td><td>15,700,000</td><td>2 years linear vesting</td><td>500,000</td></tr><tr><td>Liquidity</td><td>5,000,000</td><td>-</td><td>-</td></tr><tr><td>Staking Rewards</td><td>11,000,000</td><td>-</td><td>-</td></tr><tr><td>Community Bootstrap</td><td>10,000,000</td><td>-</td><td>-</td></tr><tr><td></td><td>64,000,000</td><td>-</td><td>-</td></tr></tbody></table>

After the game launch, [$FARM](/tokens/farm.md) tokens will be minted in return for [$BERRY](/tokens/berry.md) tokens.

[$FARM](/tokens/farm.md) tokens also will be used to mint NFTs of FarmLand ecosystem. The second  portion of our [$LAND](/nfts/land.md) NFTs will be minted with $FARM/AVAX LP tokens. Those LP tokens will be kept on a treasury wallet that our core team controls.

Initially, we have some built-in utilities for [$FARM](/tokens/farm.md):

* [$LAND Upgrade](/land-upgrade.md)
* Stake [$FARM](/tokens/farm.md) tokens and [$FARM](/tokens/farm.md)/AVAX LP tokens to earn [$WATER](/tokens/water.md) on [WELL](/well.md)

#### Dev allocation

Every time a user harvests their rewards, extra [$BERRY](/tokens/berry.md) tokens equal to 5% of the total reward are minted and sent to the dev wallet in order to use the development of our platform and product.


---

# 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:

```
GET https://docs.farmland.games/tokens/farm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
