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

# Overview

Max Polter token supply across all chains is 101m.

Token is bridgeable via LayerZero's OFT standard. Stargate is one of the gateways that support LayerZero bridging. <https://stargate.finance/bridge><br>

The following table shows the allocations assigned when it was launched on Fantom chain on Jan 2024.

Note that the airdrop program has been paused on Fantom and reinstated on Sonic. Details on changes is at the [Sonic Tokenomics](/polter/tokenomics/sonic.md) page.

<table><thead><tr><th width="127"></th><th width="133">Amount</th><th>Details</th></tr></thead><tbody><tr><td>Incentives</td><td>45% : 45m</td><td><ul><li>For lenders and borrowers.</li></ul></td></tr><tr><td>Liquidity Pool</td><td>20% : 20m</td><td><ul><li>For marketing/liquidity and generally improving the ecosystem.</li></ul></td></tr><tr><td>Team</td><td>15% : 15m</td><td></td></tr><tr><td>Airdrop</td><td>20% : 21.22m</td><td></td></tr><tr><td><strong>Total</strong></td><td><strong>101.22m</strong></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://polter.gitbook.io/polter/tokenomics/overview.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.
