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

# Tokenomics

## Deeptics ($DPTX) — Tokenomics

### Token Metrics

<table><thead><tr><th width="234.234375">Metric</th><th>Value</th></tr></thead><tbody><tr><td><strong>Token Name</strong></td><td>Deeptics ($DPTX)</td></tr><tr><td><strong>Total Supply</strong></td><td>10,000,000 $DPTX</td></tr><tr><td><strong>Circulating Supply at TGE</strong></td><td>6,000,000 (Liquidity Pool 60%)</td></tr><tr><td><strong>Contract Address</strong></td><td>0xF17ED7686E6a7096F962f90f00bDeaBb45c7630d</td></tr><tr><td><strong>Token Standard</strong></td><td>BEP-20</td></tr><tr><td><strong>Blockchain</strong></td><td>BINANCE</td></tr><tr><td><strong>Decimals</strong></td><td>9</td></tr><tr><td><strong>Buy/Sell Tax</strong></td><td>5% / 5%</td></tr></tbody></table>

***

### Allocations

| Category       | Allocation      | Percentage |
| -------------- | --------------- | ---------- |
| Liquidity Pool | 6,000,000 $DPTX | 60%        |
| Ecosystem      | 4,000,000 $DPTX | 40%        |

***

### Ecosystem Usage (descriptive buckets)

* **Developer Incentives & R\&D** — rewards for robotics/ML devs, simulation creators, researchers.
* **Community & Education** — hackathons, grants, onboarding.
* **Strategic Partnerships** — collaborations with manufacturers, suppliers, labs.
* **Marketplace Liquidity** — strengthen liquidity in the Simulation Marketplace.
* **Exchange Liquidity & Listings** — DEX/CEX liquidity and listing requirements.
* **Platform Growth & Security** — audits, infra upgrades, protocol expansion.
* **Team Expansion** — hiring and contributor alignment.
* **Burn-to-Train Access** — optional burn for premium datasets/environments/priority testing.
* **Governance & Decision Power** — token-holder votes on upgrades, standards, rules.

***

### Fee / Tax Policy (5% / 5%) — Suggested Routing

| Destination           | Share |
| --------------------- | ----- |
| Ecosystem treasury    | 2%    |
| Marketing/Partnerhips | 2%    |
| Liquidity support     | 1%    |

*Note: routing can be modified via governance before/after deployment.*


---

# 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://deeptics.gitbook.io/deeptics-whitepaper/economics/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.
