> For the complete documentation index, see [llms.txt](https://bonding-curve-research-group.gitbook.io/bonding-curve-research-group-library/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bonding-curve-research-group.gitbook.io/bonding-curve-research-group-library/bonding-curve-parameter-matrix-and-trade-off-decisions/reserve-ratio.md).

# Reserve Ratio

Reserve Ratio = Reserve / (Price \* Supply)

&#x20;For example, if the supply of tokens is 100 at a price of $10 with reserves of $200, then the reserve ratio is 200 / (100\*10) = 1/5, or 20%. The reserve ratio typically takes a value between 0 and 1, with deployment case studies typically taking values between 0.2 and 0.8. The reserve ratio determines the price volatility of the system. As the reserve ratio approaches 1, the system becomes more stable, but incurs a faster reserve burn rate on available assets. <br>

**Bifurcation Ranges**&#x20;

Particular ranges of reserve ratio produce particular function types of price relative to supply. In ranges \[0,0.5) the function takes on a convex shape, as in price grows exponentially relative to supply. At value \[0.5], the price grows linearly with supply, with the slope of the function depending on initial\_supply and initial\_price. In ranges (0.5,1) the function is concave and price will grow logarithmically with supply. At value \[1], the token will be fully collateralized and maintain a constant peg to the reserve. At values greater that 1, the bonding curve will be over collateralized and the price of the tokens will decrease as supply increases.<br>

**High Reserve Ratio:**

A higher reserve ratio is associated with lower price volatility, but higher reserve drawdown. Increasing the reserve ratio makes the token more value stable.

<figure><img src="/files/v6ohnHQWF8stmatxZKnh" alt=""><figcaption><p>Reserve ratio set to 0.9</p></figcaption></figure>

**Low reserve ratio:**&#x20;

A lower reserve ratio is associated with higher price volatility, and relatively lower reserve drawdown.

<figure><img src="/files/Bq9G4LjAqw2rmxbPv1kZ" alt=""><figcaption><p>Reserve ratio set to 0.2</p></figcaption></figure>


---

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

```
GET https://bonding-curve-research-group.gitbook.io/bonding-curve-research-group-library/bonding-curve-parameter-matrix-and-trade-off-decisions/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.
