> For the complete documentation index, see [llms.txt](https://docs.noobclaw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.noobclaw.com/english/tokenomics.md).

# Tokenomics

#### I. Basic token parameters

| Item                        | Value                               |
| --------------------------- | ----------------------------------- |
| Token name                  | NoobCoin                            |
| Ticker                      | $NOOB                               |
| Standard                    | BEP-20 (BSC, Chain ID 56)           |
| Contract precision          | 18 decimals                         |
| **Total supply (hard cap)** | **1 billion ($NOOB 1,000,000,000)** |
| Deflation                   | 2% tax deflation                    |
| Burn mechanism              | see the "value loop" below          |

#### II. Initial token distribution (1 billion total)

> The following is a preliminary token-economics plan; final ratios and release cadence are subject to the whitepaper and the official TGE announcement.

<table><thead><tr><th width="179.5999755859375">Segment</th><th width="114.60003662109375">Share</th><th>Release cadence</th><th>Use</th></tr></thead><tbody><tr><td><strong>Community incentive pool</strong></td><td>2<strong>0%</strong></td><td>Released on demand by on-chain top-up / invite / activity, expected 36–48 months of linear consumption</td><td>Top-up purchase rewards, 6-level invite rebate, lucky bags, check-in, 4 major activity prize pools</td></tr><tr><td><strong>Liquidity &#x26; Exchanges</strong></td><td>15%</td><td>Full amount at TGE</td><td>DEX initial liquidity, CEX listing market-making, cross-chain bridge reserve</td></tr><tr><td><strong>Team</strong></td><td>15%</td><td>6-month cliff + 36-month linear</td><td>Core R&#x26;D, long-term incentives</td></tr><tr><td><strong>Early investors / strategic</strong></td><td>10%</td><td>3-month cliff + 18-month linear</td><td>Private sale, strategic partnerships</td></tr><tr><td><strong>Ecosystem fund / DAO</strong></td><td>40%</td><td>36-month linear</td><td>Third-party integration incentives, community governance treasury, Bug Bounty</td></tr></tbody></table>

#### III. Distribution rules of the community incentive pool (500 million)

The on-chain minting basis is fully public and verifiable on BscScan:

| Source                    | Per-instance amount                          | Trigger condition                                          |
| ------------------------- | -------------------------------------------- | ---------------------------------------------------------- |
| **Purchase reward**       | 500–2000 NOOB / per $1 equivalent (random)   | User tops up credits with BNB                              |
| **6-level invite rebate** | Downline's NOOB ≥50% (L1) + 10% each (L2–L6) | Downline completes a top-up                                |
| **Lucky Bag**             | 10–100 NOOB (random)                         | Client chat interaction, 2% chance                         |
| **Daily check-in**        | 50–100 NOOB (random)                         | Check-in                                                   |
| **4 major activities**    | 50–100 NOOB (random)                         | Check-in, Xiaohongshu rewrite, OG battle, personality test |

#### IV. Value loop / token utility

1. **AI compute consumption (main use)**\
   The client credit system supports exchanging $NOOB for compute credits (a two-way exchange channel is planned to open after TGE). Every scenario task's token consumption ultimately corresponds to a NOOB burn.
2. **Skill Store paid skills**\
   The advanced skills in the 300+ automation Skill Store will be priced in $NOOB.
3. **Staking governance (DAO v1)**\
   Holding ≥ N (the exact threshold will be announced at launch) lets you join quarterly scenario voting, risk-control parameter proposals, and token buyback plans.
4. **Buy-Back & Burn**\
   A portion of platform revenue (user top-ups) will periodically buy back $NOOB at market price and burn it, achieving **deflation**. The exact buyback ratio and frequency will be announced in v1.0.
5. **Cross-platform protocol**\
   Future third-party access (e.g., other Web3 tools invoking NoobClaw's task system) will settle API-call fees in NOOB.
6. **Tax distribution**

Treasury 40% , Liquidity 20%, Burn 20% , Holders 20%

#### V. Exchange & liquidity path

**Planned listing cadence (phased; final subject to official announcement):**

<table><thead><tr><th width="236">Phase</th><th>Platform</th><th width="237.796875">Type</th></tr></thead><tbody><tr><td><strong>Phase 1</strong></td><td>FourMEME / Flap</td><td>BNB Chain native launchpad, spreading liquidity</td></tr><tr><td><strong>Phase 2 — first-tier CEX start</strong></td><td>Gate.io, MEXC, KuCoin</td><td>Standard listing path for BNB Chain projects</td></tr><tr><td><strong>Phase 3 — top CEX</strong></td><td>Binance Alpha → Binance, OKX, Bitget</td><td>Applied in line with major milestones</td></tr></tbody></table>

Each phase is synced in real time on the official site and official channels in one of three states: "applied / in discussion / listed".


---

# 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://docs.noobclaw.com/english/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.
