> 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-overview.md).

# Token Overview

## TPT Token

| Property           | Value           |
| ------------------ | --------------- |
| **Token Name**     | TPT             |
| **Network**        | Polygon         |
| **Total Supply**   | 500,000,000 TPT |
| **Token Standard** | ERC-20          |

***

## What is TPT?

TPT is the native utility token of the TPT Protocol. It powers platform operations, aligns incentives across participants, and will enable decentralized governance as the protocol matures.

***

## Token Functions

{% @mermaid/diagram content="flowchart TB
TPT\["TPT Token"]

```
TPT --> ACCESS["🔓 Platform Access"]
TPT --> FEES["💳 Fee Payment"]
TPT --> MINING["⛏️ Trade Mining"]
TPT --> GOV["🗳️ Governance"]

ACCESS --> A1["Stake to unlock<br/>investor tiers"]
FEES --> F1["Pay transaction<br/>fees at discount"]
MINING --> M1["Earn rewards for<br/>trading activity"]
GOV --> G1["Vote on protocol<br/>parameters (future)"]" %}
```

| Function            | Description                           | Status     |
| ------------------- | ------------------------------------- | ---------- |
| **Platform Access** | Stake TPT to access investor features | ✅ Live     |
| **Fee Payment**     | Pay fees in TPT at a discount         | ✅ Live     |
| **Trade Mining**    | Earn TPT rewards for P2P trading      | ✅ Live     |
| **Governance**      | Vote on protocol parameters           | 🗓️ Future |

***

## Why Hold TPT?

### For Investors

* Required for platform access (staking)
* Discounted fees when paying in TPT
* Governance participation (future)

### For Traders

* Earn trade mining rewards
* Zero-fee P2P trading
* Price appreciation potential

### For Sellers

* Priority verification processing
* Lower platform fees
* Governance input on seller-facing features

***

## Contract Information

| Item                 | Details                         |
| -------------------- | ------------------------------- |
| **Network**          | Polygon (MATIC)                 |
| **Contract Address** | \[To be published]              |
| **Decimals**         | 18                              |
| **Verified**         | \[Polygonscan link to be added] |

{% hint style="info" %}
Always verify the contract address through official channels before interacting.
{% 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-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.
