> For the complete documentation index, see [llms.txt](https://triple-plus-global.gitbook.io/tpt-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://triple-plus-global.gitbook.io/tpt-whitepaper/tpt-token/token-distribution.md).

# Token Distribution

## Token Distribution

### Total Supply

**500,000,000 TPT** — Fixed supply, no inflation.

The TPT token powers the protocol's trade finance infrastructure. The allocation is designed to prioritize long-term ecosystem growth while ensuring sustainable development and aligned incentives across all stakeholders.

***

### Allocation

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

<table><thead><tr><th>Allocation</th><th width="139">Percentage</th><th>Tokens</th><th>Purpose</th></tr></thead><tbody><tr><td><strong>Ecosystem &#x26; Rewards</strong></td><td>45%</td><td>225,000,000</td><td>Trade mining, staking rewards, liquidity incentives, grants</td></tr><tr><td><strong>Treasury</strong></td><td>20%</td><td>100,000,000</td><td>Development fund, strategic reserves, future initiatives</td></tr><tr><td><strong>Marketing &#x26; Partnerships</strong></td><td>15.12%</td><td>75,600,000</td><td>Growth campaigns, exchange listings, partnerships, KOLs</td></tr><tr><td><strong>Team</strong></td><td>10%</td><td>50,000,000</td><td>Core contributors, long-term alignment</td></tr><tr><td><strong>Advisors</strong></td><td>7.8%</td><td>39,000,000</td><td>Strategic guidance, industry expertise</td></tr><tr><td><strong>Liquidity</strong></td><td>2%</td><td>10,000,000</td><td>Initial DEX liquidity, market making</td></tr><tr><td><strong>Investors (Private)</strong></td><td>0.08%</td><td>400,000</td><td>Early supporters</td></tr></tbody></table>

***

### Vesting Schedule

| Allocation                   | TGE Unlock | Cliff     | Vesting          |
| ---------------------------- | ---------- | --------- | ---------------- |
| **Ecosystem & Rewards**      | 5%         | —         | 48 months linear |
| **Treasury**                 | 0%         | 6 months  | 36 months linear |
| **Marketing & Partnerships** | 15%        | —         | 24 months linear |
| **Team**                     | 0%         | 12 months | 36 months linear |
| **Advisors**                 | 0%         | 6 months  | 24 months linear |
| **Liquidity**                | 100%       | —         | Fully unlocked   |
| **Investors (Private)**      | 100%       | —         | Fully unlocked   |

#### Vesting Terms

* **TGE (Token Generation Event)** — Percentage unlocked immediately at launch
* **Cliff** — Waiting period before any tokens begin unlocking
* **Linear Vesting** — Equal monthly unlocks over the vesting period

***

### Emission Schedule

```mermaid
flowchart LR
    subgraph TGE["Launch"]
        T1["4.54%<br/>Circulating"]
    end
    
    subgraph Y1["Year 1"]
        Y1a["~27%<br/>Circulating"]
    end
    
    subgraph Y2["Year 2"]
        Y2a["~55%<br/>Circulating"]
    end
    
    subgraph Y4["Year 4"]
        Y4a["100%<br/>Circulating"]
    end
    
    TGE --> Y1 --> Y2 --> Y4
```

#### Circulating Supply Over Time

| Milestone        | Circulating Supply | % of Total |
| ---------------- | ------------------ | ---------- |
| **TGE (Launch)** | 32,990,000         | 6.6%       |
| **Month 6**      | \~69,698,927       | 13.94%     |
| **Month 12**     | 139,325,855        | 27.87%     |
| **Month 24**     | 294,795,929        | 58.96%     |
| **Month 36**     | 408,939,045        | 81.79%     |
| **Month 48**     | 500,000,000        | 100%       |

***

### Monthly Unlock Breakdown

| Allocation                   | Monthly Unlock | Unlock Period |
| ---------------------------- | -------------- | ------------- |
| **Ecosystem & Rewards**      | 4,547,872      | Months 1-48   |
| **Treasury**                 | 2,702,703      | Months 7-42   |
| **Marketing & Partnerships** | 2,793,913      | Months 1-24   |
| **Team**                     | 1,351,351      | Months 13-48  |
| **Advisors**                 | 1,560,000      | Months 7-30   |

***

### TGE Unlock Summary

| Allocation               | TGE Amount             |
| ------------------------ | ---------------------- |
| Ecosystem & Rewards      | 11,250,000             |
| Marketing & Partnerships | 11,340,000             |
| Liquidity                | 10,000,000             |
| Investors (Private)      | 400,000                |
| **Total at TGE**         | **22,690,000 (4.54%)** |

***

### Token Release Transparency

All token releases will be:

* Announced in advance
* Visible on-chain
* Reported in regular updates

No surprise unlocks or hidden allocations.

{% hint style="info" %}
The low initial circulating supply (4.54%) and extended vesting periods are designed to ensure long-term alignment and minimize early selling pressure.
{% 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://triple-plus-global.gitbook.io/tpt-whitepaper/tpt-token/token-distribution.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.
