> For the complete documentation index, see [llms.txt](https://docs.seda.xyz/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seda.xyz/home/token-overview.md).

# Token Overview

- [SEDA Token Utility](https://docs.seda.xyz/home/token-overview/seda-token-utility.md): Overview of SEDA’s onchain token economy, where network usage drives deterministic token burn as part of Network processes, linking data requests, supply impact, and Proof-of-Stake security.
- [How SEDA’s Burn Works](https://docs.seda.xyz/home/token-overview/seda-token-utility/how-sedas-burn-works.md): How SEDA token burn works: deterministic burn tied to Oracle Program execution, network computation, and inherited security across SEDA Onchain and SEDA Fast.
- [SEDA Growth Engine Explained](https://docs.seda.xyz/home/token-overview/seda-token-utility/seda-growth-engine-explained.md): Overview of SEDA’s growth engine, where ecosystem expansion increases Oracle Programs, data requests, and computational activity, activating deterministic token burns through network usage.
- [Network Participation](https://docs.seda.xyz/home/token-overview/seda-token-utility/network-participation.md): SEDA network participation model covering builder execution costs, solver token balances, validator staking, delegation, and the role of tokens in sustaining network operations.
- [Network Security](https://docs.seda.xyz/home/token-overview/seda-token-utility/network-security.md): Explanation of SEDA’s Proof-of-Stake security model, where validators stake SEDA tokens, slashing enforces compliance, and usage-driven burn contributes to long-term network security.
- [Network Governance](https://docs.seda.xyz/home/token-overview/seda-token-utility/network-governance.md): SEDA governance model explaining validator-based proposal voting and delegated token participation in network parameter decisions.
- [Structural Alignment](https://docs.seda.xyz/home/token-overview/seda-token-utility/structural-alignment.md): Explanation of how SEDA’s token mechanics align network usage, deterministic burn, staking participation, and  network security within a unified onchain token model.
- [Exchanges and Bridges](https://docs.seda.xyz/home/token-overview/exchanges-and-bridges.md)
- [Access and Delegate SEDA Token](https://docs.seda.xyz/home/token-overview/access-and-delegate-seda-token.md): Dive into step-by-step beginner guides for interacting with the SEDA chain.
- [SEDA Token Information](https://docs.seda.xyz/home/token-overview/seda-token-information.md)
- [SEDA Explorers and Dashboards](https://docs.seda.xyz/home/token-overview/seda-explorers-and-dashboards.md): A list of explorers for the SEDA Chain.


---

# 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.seda.xyz/home/token-overview.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.
