# Parameters

The governance module contains the following parameters:

| Key           | Type   | Example                                                                                            |
| ------------- | ------ | -------------------------------------------------------------------------------------------------- |
| depositparams | object | {"min\_deposit":\[{"denom":"uatom","amount":"10000000"}],"max\_deposit\_period":"172800000000000"} |
| votingparams  | object |                                                                                                    |
| tallyparams   | object |                                                                                                    |

### SubKeys <a href="#subkeys" id="subkeys"></a>

| Key                  | Type             | Example                                  |
| -------------------- | ---------------- | ---------------------------------------- |
| min\_deposit         | array (coins)    | \[{"denom":"uatom","amount":"10000000"}] |
| max\_deposit\_period | string (time ns) | "172800000000000"                        |
| voting\_period       | string (time ns) | "172800000000000"                        |
| quorum               | string (dec)     | "0.334000000000000000"                   |
| threshold            | string (dec)     | "0.500000000000000000"                   |
| veto                 | string (dec)     | "0.334000000000000000"                   |

{% hint style="info" %}
The governance module contains parameters that are objects unlike other modules. If only a subset of parameters are desired to be changed, only they need to be included and not the entire parameter object structure.
{% endhint %}


---

# 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.blockxnet.com/protocol-developers/modules/gov/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.
