# Protocol Mechanics

- [GMI](https://docs.wagmi.com/wagmi/protocol-mechanics/gmi.md): GMI overview page
- [How to enter GMI](https://docs.wagmi.com/wagmi/protocol-mechanics/gmi/how-to-enter-gmi.md)
- [GMI Vesting - NGMI](https://docs.wagmi.com/wagmi/protocol-mechanics/gmi/gmi-vesting-ngmi.md): Vesting into WAGMI
- [mGMI](https://docs.wagmi.com/wagmi/protocol-mechanics/gmi/mgmi.md): Description of mGMI - maybe gonna make it
- [Strategies](https://docs.wagmi.com/wagmi/protocol-mechanics/strategies.md)
- [Joining the Strategies](https://docs.wagmi.com/wagmi/protocol-mechanics/strategies/joining-the-strategies.md)
- [Wagmi leverage](https://docs.wagmi.com/wagmi/protocol-mechanics/wagmi-leverage.md): Brief overview of Wagmi leverage
- [Leverage guide - opening the position](https://docs.wagmi.com/wagmi/protocol-mechanics/wagmi-leverage/leverage-guide-opening-the-position.md): Guide on opening leveraged positions
- [Leverage guide - providing liquidity](https://docs.wagmi.com/wagmi/protocol-mechanics/wagmi-leverage/leverage-guide-providing-liquidity.md): Guide on providing liquidity for leverage
- [Error examples](https://docs.wagmi.com/wagmi/protocol-mechanics/wagmi-leverage/error-examples.md)
- [V3 liquidity pools](https://docs.wagmi.com/wagmi/protocol-mechanics/v3-liquidity-pools.md)
- [Unsupported token types](https://docs.wagmi.com/wagmi/protocol-mechanics/v3-liquidity-pools/unsupported-token-types.md)
- [Providing liquidity](https://docs.wagmi.com/wagmi/protocol-mechanics/v3-liquidity-pools/providing-liquidity.md): Description of liquidity providing on WAGMI


---

# 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.wagmi.com/wagmi/protocol-mechanics.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.
