# STAB Protocol

- [Using STAB Protocol](https://docs.ilikeitstable.com/stab-protocol/using-stab-protocol.md)
- [Swap](https://docs.ilikeitstable.com/stab-protocol/using-stab-protocol/swap.md): On the swap page, the user can swap their XRD for STAB and the other way around. Providing liquidity to the Stabilis XRD/STAB pool is also possible. The user will then be returned LPSTAB.
- [Borrow](https://docs.ilikeitstable.com/stab-protocol/using-stab-protocol/borrow.md): The Borrow page consists of a single feature: opening loans of STAB.
- [Manage loans](https://docs.ilikeitstable.com/stab-protocol/using-stab-protocol/manage-loans.md): On this page the user can manage their loans.
- [Liquidations](https://docs.ilikeitstable.com/stab-protocol/using-stab-protocol/liquidations.md): On the Liquidations page, the user can mark loans for liquidation and eventually liquidate them.
- [Technical Info](https://docs.ilikeitstable.com/stab-protocol/technical-info.md)
- [Components & Manifests](https://docs.ilikeitstable.com/stab-protocol/technical-info/components-and-manifests.md)
- [Source Code](https://docs.ilikeitstable.com/stab-protocol/technical-info/source-code.md)
- [Oracle](https://docs.ilikeitstable.com/stab-protocol/technical-info/oracle.md)
- [System Parameters](https://docs.ilikeitstable.com/stab-protocol/technical-info/system-parameters.md)
- [Interest Rate](https://docs.ilikeitstable.com/stab-protocol/technical-info/interest-rate.md)
- [Real 7d APY](https://docs.ilikeitstable.com/stab-protocol/technical-info/real-7d-apy.md)
- [Dangers](https://docs.ilikeitstable.com/stab-protocol/dangers.md): Interacting with the Stabilis ecosystem is not completely without dangers. Hence it's important to inform you of them.
- [Whitepaper](https://docs.ilikeitstable.com/stab-protocol/whitepaper.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.ilikeitstable.com/stab-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.
