# On-Chain Governance

APChain adopts a **two-tier governance architecture** consisting of **on-chain governance (by APX holders and validators)** and **ecosystem governance (by the APDAO community and APD holders)**.\
This layered model ensures **network security** while maintaining **openness and flexibility** for ecosystem expansion.

### <mark style="color:orange;">On-Chain Governance</mark>

**Governing Participants:** APX stakers and validators

**Scope of Governance:**

* **Consensus parameters:** block time, base gas fees, staking reward parameters
* **Network upgrades:** protocol version changes, virtual machine optimizations, cross-chain protocol integrations
* **Data availability (DA) and sequencer policies:** such as DA provider selection and shared sequencer prioritization
* **Node service standards:** latency (p99 SLA), availability, and audit reporting

### <mark style="color:orange;">**Governance Process**</mark>

Proposal → Discussion → Voting → Timelock → Execution

* **Multisig mechanism:** Network upgrades are secured through a joint multisig of the validator committee and the DAO.
* **Emergency pause:** In the event of black swan incidents or smart contract vulnerabilities, critical modules can be temporarily frozen to prevent systemic risks.


---

# 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://apchain.gitbook.io/apchain-docs/governance-model/editor.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.
