# Price Hard Floor

The *Price Hard Floor* is the protocol-guaranteed minimum redeemable value of one RZR token, denominated in USD-pegged stable assets held by the treasury. At any moment the floor equals

$$
\text{FloorUSD} ;=; \frac{\text{Floor-Escrow stables}}{\text{Circulating RZR}}
$$

and cannot decrease. It only ratchets upward as new stablecoins flow in.

## How the Floor Is Funded?

A fixed 25 % of every newly minted RZR (from rebases) (via bond deposits, Harberger-tax payments, AMM fees) goes straight into a *Floor Escrow* sub-account of the treasury.

During each 8-hour epoch the controller checks

$$
\text{Surplus} = \text{Escrow} - (\text{FloorUSD} \times \text{Supply})
$$

If surplus ≥ 5 % of required collateral, the floor is lifted by +1 %.

Because the escrowed assets are stablecoins and never rehypothecated, a raised floor can’t move down—only sideways (if inflows pause) or up.


---

# 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://rezerve.gitbook.io/protocol/mechanics-rzr/staking-rzr-srzr/yield-mechanics/price-hard-floor.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.
