> For the complete documentation index, see [llms.txt](https://docs.mav.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mav.xyz/technical-reference/maverick-v1.md).

# 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.
