# Tokenomics

{% hint style="info" %}
The goal is to create a robust price floor for our native token so burn and vesting strategies will play a central role in achieving that goal.

The Token Generation Event (TGE) will see a controlled number of coins unlocked to help establish a stable floor.

Tax is redistributed to stabilise and grow the token price, while helping to keep the ecosystem robust.
{% endhint %}

{% tabs %}
{% tab title="Distribution" %}
**Total supply: 1 Billion**

**Pre-sale phases: 35%**

**Liquidity pool: 15%**

**Development: 15%**

**Marketing: 10%**

**Partnerships:  15%** &#x20;

**Bridge reserve: 5%**

**Foundation: 5%**
{% endtab %}

{% tab title="Buy Tax" %}
**Total tax: 3%**

**Marketing 1%**  &#x20;

**Liquidity pool 1%**   &#x20;

**Treasury   0.5%** &#x20;

**Burn   0.5%**
{% endtab %}

{% tab title="Sell Tax" %}
**Total tax: 6%**

**Marketing 2%**  &#x20;

**Liquidity pool 2%**   &#x20;

**Treasury   1%** &#x20;

**Burn   1%**
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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://whitepaper.dpatoken.io/fundamentals/tokenomics.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.
