# Options

The Fuckery Protocol's governance includes controlling key parameters which determine the performance of the network.

These are called Governance Options and are defined by measurable variables used when executing smart contracts and off-chain code owned by the DAO.

Every Governance Option can be altered by the Fuckery Protocol owners via the Proposal Process.

The MFER Dapp lists all active Governance Options with descriptions, current values, the history of their value changes, and associated proposals.

<figure><img src="/files/J7klSIt3TADHpd6lL1xS" alt=""><figcaption><p>Governance Options Dashboard in MFER Dapp</p></figcaption></figure>

Here is a list of Governance Options that exist after the inception of the DAO.

* % split of $ADA between Reserve/Treasury of Fuckery Protocol revenue
* % split of Stake Pool revenue between Fuckery Protocol and Stakers
* % of royalty Secondary Market on NFT policies
* % split of royalty among Reserve/Treasury
* % of Treasury to distribute each quarter
* % of Treasury to distribute to Leaders each quarter
* % of $MFER burned when using Exchange smart contract function
* ADA pledged in Stake Pool
* ADA of the Reserve Target
* ADA cost of MFER iD mint with and without Old Money NFTs
* ADA cost to update MFER iD
* ADA cost to claim Stake Pool NFT series
* ADA of minimum staking amount to earn $MFER
* $MFER minimum to create a Proposal in the Governance platform
* Number of Leaders per Organization
* Number of hours for the minimum Voting Delay on Proposals
* Number of hours for the minimum Voting Window on Proposals

## AFTER INITIAL REVIEW

* Add detail on where the on-chain data is stored for the Governance options
* Add the procedure on how the DAO updates the on-chain Options
* Add the addition of an API to provide on-chain Governance data for off-chain consumption


---

# 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.oldmoney.io/mfer/mfer-dao/governance/options.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.
