> For the complete documentation index, see [llms.txt](https://docs.amplified.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amplified.fi/governance-and-tokenomics.md).

# Governance & Tokenomics

- [Protocol Governance & Liquidity Generation Model](https://docs.amplified.fi/governance-and-tokenomics/protocol-governance-and-liquidity-generation-model.md)
- [LLT Tokenomics](https://docs.amplified.fi/governance-and-tokenomics/llt-tokenomics.md)
- [LLT Intrinsic Value Drivers](https://docs.amplified.fi/governance-and-tokenomics/llt-tokenomics/llt-intrinsic-value-drivers.md)
- [aiUSD / aiETH / aiBTC](https://docs.amplified.fi/governance-and-tokenomics/aiusd-aieth-aibtc.md): Amplified's token model carefully balances the interests of various stakeholders to promote the platform's sustainability, decentralization, and user incentives.
- [Governance Framework & Process](https://docs.amplified.fi/governance-and-tokenomics/governance-framework-and-process.md): Amplified’s governance framework is designed to empower the community with structured, transparent decision-making while ensuring protocol security and efficiency.
- [Governance Security Model](https://docs.amplified.fi/governance-and-tokenomics/governance-framework-and-process/governance-security-model.md): Ensuring the security of the governance process is paramount to protect the protocol from malicious activities and unintended consequences.
- [Managing Protocol and Strategy Executors](https://docs.amplified.fi/governance-and-tokenomics/governance-framework-and-process/managing-protocol-and-strategy-executors.md): Governance oversees the management of external entities responsible for executing the protocol's strategies.


---

# 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.amplified.fi/governance-and-tokenomics.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.
