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

# WalkN App Tokenomics

### WalkN App Tokenomics

| Token Name                 | WALKN         |
| -------------------------- | ------------- |
| Blockchain                 | BSC           |
| Token Type                 | Governance    |
| Total Token Supply         | 3,000,000,000 |
| Initial Market Cap         | $40,000       |
| Initial Circulating Supply | 8.163.265     |

### $WALKN Token Allocation Breakdown:

![](/files/tRQyD4HxCU0pXcjx1Zc7)

| Token Sale                    | Tokens Allocation | Price   | Percentage |
| ----------------------------- | ----------------- | ------- | ---------- |
| Seed                          | 20.000.000        | $0.0035 | 0,7%       |
| Public IDO                    | 81.632.653        | $0.0049 | 2.7%       |
| WalkN Rewards/Staking/Airdrop | 1.698.367.347     |         | 56.6%      |
| KOL Marketing                 | 100.000.000       |         | 3.3%       |
| Team                          | 300.000.000       |         | 10%        |
| Advisors                      | 100.000.000       |         | 3.3%       |
| Liquidity (DEX and CEX)       | 500.000.000       |         | 16.7%      |
| Treasury                      | 200.000.000       |         | 6.6%       |
| Total Supply                  | 3,000,000,000     | 0       | 100%       |

### $WALKN Vesting Schedule

<table data-header-hidden><thead><tr><th width="218.0404858299595"></th><th width="150"></th><th width="150"></th><th></th></tr></thead><tbody><tr><td>Token Sale </td><td>Price</td><td>TGE %</td><td>Token Release</td></tr><tr><td>Seed</td><td>$0,0035</td><td>0%</td><td>1 month cliff, rest Linear Vesting over 12 months</td></tr><tr><td>Public IDO</td><td>$0,0049</td><td>10%</td><td>Rest Linear Vesting over 6 months </td></tr><tr><td>Rewards/Staking/Airdrop</td><td>0</td><td>0</td><td>1-month Cliff, then linear vesting for 20 months. Strategic Release for Ecosystem, Rewards, Staking, Airdrop</td></tr><tr><td>KOL Marketing</td><td>0</td><td>0</td><td>1 month Cliff, 10% month 2, rest linearly over 18 months</td></tr><tr><td>Team</td><td>0</td><td>0</td><td>12 month Cliff, then linear vesting over 12 months</td></tr><tr><td>Advisors</td><td>0</td><td>0</td><td>6 month Cliff, then linear vesting over 12 months </td></tr><tr><td>Liquidity (DEX and CEX)</td><td>0</td><td>0</td><td>Strategic release as per market demand</td></tr><tr><td>Treasury</td><td>0</td><td>0</td><td>1 month Cliff, 10% month 2, rest linearly over 18 months</td></tr></tbody></table>


---

# 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://walkn.gitbook.io/whitepaper/tokenomics/walkn-app-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.
