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

# Using Abracadabra

- [Cauldrons](https://docs.abracadabra.money/learn/intro/cauldrons.md): Abracadabra's core product, the isolated lending market and leverage engine.
- [Borrow](https://docs.abracadabra.money/learn/intro/cauldrons/lending-markets.md)
- [Leverage](https://docs.abracadabra.money/learn/intro/cauldrons/leveraged-positions.md)
- [GMX V2 Cauldrons](https://docs.abracadabra.money/learn/intro/cauldrons/leveraged-positions/gmx-v2-cauldrons.md)
- [Deprecated Markets](https://docs.abracadabra.money/learn/intro/cauldrons/deprecated-markets.md)
- [Liquidations](https://docs.abracadabra.money/learn/intro/cauldrons/liquidations.md): This page will give readers a better understanding of liquidations at abracadabra.money
- [My Positions](https://docs.abracadabra.money/learn/intro/the-dashboard.md)
- [Stake](https://docs.abracadabra.money/learn/intro/stake.md)
- [sSPELL](https://docs.abracadabra.money/learn/intro/stake/sspell.md)
- [mSPELL](https://docs.abracadabra.money/learn/intro/stake/mspell.md)
- [magicGLP](https://docs.abracadabra.money/learn/intro/stake/magicglp.md): magicGLP:  Abracadabra’s Automated Compounder for GLP Token
- [magicAPE](https://docs.abracadabra.money/learn/intro/stake/magicape.md): magicAPE:  Abracadabra’s Automated Compounder for staked $APE Tokens
- [magicLVL](https://docs.abracadabra.money/learn/intro/stake/magiclvl.md): magicLVL:  Abracadabra’s Automated Compounder for staked Level Finance Tranches
- [Tools](https://docs.abracadabra.money/learn/intro/tools.md)
- [Markets](https://docs.abracadabra.money/learn/intro/tools/markets.md)
- [Farms](https://docs.abracadabra.money/learn/intro/tools/farms.md)
- [Swap](https://docs.abracadabra.money/learn/intro/tools/swap.md)
- [MIM Beaming](https://docs.abracadabra.money/learn/intro/tools/mim-beaming.md)
- [MIMSwap](https://docs.abracadabra.money/learn/intro/mimswap.md): MIMSwap is an in house stableswap AMM for the Abracadabra ecosystem
- [Swapping assets](https://docs.abracadabra.money/learn/intro/mimswap/swapping-assets.md): How to exchange a token A for a token B using MIMSwap
- [Providing Liquidity](https://docs.abracadabra.money/learn/intro/mimswap/providing-liquidity.md): How to provide liquidity on MIMSwap and earn trading fees


---

# 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.abracadabra.money/learn/intro.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.
