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

# Tokenomics

The Pool Party tokenomics are designed to align long-term incentives, promote community engagement, and ensure sustainable growth for the protocol. While details will be announced soon, our tokenomics model will focus on:

* **Incentives:** Rewarding early adopters, active participants, and contributors who support the ecosystem’s growth.
* **Scarcity Mechanisms:** Implementing strategies to reduce circulating supply, driving value for long-term holders.
* **Community-Centric Design:** Ensuring the token’s utility benefits all participants, from token holders, pool managers to investors.

Stay tuned for the full tokenomics release, where we’ll provide detailed insights into how Pool Party tokens will fuel our ecosystem and reward our growing community.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-sliders" style="color:$primary;">:sliders:</i></h4></td><td><strong>Configuration</strong></td><td>Every setting available in <code>platform.yaml</code>, with defaults and examples.</td><td><a href="/pages/d9d0c491bd6ddc44b62870815e0c5f8084161db7">/pages/d9d0c491bd6ddc44b62870815e0c5f8084161db7</a></td></tr><tr><td><h4><i class="fa-bookmark" style="color:$primary;">:bookmark:</i></h4></td><td><strong>Glossary</strong></td><td>Definitions of terms used throughout the docs and dashboard.</td><td><a href="/pages/dff362f27d99ce4f3ce1097edb0452720f00b694">/pages/dff362f27d99ce4f3ce1097edb0452720f00b694</a></td></tr></tbody></table>

{% hint style="info" %}
Looking for the API reference? It lives separately at [api.example.com](https://api.example.com/) — including OpenAPI spec, code samples, and a live test panel.
{% endhint %}


---

# 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://pool-party-xyz.gitbook.io/pool-party-docs/pool-party-v2-docs/resources/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.
