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

# Tokenomics

$RUNNER is a [Clanker](https://clanker.gitbook.io/clanker-documentation/references/compatible-trading-platforms#clanker-v3.1.0-and-previous) token (the first) launched on Base.

### Supply

* **Total Supply:** 1,000,000 $RUNNER
* **Burned:** \~6%
* **Circulating:** \~940,000 $RUNNER

### Fee Structure

Every transaction generates a 1% fee:

**Buy transactions:**

* 0.4% goes to the Runner team (paid in WETH)
* 0.6% goes to Clanker (paid in WETH)

**Sell transactions:**

* 0.4% goes to the rewards pool (paid in $RUNNER)
* 0.6% goes to the treasury (paid in $RUNNER)

Weekly rewards for our top runners come from the sell fees and are distributed in $RUNNER tokens. Treasury funds are set aside for future bonus payouts, giveaways, community rewards, or to add to the liquidity pool.&#x20;

### Token Details

* **Chain:** Base
* **Contract:** `0x18b6f6049a0af4ed2bbe0090319174eeef89f53a`
* **DEX Screener:** [View Chart](https://dexscreener.com/base/0x18b6f6049a0af4ed2bbe0090319174eeef89f53a)


---

# 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.runneronbase.io/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.
