# Reserve Ratio

The Reserve Ratio represents the proportion of NFTs readily available for redemption relative to the total number deposited into the protocol. It provides insight into the protocol's capacity to redeem outstanding μ-Tokens.

<figure><img src="/files/gh1WqWnnaqgulwsV16lM" alt=""><figcaption><p>How Reserve Ratio is Calculated</p></figcaption></figure>

A higher ratio indicates the vault holds sufficient reserve NFTs to cover μ-Token redemptions.&#x20;

To maintain a healthy Reserve Ratio, redemption fees and Safebox rental rates are dynamically adjusted based on the current ratio. This deters excessive redemptions and encourages restoring the ratio when it declines. This ratio is the key to stability.

### Maintaining μ-Token Value

Arbitrage opportunities are harnessed by market participants to stabilize μ-Token value. For example, if the Price of an NFT becomes cheaper than 1 million μ-Tokens, buyers can profit by depositing that NFT and selling the μ-Tokens and vice versa. This brings the μ-Token price back in line.

Arbitrage ensures μ-Token prices remain aligned with the broader NFT market.&#x20;

### Dynamic Rental Rates and Fees

Safebox rental rates and redemption fees fluctuate based on the current Reserve Ratio. Lower ratios increase rental rates and fees, discouraging redemptions while the protocol restores reserves. This maintains system stability.


---

# 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.fp.io/features/nft-fractionalization/vault/reserve-ratio.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.
