> 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/fundamentals/burning.md).

# Burning

The burning mechanism is a critical component of Run3scape's tokenomics, designed to maintain the balance and value of $RUNE tokens. Here’s an overview of how the burning mechanism works and its benefits:

## **How the Burning Mechanism Works**

1. **In-Game Purchases with $RUNE:**
   * Players can purchase in-game skins, cosmetics, and other items using $RUNE tokens. When these tokens are spent, they are burned, further reducing the total supply. This ensures that token usage within the game directly impacts the token economy.

## **Benefits of the Burning Mechanism**

1. **Supply Reduction:**
   * The primary benefit of burning tokens is the reduction of the total supply. As the number of tokens in circulation decreases, each remaining token becomes more valuable, benefiting all token holders by potentially increasing the market price of $RUNE.
2. **Value Appreciation:**
   * By continuously burning a portion of tokens, Run3scape creates a deflationary effect. This deflationary pressure can lead to an appreciation in the value of $RUNE tokens over time, making them a more attractive investment for both players and investors.
3. **Incentivizing Engagement:**
   * The burning mechanism incentivizes players to engage more with the game. Knowing that a portion of the tokens they earn and spend will be burned, players are motivated to participate in various in-game activities that contribute to the token's overall scarcity and value.
4. **Balancing Supply and Demand:**
   * Burning tokens helps balance the supply and demand dynamics of $RUNE. As more tokens are burned through purchases, the reduced supply helps counteract any potential inflationary effects from new tokens being introduced into the market through gameplay rewards.
5. **Long-Term Sustainability:**
   * The burning mechanism is a crucial tool for ensuring the long-term sustainability of Run3scape's economy. By maintaining a controlled and decreasing supply of $RUNE tokens, the game can create a stable and growing economic environment that benefits both active players and long-term investors.


---

# 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/fundamentals/burning.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.
