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

# Tokenomics

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

<table><thead><tr><th width="133">Category</th><th width="193">BURR Tokens</th><th>Description</th><th>Emission Schedule</th></tr></thead><tbody><tr><td>Public Sale</td><td>20 million</td><td>Tokens purchased by early community backers during IDO and IEO events.</td><td>100% unlock on TGE</td></tr><tr><td>Pre-Sale</td><td>15 million</td><td>Only offered to launch partners and Printer NFT holders. Any unused amount to be burned post TGE</td><td>10%: unlock at TGE as BURR<br><br>remaining 90%: 6 month linear vest from TGE via <br><br>For claiming see <a data-mention href="/pages/rq0T7TB1Ro2I8XEK3ctN">/pages/rq0T7TB1Ro2I8XEK3ctN</a><br><br></td></tr><tr><td>Ecosystem Fund</td><td>4 million</td><td>Grants are allocated to community members or developers to support the creation of custom pools on the BurrBear platform, fostering innovation and ecosystem growth</td><td>linearly 8 years after 1 year cliff</td></tr><tr><td>LP Incentives</td><td>20 million</td><td>Incentives for builders, community members, and promotional opportunities. This will be a community governed fund that will reward participants of the Burrbear ecosystem, initially via a to-be-announced program, then eventually automated on chain.</td><td>Linear over 8 years</td></tr><tr><td>Protocol Owned Liquidity</td><td>6 million</td><td>Contributes to Protocol Owned Liquidity via Yeet Bonds integration</td><td>Distributed on Yeet Bonds platform linearly over 12 mos</td></tr><tr><td>Team</td><td>10 million</td><td>Token compensation for team members</td><td>1 year cliff and linear vest remaining over 4 years</td></tr><tr><td>Airdrop</td><td>5 million</td><td>Token compensation for early community supporters<br><br>Half (2.5% of total supply) gets streamed to Printer NFT holders over same time frame</td><td>Split between 5 quarters (total 15 mos)</td></tr><tr><td>Market Making</td><td>10 million</td><td>Enhance liquidity and stabilize trading conditions on exchanges, ensuring a smooth market experience for all participants</td><td>Used for DEX and CEX liquidity</td></tr><tr><td>Total</td><td>90 million</td><td></td><td></td></tr></tbody></table>


---

# 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://burrbear.gitbook.io/docs/tokenomics/tokenomics.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.
