# Protocol

- [Overview](https://docs.arkadiko.finance/protocol/overview.md)
- [Vaults](https://docs.arkadiko.finance/protocol/vaults.md): secure smart contracts that hold your assets and allow you to mint USDA
- [Redemptions](https://docs.arkadiko.finance/protocol/redemptions.md): clear debt on risky vaults by exchanging USDA for collateral assets
- [Liquidation Pool](https://docs.arkadiko.finance/protocol/liquidation-pool.md): integrated solution for forced liquidations that keep the system healthy
- [Swap](https://docs.arkadiko.finance/protocol/swap.md): A permissionless and decentralised way to swap tokens
- [Stake](https://docs.arkadiko.finance/protocol/stake.md)
- [Governance](https://docs.arkadiko.finance/protocol/governance.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://docs.arkadiko.finance/protocol.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.
