> For the complete documentation index, see [llms.txt](https://docs.forest.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forest.inc/usdforest-and-seed-economy-1.md).

# $FOREST & Seed Economy

{% hint style="info" %}
$FOREST is the economic backbone of the protocol. Seeds are the incentive layer that rewards participation and aligns users with protocol growth. Together, they form a self-sustaining flywheel.
{% endhint %}

Every token launched on Forest Protocol pairs with $FOREST. Every trade routes through it. Every fee and buyback touches it. $FOREST is the liquidity backbone and the value layer everything sits on.

#### Why $FOREST Matters

* **Shared liquidity** — All tokens pair with $FOREST. More tokens launched = deeper $FOREST liquidity. Every launch strengthens the pool.
* **Value routing** — Whether users are buying meme tokens, playing games, or trading — volume flows through $FOREST. Even users who never buy $FOREST directly contribute to its flywheel.
* **Deflationary pressure** — Protocol fees and creator-configured buybacks continuously purchase $FOREST from the market. More activity = more buybacks = more demand.
* **Protocol-backed launches** — Every new token launches with $FOREST liquidity from the first trade. No bootstrapping. No cold starts. No empty pools.

{% hint style="warning" %}
“Everything people do in FOREST feeds the ecosystem. That’s the whole point.”\
\&#xNAN;**– Edgars, CEO | FOREST**

**🔗 Original post:**[ https://x.com/0xEulers/status/1990419891245990047](https://x.com/0xEulers/status/1990419891245990047)[ ](https://x.com/0xEulers/status/1990419891245990047)
{% endhint %}

#### SEED: The Incentive Layer

Seeds are the off-chain currency of the Forest Protocol economy. They are earned through participation and used to claim real token rewards.

**How to Earn Seeds:**

* **Stake $FOREST** — Longer lock durations earn higher Seed multipliers (1, 3, 6, 9, 12 months)
* **Trade** **Campaigns** — Buy or sell the campaign tokens on Forest Protocol.
* **Quest Board** — Complete tasks in Seed Vault

Seeds are not tradeable. They are not transferable. They have one purpose: earning real token rewards through the Seed Vault.

#### Seed Vault

The Seed Vault is where Seeds turn into real token rewards. It's a time-bound auction system at the core of the Forest economy.

**How It Works:**

1. An auction launches with a fixed reward pool (e.g. 100K $FOREST or partner tokens)
2. Users bids Seeds into the auction during the open period
3. When the auction ends, the reward pool is distributed pro-rata based on each user's share of total Seeds deposited
4. Top depositors earn multipliers that boost their effective Seed count.

#### The Flywheel

Every part of Forest Protocol feeds the same loop:

1. **Launch** — New tokens launch with $FOREST liquidity and games attached
2. **Trade** — Volume routes through $FOREST. Fees generate buybacks. Traders earn Seeds in competitions.
3. **Stake** — $FOREST stakers earn yield and Seeds. Longer locks earn more.
4. **Auction** — Seeds are deposited into Seed Vault auctions to claim $FOREST and partner tokens
5. **Repeat** — Claimed tokens flow back into trading, staking, and gameplay. More Seeds earned. More auctions entered.

More creators → more tokens → more games → more players → more volume → more Seeds → more auctions → more $FOREST demand → more creators.

The loop is self-sustaining. Every new app, game, or agent that plugs in compounds the same economy.

#### $FOREST Tokenomics

{% hint style="warning" %}
**Ticker:** $FOREST\
**Total Supply:** 1,000,000,000\
**CA (BNB Smart Chain – BEP20):** `0x11cf6bf6d87cb0eb9c294fd6cbfec91ee3a1a7d0`
{% endhint %}

| Pool            | %   | Tokens      | Unlock | Cliff | Vesting |
| --------------- | --- | ----------- | ------ | ----- | ------- |
| Team & Advisors | 19% | 190,000,000 | 0%     | 18m   | 48m     |
| Investors       | 23% | 230,000,000 | 0%     | 12m   | 21m     |
| Public Sale     | 2%  | 20,000,000  | 100%   | 0     | 0       |
| Staking         | 15% | 150,000,000 | 0%     | 0     | 60m     |
| Rewards         | 12% | 120,000,000 | 10%    | 0     | 12m     |
| Liquidity       | 5%  | 50,000,000  | 50%    | 0     | 12m     |
| Community       | 24% | 240,000,000 | 10%    | 0     | 60m     |


---

# 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.forest.inc/usdforest-and-seed-economy-1.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.
