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

# 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
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.ilikeitstable.com/stab-protocol.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.
