> For the complete documentation index, see [llms.txt](https://docs.muesliswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.muesliswap.com/cardano.md).

# Cardano

- [Introduction](https://docs.muesliswap.com/cardano/introduction.md)
- [Cardano Wallets](https://docs.muesliswap.com/cardano/cardano-wallets.md)
- [Token Listing](https://docs.muesliswap.com/cardano/token-listing.md)
- [Token Verification](https://docs.muesliswap.com/cardano/token-listing/token-verification.md)
- [Creating a Pool](https://docs.muesliswap.com/cardano/token-listing/creating-a-pool.md)
- [Fee Structure](https://docs.muesliswap.com/cardano/fee-structure.md)
- [Orderbook](https://docs.muesliswap.com/cardano/orderbook.md)
- [Network Load](https://docs.muesliswap.com/cardano/orderbook/network-load.md)
- [Swaps (AMMs and LPs)](https://docs.muesliswap.com/cardano/swaps-amms-and-lps.md)
- [Instant Swap](https://docs.muesliswap.com/cardano/swaps-amms-and-lps/instant-swap.md)
- [Limit Swap](https://docs.muesliswap.com/cardano/swaps-amms-and-lps/limit-swap.md)
- [Liquidity pools 101](https://docs.muesliswap.com/cardano/liquidity-pools-101.md)
- [Concentrated Hybrid Model (CHM)](https://docs.muesliswap.com/cardano/concentrated-hybrid-model-chm.md)
- [Using the CHM](https://docs.muesliswap.com/cardano/concentrated-hybrid-model-chm/using-the-chm.md): A user-guide on how to use the CHM (Concentrated Hybrid Model) and providing liquidity to our concentrated pools
- [Staking](https://docs.muesliswap.com/cardano/staking.md): Stake MILK and earn tokens as a reward!
- [Hungry Cows NFT](https://docs.muesliswap.com/cardano/hungry-cows-nft.md): HungryCow NFTs by MuesliSwap
- [Tokenomics](https://docs.muesliswap.com/cardano/tokenomics.md)
- [MuesliSwap MILK](https://docs.muesliswap.com/cardano/tokenomics/muesliswap-milk.md): Official governance and utility token of MuesliSwap on Cardano and Milkomeda
- [Muesli Yield Token](https://docs.muesliswap.com/cardano/tokenomics/muesli-yield-token.md): The yield farming reward token of MuesliSwap - 100% community committed
- [MuesliSwap SNOW](https://docs.muesliswap.com/cardano/tokenomics/muesliswap-snow.md): The MuesliSwap launch commemorial token
- [Other tokens](https://docs.muesliswap.com/cardano/tokenomics/other-tokens.md)
- [Decentralization](https://docs.muesliswap.com/cardano/decentralization.md)
- [Matchmakers](https://docs.muesliswap.com/cardano/decentralization/matchmakers.md)
- [FAQ](https://docs.muesliswap.com/cardano/faq.md): Frequently asked questions
- [MILK Token Migration FAQ](https://docs.muesliswap.com/cardano/milk-token-migration-faq.md): Here, you'll find answers to common questions about transitioning from MILK to MILKv2. Our aim is to ensure a smooth and straightforward migration process for all our users.
- [Social media & Contact](https://docs.muesliswap.com/cardano/contact-us.md): How to contact the MuesliSwap Team


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.muesliswap.com/cardano.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
