> For the complete documentation index, see [llms.txt](https://docs.moonwell.fi/moonwell/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonwell.fi/moonwell/governance/moonwell-governance/parameters.md).

# Parameters

{% hint style="info" %}
Parameters outlined below can be modified through [community governance](/moonwell/governance/moonwell-governance.md).&#x20;
{% endhint %}

### Base/OP Mainnet/Moonbeam WELL Parameters

<table data-header-hidden><thead><tr><th width="233"></th><th width="258"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td></td><td><strong>Onchain Proposals (MIPs)</strong></td><td><strong>Snapshot Voting</strong></td><td><strong>Off-Chain</strong></td></tr><tr><td>Description</td><td>Changes to the core codebase of the protocol</td><td>Signal voting and changes not related to core protocol parameters</td><td>Signal voting and changes not related to core protocol parameters</td></tr><tr><td>Proposal Threshold</td><td>1,000,000</td><td>200,000</td><td>200,000 votes</td></tr><tr><td>Quorum</td><td>100,000,000</td><td>10,000,000</td><td>10,000,000 votes</td></tr><tr><td>Voting Period</td><td>3 days</td><td>3 days</td><td>3 days</td></tr><tr><td>Voting Delay</td><td>1 minute</td><td>None</td><td>None</td></tr><tr><td>Cross-Chain Vote Collection Period</td><td>1 day</td><td></td><td></td></tr><tr><td>Max. Live Proposals per Address</td><td>5</td><td></td><td></td></tr></tbody></table>

### Moonriver MFAM Parameters

<table data-header-hidden><thead><tr><th width="235"></th><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td></td><td><strong>Onchain Proposals (MIPs)</strong></td><td><strong>Snapshot Voting</strong></td><td><strong>Off-Chain</strong></td></tr><tr><td>Description</td><td>Changes to the core codebase of the protocol</td><td>Signal voting and changes not related to core protocol parameters</td><td>Signal voting and changes not related to core protocol parameters</td></tr><tr><td>Proposal Threshold</td><td>500,000</td><td>250,000</td><td>250,000 votes</td></tr><tr><td>Quorum</td><td>40,000,000</td><td>5,000,000</td><td>5,000,000 votes </td></tr><tr><td>Voting Period</td><td>3 days</td><td>3 days</td><td>3 days</td></tr><tr><td>Voting Delay</td><td>1 minute</td><td>None</td><td>None</td></tr></tbody></table>

### **Glossary**

**Proposal Threshold** - The minimum number of votes required for an account to create a proposal.&#x20;

**Quorum** - The required minimum number of votes in support of a proposal for it to succeed.

**Voting Period** - The duration of voting on a proposal

**Voting Delay** - The amount of time to wait before voting on a proposal may begin.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.moonwell.fi/moonwell/governance/moonwell-governance/parameters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
