# Governance by Staked Value

No governance token exists.

* Top 50% stakers: create markets, propose outcomes, and vote in initial resolutions.
* All stakers: participate in escalated resolutions.

Protocol parameter changes follow stake-weighted processes: supermajority (>⅔ of total staked value) required to execute changes. Penalty adjustments include safeguards (cooling period, range limits, proportionality).


---

# 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.axiomprotocol.io/protocol-design/governance-by-staked-value.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.
