# Initial Reserve

initial\_reserves = initial\_price \* initial\_supply \* reserve\_ratio

Initial reserves are determined by setting the initial price, initial supply, and reserve ratio. Increasing the initial supply, price, or reserve ratio will increase the required initial reserves. Decreasing any of those three parameters will decrease the initial reserve deposit required for initialization. The initial reserve is a capital requirement for launching a bonding curve and therefor may be a constraint on deployment. For example, a team may have a fixed budget for initial capitalization of the bonding curve, in which case the initial reserve should not be more than that amount. <br>

High initial reserves

<figure><img src="/files/vvmNBXtzLI8nNrls8tjn" alt=""><figcaption><p>Increasing initial supply, initial price, and reserve ratio all increase the requirement for initial reserves.</p></figcaption></figure>

Low initial reserves

<figure><img src="/files/zc9U2rQcjoz5ZtUM1bb1" alt=""><figcaption><p>Decreasing initial supply, initial price, and reserve ratio all decrease the requirement for initial reserves.</p></figcaption></figure>


---

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