# Configurable Parameters

* Price Gap Floor: 3%&#x20;
* Price Gap Ceiling: 3%&#x20;
* Target Price Gap Range: Default set to \[-3%, 3%]&#x20;
* Upside-Reward Distribute Portion and Downside-Reward Distribute Portion: Default set as 1%.&#x20;
* Rebalance Interval: Default set to 960 blocks (4 hours)&#x20;
* Genesis Release Portion: The percentage for the Genesis period minted BTCH that can be claimed by the buyer after the genesis ends. Default set to 10%&#x20;
* Genesis Vesting Length: Default set to 26 weeks.&#x20;
* BTCH CAP: The cap of the circulated BTCH. If BTCH CAP is reached, no new bond can be bought. Can be set after Genesis nearly ends. Default set to 800,000,000 (BTCH).&#x20;
* Bond CAP: The cap of unvested BTCH (bonds outstanding) to users. If Bond CAP is reached, no new bond can be bought. Can be set after Genesis nearly ends. Default set to 160,000,000 (BTCH)&#x20;
* Bond Vesting Length: Default set to 7 days.&#x20;
* BondRewardstoStakers: A percentage of BTCH that will be minted based on all the BTCH sold at a Bond sale, and sent to the Staking Reward Pool. Default set to 10%.&#x20;
* Genesis Reward Percentage: Default set to 30%.&#x20;
* Genesis Team Percentage: Default set to 15%.&#x20;
* Stake Return Rate: A pre-set return rate for stakers, based on an epoc. Default set to 0.16% per epoc. Besides updating automatically, this parameter can be manually set by the Dao.&#x20;
* Target Reward Pool Lasting Epocs: set to 180 at initial.&#x20;
* Reward Adjustment Pace: set to 0.025% at initial.&#x20;
* Stake Return Adjustment Interval: 45 epocs at initial.


---

# 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.thehodl.org/welcome-to-gitbook/mechanisms/configurable-parameters.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.
