# Cauldrons

- [Cauldron V1](https://dev.abracadabra.money/core-contracts/cauldrons/cauldron-v1.md): The first version of the cauldron, not used in production anymore.
- [Cauldron V2](https://dev.abracadabra.money/core-contracts/cauldrons/cauldron-v2.md)
- [Cauldron V3](https://dev.abracadabra.money/core-contracts/cauldrons/cauldron-v3.md)
- [Cauldron V3\_2](https://dev.abracadabra.money/core-contracts/cauldrons/cauldron-v3/cauldron-v3_2.md): An update to the V3 cauldron changing the way swappers work
- [Whitelisted CauldronV3](https://dev.abracadabra.money/core-contracts/cauldrons/cauldron-v3/whitelisted-cauldronv3.md): An update to the V3 cauldron adding a whitelist
- [Cauldron V4](https://dev.abracadabra.money/core-contracts/cauldrons/cauldron-v4.md)
- [PrivilegedCauldronV4](https://dev.abracadabra.money/core-contracts/cauldrons/cauldron-v4/privilegedcauldronv4.md): A modified version of V4 allowing the creation of debt by owner
- [GmxV2 CauldronV4](https://dev.abracadabra.money/core-contracts/cauldrons/cauldron-v4/gmxv2-cauldronv4.md): Cauldrons supporting GMX V2 GM Markets
- [Liquidations](https://dev.abracadabra.money/core-contracts/cauldrons/liquidations.md)


---

# 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://dev.abracadabra.money/core-contracts/cauldrons.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.
