> For the complete documentation index, see [llms.txt](https://aethernetwork.gitbook.io/aethernetwork-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aethernetwork.gitbook.io/aethernetwork-docs/core-features/aether-staking.md).

# Aether Staking

Aether Staking is the security and incentive engine that powers the Aether Network. Staking aligns the economic interests of token holders with the security and performance of the network. By locking their Aether tokens, stakers contribute to protocol integrity while earning a share of network fees generated across Vault, Bridge, Identity, and Pay. This transforms staking from a passive yield model into an active participation model — where every product utilization increases rewards for stakers.

Unlike typical staking models that only reward based on inflation, Aether uses real protocol value. Fees collected from cross-chain transfers, payment flows, identity verification services, and Vault access logic are redistributed back to stakers. This means staking APR is backed directly by network activity and utility — not token emissions. As usage grows, reward generation becomes self-sustaining and deflationary, rather than inflation-dependent.

Stakers also have governance power. By staking, participants can influence system-level decisions including network upgrades, bridge security parameters, identity verification frameworks, fee models, and treasury allocation proposals. Staking is not just a yield source — it is a representation of ownership and voting rights within the Aether ecosystem.

Additionally, Aether Staking supports delegation. Token holders who do not wish to operate validator infrastructure can delegate their stake to professional operators who maintain uptime, performance, and security standards. Delegators earn rewards while validators are economically incentivized to maintain the highest levels of integrity, because malicious behavior or downtime leads to penalty and slashing.

Aether staking creates a cyclical value loop: more usage → more fees → more rewards → more staking participation → stronger network security. This flywheel effect ensures that Aether becomes stronger as more users adopt the network products. Staking is therefore not just a financial mechanism — it is the foundational trust layer that enables Aether Network to scale into a globally secure, decentralized infrastructure.


---

# 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://aethernetwork.gitbook.io/aethernetwork-docs/core-features/aether-staking.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.
