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

# Tokenomics

Every token launched on pumphood follows the same simple, fixed economic design. No hidden allocations, no adjustable knobs, no inflation.

## Supply

<table><thead><tr><th width="260">Property</th><th>Value</th></tr></thead><tbody><tr><td>Total supply</td><td><strong>1,000,000,000</strong> (1 billion), fixed</td></tr><tr><td>Decimals</td><td>18</td></tr><tr><td>Standard</td><td>ERC-20 + EIP-2612 Permit</td></tr><tr><td>Mint / burn / pause / tax</td><td>None — the supply is fixed forever</td></tr></tbody></table>

## Supply distribution

The full supply is split at launch between the market and the creator vault:

<table><thead><tr><th width="200">Allocation</th><th width="120">Share</th><th>Where it goes</th></tr></thead><tbody><tr><td><strong>Liquidity</strong></td><td>90%</td><td>Single-sided into the Uniswap V3 pool, locked in the locker.</td></tr><tr><td><strong>Creator vault</strong></td><td>10%</td><td>Vests to the creator — 90-day cliff, then linear to day 365.</td></tr></tbody></table>

{% hint style="info" %}
There's no team wallet, no advisor bag, no reserve. The only allocation held back from the market is the creator's own vesting 10% — and even that unlocks slowly.
{% endhint %}

## Launch price

Every token opens at the same starting point:

<table><thead><tr><th width="260">Property</th><th>Value</th></tr></thead><tbody><tr><td>Pool</td><td>Uniswap V3, paired with WETH</td></tr><tr><td>Swap fee</td><td>1%</td></tr><tr><td>Starting market cap</td><td>~$10,000 (floats with the ETH price)</td></tr></tbody></table>

Because liquidity is single-sided, the price rises as buyers come in — a clean, predictable curve with no pre-buys ahead of you except an optional initial buy the creator makes in the same launch transaction.

## Fees

The pool's 1% trading fee is split every time it's collected:

<table><thead><tr><th width="220">Recipient</th><th width="140">Share</th><th>Sides</th></tr></thead><tbody><tr><td>Creator</td><td><strong>95%</strong></td><td>WETH + token</td></tr><tr><td>Platform</td><td><strong>5%</strong></td><td>WETH + token</td></tr></tbody></table>

See [Creator rewards](/using-pumphood/creator-rewards.md) for how to claim.

Next up: [**Contract addresses →**](/under-the-hood/contract-addresses.md)


---

# 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.pumphood.fun/under-the-hood/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.
