# Maverick V1

- [V1  Contracts](https://docs.mav.xyz/technical-reference/maverick-v1/v1-contracts.md)
- [Router](https://docs.mav.xyz/technical-reference/maverick-v1/v1-contracts/router.md): This documentation provides an overview of the IRouter.sol. This contract defines various functions and structs used for interacting with the Maverick AMM.
- [Pool](https://docs.mav.xyz/technical-reference/maverick-v1/v1-contracts/pool.md): This documentation provides an overview of the IPool.sol. This contract defines the functions and events for interacting with a liquidity pool in Maverick AMM.
- [Factory](https://docs.mav.xyz/technical-reference/maverick-v1/v1-contracts/factory.md): This documentation provides an overview of the IFactory.sol. This contract defines the functions and events for creating and managing pools on Maverick AMM.
- [SlimRouter](https://docs.mav.xyz/technical-reference/maverick-v1/v1-contracts/slimrouter.md): This documentation provides an overview of the ISlimRouter.sol contract, which defines the functions & events for conducting token swaps & managing token balances. The IRouter inherits this contract.


---

# 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.mav.xyz/technical-reference/maverick-v1.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.
