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

# Token Overview

$DN is DeepNode's native token. It is the backbone of the platform, and will be deployed through DeepNode's official launch.

Every AI task, every model call, every miner reward, and every validator action settles in $DN.

| Ticker           | $DN                                        |
| ---------------- | ------------------------------------------ |
| Contract Address | 0x9B6a1d4fa5d90E5f2D34130053978D14Cd301d58 |
| Fixed Supply     | 100,000,000                                |
| Networks         | Ethereum, Base, BSC                        |

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

## Token Distribution

**Emissions + Grants (50%):** <mark style="color:$info;">For DeepNode participants who run the network.</mark>

**Team/Advisors (15%)**: <mark style="color:$info;">For the team and advisors.</mark>

**Treasury (10%)**: <mark style="color:$info;">For listings, foundation and partnerships.</mark>&#x20;

**Liquidity (10%):** <mark style="color:$info;">For CEX and DEX liquidity.</mark>

**Seed (8%):** <mark style="color:$info;">For Seed investors.</mark>

**Strategic (4%):** <mark style="color:$info;">For Strategic partners.</mark>

**Private (1%):** <mark style="color:$info;">For Private investors.</mark>

**Airdrop (2%):** <mark style="color:$info;">For users of the DeepNode ecosystem.</mark>

## Vesting Schedule <a href="#vesting-schedule" id="vesting-schedule"></a>

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

**Emissions + Grants (50%):** <mark style="color:$info;">24% @ TGE, Remainder locked until Mainnet - Governed by POWR Smart Contract</mark>

**Team/Advisors (15%)**: <mark style="color:$info;">24-month cliff, 12-month linear vesting.</mark>

**Treasury (10%)**: <mark style="color:$info;">10% unlocked at TGE, 12-month lock, 12-month linear vesting.</mark>

**Liquidity (10%):** <mark style="color:$info;">75% unlocked at TGE, 12-month cliff, remaining unlocks.</mark>

**Seed (8%):** <mark style="color:$info;">12-month lock, 12-month linear vesting.</mark>

**Strategic (4%):** <mark style="color:$info;">12-month lock, 9-month linear vesting.</mark>

**Private (1%):** <mark style="color:$info;">12-month lock, 6-month linear vesting.</mark>

**Airdrop (2%):** <mark style="color:$info;">100% unlock @</mark> <mark style="color:$info;">TGE.</mark>


---

# 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://deepnode.gitbook.io/docs/ecosystem/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.
