# Governance Adjustable Parameters

This documentation is divided into the following subsections:

* [**Trading Stats**](/dydx/modules/governance/governance-adjustable-parameters/trading-stats.md)**:** this section covers the trading statistics look-back window.
* [**Fee Tiers**](/dydx/modules/governance/governance-adjustable-parameters/trading-stats.md): this section covers the tiers of fees and discounts for each trader on dYdX Chain, based on their taker and maker volume.
* [**Trading Core**](/dydx/modules/governance/governance-adjustable-parameters/trading-core.md): this section covers the core aspects of trading, namely insurance fund and liquidations config. The insurance fund acts as the first backstop to maintain systemic solvency when an account has a negative balance. The liquidations config defines the mechanism to close an account’s position when it falls below the margin requirements.
* [**Markets**](/dydx/modules/governance/governance-adjustable-parameters/markets.md): this section covers the Prices module (x/prices) parameters on dYdX Chain as well as the liquidity tier of each market based on standardized risk parameters.
* [**Perpetual**](/dydx/modules/governance/governance-adjustable-parameters/perpetual.md): this section covers the Perpetual module (x/perpetuals) parameters on dYdX Chain, such as funding rate and epoch information. The perpetual funding rate enables the perpetual price to align with the underlying asset's price. Epoch information is a fixed interval where funding is credited or debited to each account.
* [**Clob**](/dydx/modules/governance/governance-adjustable-parameters/clob.md): this section covers the Clob module (x/clob) that configures the order creation, placement, and cancellations on dYdX Chain.
* [**Updating A Live Market**](/dydx/modules/governance/governance-adjustable-parameters/updating-live-market.md): this section explains the message required to update a live market on dYdX Chain.
* [**Safety**](/dydx/modules/governance/governance-adjustable-parameters/safety.md): this section explains the safety parameters on dYdX Chain, namely the spam mitigation that is related to order creation and cancellation using the Clob module.


---

# 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.dydx.community/dydx/modules/governance/governance-adjustable-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.
