> For the complete documentation index, see [llms.txt](https://docs.axiomprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axiomprotocol.io/protocol-design/axiom-theorem/governance-and-resolution.md).

# Governance and Resolution

### Optimistic Resolution

* First top 50% staker to submit a proposal becomes official; proposal enters a challenge window (6 hours default).
* If unchallenged, the proposal auto-accepts and the proposer receives the fixed consensus bonus.
* Top 50% stakers may challenge, triggering a vote.

This prioritizes speed and efficiency so many outcomes can resolve without requiring a full vote.

### Challenge & Initial Voting (Top 50%)

* Top 50% stakers vote between the original proposal and the challenger.
* Voting window: 24 hours.
* Quorum: at least 10% of eligible stake.
* Majority: greater than 66.7% of votes cast.
* Failure to reach consensus triggers escalation.

### Escalated Resolution (All Stakers)

* Triggered when thresholds or quorum are not met, or when the result remains contentious.
* All stakers vote with snapshot-based weighting.
* Quorum: 10% of all staked value.
* Majority: greater than 66.7% of votes cast.
* Penalty and reward logic applies network-wide.

### Market Finalization & Settlement

Once finalized:

Step 1: Outcome verification

* Record the winning outcome onchain with timestamp and evidence.

Step 2: Payout reporting

* `AxiomCTFMarket` reports the payout vector to Conditional Tokens.

Step 3: Governance fee, penalty, and reward processing

* governance penalties and proposer bonuses are applied through the Axiom Prime side of the system
* staker-directed fee recipients continue to receive their configured protocol flows

Step 4: Redemption

* users redeem winning positions for collateral
* CLOB markets do not charge an additional payout fee at redemption time because protocol trade fees are collected during `AxiomCTFExchange` settlement

Step 5: State archival

* market data remains available onchain for history and analytics


---

# 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.axiomprotocol.io/protocol-design/axiom-theorem/governance-and-resolution.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.
