# THORChain (RUNE)

{% hint style="info" %} <mark style="color:blue;">**Can I stake RUNE?**</mark>

No, staking THORChain (RUNE) is not an option at this time.
{% endhint %}

{% hint style="info" %} <mark style="color:blue;">**Why does RUNE need to be the settlement asset in every pool?**</mark>

If each pool is comprised of two assets eg. BTC:ETH then there will be a scaling problem with n\*(n-1)/2 possible connections. By having RUNE one side of each pool, $RUNE becomes a settlement currency allowing swaps between any two other assets.

Additionally, having $RUNE in a pool ensures that the network can become aware of the value of assets it is securing.
{% endhint %}

{% hint style="info" %} <mark style="color:blue;">**What is the monetary policy?**</mark>

The goal is to have a fixed supply at all times. Instead of constantly emitting (infinite supply like Cosmos or Ethereum) or reducing the emission down to zero (Bitcoin) the team elect to match emissions to the difference between current circulating supply and the max supply, as well as burning fees. This means there is 500 million progressively emitted to nodes for security and liquidity over time.
{% endhint %}

{% hint style="info" %} <mark style="color:blue;">**Why can’t I upgrade my BNB.RUNE or ETH.RUNE to THOR.RUNE?**</mark>

BNB.RUNE and ETH.RUNE were deprecated by THORChain. The killswitch slowly decreased the redemption rate for BNB.RUNE and ETH.RUNE from 1:1 to 0:1 over 12 months. The deprecation process is complete, meaning these tokens are no longer supported.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.thorswap.finance/thorswap/customer-support/support-faqs/thorchain-rune.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
