# Overview

- [What's Wasabi](https://docs.wasabi.xyz/_/overview/whats-wasabi.md): The leverage trading protocol for assets you can't find anywhere else.
- [Trade Your Edge with Leverage](https://docs.wasabi.xyz/_/overview/whats-wasabi/trade-your-edge-with-leverage.md): 10x anything.
- [Benefits for Traders](https://docs.wasabi.xyz/_/overview/whats-wasabi/benefits-for-traders.md): Why traders choose Wasabi over alternatives.
- [Prop AMM / Swap](https://docs.wasabi.xyz/_/overview/prop-amm-swap.md): Swap your favorite tokens with competitive execution.
- [Leverage Trade](https://docs.wasabi.xyz/_/overview/leverage-trade.md): Long or short 700+ assets with up to 20x leverage. Every trade settles onchain.
- [Limit Orders](https://docs.wasabi.xyz/_/overview/leverage-trade/limit-orders.md)
- [Take Profit/Stop Loss](https://docs.wasabi.xyz/_/overview/leverage-trade/take-profit-stop-loss.md): Set automated exit prices to lock in gains or cap losses on any open position.
- [Looping Strategies](https://docs.wasabi.xyz/_/overview/leverage-trade/looping-strategies.md): Looping Markets allow users to maximize their rewards by longing yield-bearing tokens on leverage. These tokens offer either built-in APY or separate claimable rewards. Wasabi lets you amplify those.
- [Trading through Earn Vaults](https://docs.wasabi.xyz/_/overview/leverage-trade/trading-through-earn-vaults.md): Trading with staked assets allows users to open trades using their vault balances. This feature accelerates trade execution and maintains vault streaks.
- [Interest Accrual & Payment](https://docs.wasabi.xyz/_/overview/leverage-trade/interest-accrual-and-payment.md): Wasabi settles pending interest on a rolling basis to reward vault depositors faster. On the trading side, this affects how interest is handled on open positions.
- [Liquidations](https://docs.wasabi.xyz/_/overview/leverage-trade/liquidations.md): How liquidations work on Wasabi, and how to manage your risk.
- [Earn](https://docs.wasabi.xyz/_/overview/earn.md): Real yield from trading fees, not emissions. Deposit tokens, earn interest.
- [Community and Support](https://docs.wasabi.xyz/_/overview/community-and-support.md): Get involved, get help, and stay up to date.
- [Brand kit](https://docs.wasabi.xyz/_/overview/community-and-support/brand-kit.md)
- [Branded Memes](https://docs.wasabi.xyz/_/overview/community-and-support/branded-memes.md)
- [Connect With the Team](https://docs.wasabi.xyz/_/overview/community-and-support/connect-with-the-team.md): Join our Discord, follow us on X and join our Telegram for regular updates, support and more
- [FAQs](https://docs.wasabi.xyz/_/overview/community-and-support/faqs.md): Quick answers to common questions about trading, earning, and using Wasabi.
- [Technical Documentation](https://docs.wasabi.xyz/_/overview/technical-documentation.md)
- [Smart Contracts](https://docs.wasabi.xyz/_/overview/technical-documentation/smart-contracts.md): Below is a reference list of our main contract addresses across multiple blockchains.
- [Audits](https://docs.wasabi.xyz/_/overview/technical-documentation/audits.md): Security is our top priority.
- [API Integration](https://docs.wasabi.xyz/_/overview/technical-documentation/api-integration.md): Access the API endpoints for seamless integration into Wasabi’s trading protocols.
- [Vault Integration Guide](https://docs.wasabi.xyz/_/overview/technical-documentation/vault-integration-guide.md): This guide will walk you through the core concepts, smart contract interactions, and API endpoints needed to integrate Wasabi Vaults into your application.
- [Vault Boosting](https://docs.wasabi.xyz/_/overview/technical-documentation/vault-boosting.md): Boosting vault rewards on Wasabi is the perfect way to enhance your token's ecosystem while rewarding your community.
- [Depositor Snapshots](https://docs.wasabi.xyz/_/overview/technical-documentation/depositor-snapshots.md): A depositor snapshot is a way to capture who was deposited into a specific vault at a specific moment, so you can include addresses in rewards, allowlists, or campaigns.
- [PropSwapRouter Integration Guide](https://docs.wasabi.xyz/_/overview/technical-documentation/propswaprouter-integration-guide.md)
- [Rewards and Points](https://docs.wasabi.xyz/_/overview/rewards-and-points.md)
- [Wasabi Points](https://docs.wasabi.xyz/_/overview/rewards-and-points/wasabi-points.md)
- [Trading Points](https://docs.wasabi.xyz/_/overview/rewards-and-points/wasabi-points/trading-points.md): Our trading point system encourages strategic trading and risk management within the Wasabi ecosystem.
- [Liquidity Points](https://docs.wasabi.xyz/_/overview/rewards-and-points/wasabi-points/liquidity-points.md): Earn points by providing liquidity to vaults. Here are some strategies for maximizing points:
- [Wasabi Pass](https://docs.wasabi.xyz/_/overview/rewards-and-points/wasabi-pass.md): Wasabi passes provide holders with unique benefits such as a Wasabi Trading Points multiplier on EVM. Increased Wasabi points escalate with each pass, maxing out at ten.


---

# 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.wasabi.xyz/_/overview.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.
