# Dive Deeper

- [FPMMs](https://docs.mento.org/mento-v3/dive-deeper/fpmm.md)
- [Oracles, price feeds & circuit breakers](https://docs.mento.org/mento-v3/dive-deeper/fpmm/oracles-and-circuit-breakers.md)
- [TradingLimitsV2](https://docs.mento.org/mento-v3/dive-deeper/fpmm/trading-limits.md)
- [Rebalancing & strategies](https://docs.mento.org/mento-v3/dive-deeper/fpmm/rebalancing-and-strategies.md)
- [CDPs](https://docs.mento.org/mento-v3/dive-deeper/cdp.md)
- [The Reserve](https://docs.mento.org/mento-v3/dive-deeper/the-reserve.md)
- [Protocol Economics](https://docs.mento.org/mento-v3/dive-deeper/protocol-economics.md)
- [Governance & MENTO](https://docs.mento.org/mento-v3/dive-deeper/governance-and-mento.md): Mento is community-governed through the MENTO token. Learn how governance works, explore tokenomics, distribution, discover how to participate in decisions, and understand safety mechanisms in place.
- [Understanding Mento Governance](https://docs.mento.org/mento-v3/dive-deeper/governance-and-mento/understanding-mento-governance.md)
- [Participating in Governance](https://docs.mento.org/mento-v3/dive-deeper/governance-and-mento/participating-in-governance.md)
- [veMENTO & Voting Power](https://docs.mento.org/mento-v3/dive-deeper/governance-and-mento/participating-in-governance/vemento-and-voting-power.md)
- [Creating Proposals](https://docs.mento.org/mento-v3/dive-deeper/governance-and-mento/participating-in-governance/creating-proposals.md)
- [Voting Process](https://docs.mento.org/mento-v3/dive-deeper/governance-and-mento/participating-in-governance/voting-process.md)
- [MENTO Tokenomics](https://docs.mento.org/mento-v3/dive-deeper/governance-and-mento/mento-tokenomics.md)
- [Watchdogs & Safety](https://docs.mento.org/mento-v3/dive-deeper/governance-and-mento/watchdogs-and-safety.md)
- [Security](https://docs.mento.org/mento-v3/dive-deeper/security.md): Security is fundamental to Mento's design. This section covers the protocol's security architecture and provides access to third-party audit reports.
- [Risk overview](https://docs.mento.org/mento-v3/dive-deeper/security/risk-overview.md)
- [Audit Reports](https://docs.mento.org/mento-v3/dive-deeper/security/audit-reports.md)


---

# 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.mento.org/mento-v3/dive-deeper.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.
