# Abyss Docs

## Docs

- [Welcome to Abyss 🌊](https://docs.abyssprotocol.xyz/welcome-to-abyss.md): Abyss is a decentralized margin trading platform built on the Sui blockchain. Trade cryptocurrency pairs with up to 5x leverage, execute spot trades, or supply liquidity to earn yield.
- [Trading](https://docs.abyssprotocol.xyz/trading.md): Welcome to the Abyss trading page! Here is a guide on how to use it
- [Spot trading on Abyss](https://docs.abyssprotocol.xyz/trading/spot-trading-on-abyss.md): Here is a guide to trading Spot on the Abyss protocol.
- [Margin trading on Abyss](https://docs.abyssprotocol.xyz/trading/margin-trading-on-abyss.md): In the following we will explore how to trade on margin on Abyss.
- [Margin Risks](https://docs.abyssprotocol.xyz/trading/margin-risks.md): This page is copied from https://docs.sui.io/standards/deepbook-margin/margin-risks
- [Swap](https://docs.abyssprotocol.xyz/swap.md)
- [Vaults and aTokens](https://docs.abyssprotocol.xyz/vaults-and-atokens.md)
- [Developer reference](https://docs.abyssprotocol.xyz/developer-reference.md)
- [Abyss Audit](https://docs.abyssprotocol.xyz/abyss-audit.md): Here you will find a link to the Abyss Vault contract audit by Three Sigma
- [FAQ](https://docs.abyssprotocol.xyz/faq.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.abyssprotocol.xyz/welcome-to-abyss.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.
