> For the complete documentation index, see [llms.txt](https://docs.fp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fp.io/features/nft-fractionalization/vault/nft-redemption/dynamic-fees.md).

# Dynamic Fees

Redemption fee is in μtokens and scales with the Reserve Ratio. Normal Vault Redemptions becomes unavailable when Reserve Ratio of a collection is below 20% and only way to redeem will be by bidding on a specific NFT.

### **Purpose and Reasoning**

Dynamic Redemption Fees, levied in μtokens, are a feature of the Floor Protocol designed to regulate redemptions from the Vault and mitigate the risk of its exhaustion. The introduction of these fees serves several key purposes:

1. **Maintaining Stability**: The dynamic fees act as a financial deterrent to slow down mass redemptions, particularly when the Reserve Ratio is low. This ensures the protocol remains stable and robust.
2. **Risk Mitigation**: The fee structure is crucial for preventing a rapid depletion of the Vault, reducing the risk of its exhaustion.
3. **Incentive for Protocol Maintenance**: When the Reserve Ratio drops below a critical level of 20%, the normal vault redemptions will be unavailable. This provides a strong financial incentive for the Flooring Protocol team to purchase NFTs from external marketplaces and refill the Vault, thereby stabilizing the system.

### Fee Structure

The table below details the Dynamic Redemption Fees based on the Reserve Ratio:

<table><thead><tr><th width="242">Reserve Ratio</th><th width="266">Redemption Fees in μtokens</th><th>Vault Contribution Quota</th></tr></thead><tbody><tr><td>50% -> 100%</td><td>10,000</td><td>1</td></tr><tr><td>40% -> 49%</td><td>20,000</td><td>2</td></tr><tr><td>30% -> 39%</td><td>30,000</td><td>4</td></tr><tr><td>20% -> 29%</td><td>40,000</td><td>8</td></tr><tr><td>≥ 20% (Normal Vault Redemptions Disabled)</td><td>N.A </td><td>N.A</td></tr></tbody></table>


---

# 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.fp.io/features/nft-fractionalization/vault/nft-redemption/dynamic-fees.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.
