# Configurable Parameters

{% hint style="info" %}
For more details, please refer to [Aragon Key Governance Parameters](https://docs.aragon.org/ve-governance/1.0.0/index.html#key_governance_parameters)&#x20;
{% endhint %}

The Bedrock DAO’s veModel incorporates customizable parameters to enhance governance efficiency. Initially, the Bedrock team will configure the DAO and retain administrative control over the contract. Over time, this authority will transition to the Bedrock DAO, where governance will be fully managed by veBR token holders.

<table><thead><tr><th width="160.69921875"></th><th width="176.70703125">Name</th><th width="262.203125">Description</th><th>Default value</th></tr></thead><tbody><tr><td>Token Locking &#x26; Deposits</td><td>Minimum Deposit</td><td>The minimum amount of BR required to be converted to veBR</td><td>1 BR</td></tr><tr><td></td><td>Lockup Period</td><td>The duration a user must lock their tokens before initiating an exit.</td><td>4 weeks</td></tr><tr><td></td><td>Minimum Warmup</td><td>The period after depositing BR before a user can participate in voting.</td><td>1 second</td></tr><tr><td></td><td>Minimum Cooldown</td><td>The period after queuing an exit before a user can withdraw.</td><td>2 weeks</td></tr><tr><td>Governance Cycles &#x26; Voting Power Adjustments</td><td>Epoch Durations</td><td>Defines governance cycles.</td><td>2-week epochs (1 week for distribution, 1 week for voting).</td></tr><tr><td></td><td>Escrow Voting Power Increase Rate</td><td>Voting power increases over time.</td><td>8x increase in 12 weeks (a seasonal reset every 3 month)</td></tr><tr><td>Fees &#x26; Seasonal Adjustments</td><td>Exit Fee Percentage</td><td>A fee applied when users exit before completing the lock-up period.</td><td>0%</td></tr><tr><td></td><td>Season Duration</td><td>The time period after which voting power resets to 1x</td><td>12 weeks</td></tr></tbody></table>


---

# 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.bedrockdao.com/governance/bedrock-dao/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.
