# Chain Parameters

If a parameter-change proposal is successful, the change takes effect immediately upon completion of the voting period.

{% hint style="info" %}
Work on parameter setting is in progress
{% endhint %}

### List of Parameters <a href="#list-of-parameters" id="list-of-parameters"></a>

For a comprehensive list of available module parameters see the table below:

|    Module    |  Codebase  |                                     Parameters                                    |
| :----------: | :--------: | :-------------------------------------------------------------------------------: |
|     auth     | cosmos-sdk |     [reference](https://docs.cosmos.network/main/modules/auth/06_params.html)     |
|     bank     | cosmos-sdk |     [reference](https://docs.cosmos.network/main/modules/bank/05_params.html)     |
|    crisis    | cosmos-sdk |    [reference](https://docs.cosmos.network/main/modules/crisis/04_params.html)    |
| distribution | cosmos-sdk | [reference](https://docs.cosmos.network/main/modules/distribution/06_events.html) |
|  governance  | cosmos-sdk |      [reference](https://docs.cosmos.network/main/modules/gov/06_params.html)     |
|   slashing   | cosmos-sdk |   [reference](https://docs.cosmos.network/main/modules/slashing/08_params.html)   |
|    staking   | cosmos-sdk |    [reference](https://docs.cosmos.network/main/modules/staking/08_params.html)   |
|   transfer   |   ibc-go   |     [reference](https://github.com/cosmos/ibc-go/blob/main/docs/ibc/params.md)    |
|      evm     |  ethermint |     [reference](https://github.com/cosmos/ibc-go/blob/main/docs/ibc/params.md)    |
|   feemarket  |  ethermint |                                     reference                                     |
|    claims    |   blockx   |                                     reference                                     |
|     erc20    |   blockx   |                                     reference                                     |
|   feesplit   |   blockx   |                                     reference                                     |
|  incentives  |   blockx   |                                     reference                                     |
|   inflation  |   blockx   |                                     reference                                     |


---

# 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.metanovaverse.com/governance/chain-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.
