# Protocol

- [Introduction](https://docs.koi.finance/mute-switch/introduction.md)
- [Liquidity Pools](https://docs.koi.finance/mute-switch/lp.md): Pool Design
- [Concentrated Liquidity Pools (v3)](https://docs.koi.finance/mute-switch/lp/concentrated.md)
- [Koi Farming Pools](https://docs.koi.finance/mute-switch/amplifier.md): Info & Project Registration
- [Koi Bonds](https://docs.koi.finance/mute-switch/bonds.md): Info
- [Limit Orders](https://docs.koi.finance/mute-switch/limit-orders.md)
- [Swap Widget](https://docs.koi.finance/mute-switch/swap-widget.md): Integrate the Koi Swap Widget into any site
- [VWAP Oracles](https://docs.koi.finance/mute-switch/vwap-oracles.md): Integrate the Mute Switch LP Oracles into your dApp
- [Koi Paymaster Service](https://docs.koi.finance/mute-switch/koi-paymaster-service.md): Integrate the Mute Paymaster into your dApp
- [veRewards](https://docs.koi.finance/mute-switch/ve-rewards.md): Locking your KOI gives you access to rewards


---

# 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.koi.finance/mute-switch.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.
