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

# Tokenomics

Run3scape ensures a balanced ecosystem between earning, claiming, buying and selling $RUNE tokens. This balance benefits both active gamers and token holders who invest in the game. Here are the key elements of Run3scape tokenomics:

## Basic Tokenomics

**Total Supply:** 1,000,000,000 $RUNE (1 billion)

## **Burning mechanism**

When players claim their earned $RUNE tokens from their account panel, 1% of the claimed amount is burned. This deflationary measure reduces the total supply of $RUNE, potentially increasing its price and providing value to both gamers and investors.\
[Read more ](/run3scape/fundamentals/burning.md)[about burning](/run3scape/fundamentals/burning.md)

## **Buybacks and Profit Sharing**

1. **Regular Buybacks:**
   * Run3scape will conduct regular buybacks of $RUNE tokens to keep the earning pool attractive and support the token's price. This ensures that the ecosystem remains sustainable and profitable for both players and investors.
   * Players can purchase in-game skins, cosmetics, and other items using either points or $RUNE tokens. When players use $RUNE tokens for these purchases, the tokens are burned, further reducing the supply. If they purchase with dollars, Run3scape will use a portion of the amount to distribute as profit share - in SOL - among token holders.\
     [Read more about Profit Sharing](/run3scape/fundamentals/profit-sharing.md)

## **Early and Long-Term Strategy**

1. **Early State:**
   * Run3scape’s pre-alpha will focus on delivering the core gameplay experience, including basic mechanics such as skilling, combat, item interaction, and social features.
2. **Long-Term Sustainability:**
   * Run3scape aims to evolve into a more mature and feature-rich MMORPG, expanding its gameplay systems, improving visuals, and deepening the overall game world with consistent updates and content.


---

# 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://run3scape.gitbook.io/run3scape/about/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.
