> For the complete documentation index, see [llms.txt](https://crosswise.gitbook.io/crosswise-litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crosswise.gitbook.io/crosswise-litepaper/crosswise-dex.md).

# Crosswise DEX

## Quick Swap

Crosswise DEX features an easy-to-use swap exchange to quickly execute token swaps with the lowest fees and slippage. Quick Swap is powered by a Hybrid Automated Market Maker (AMM) with incentivized liquidity pools. Although the liquidity pools are automated, wherever possible market prices are based on price oracles.

A V2 upgrade will add additional charts, allowing users to quickly compare rates for the tokens in stable coins such as BUSD and USDC.

**Quick Swap Fees**

A swap fee of 0.2% is charged on all swaps. Of this, 0.17% is returned to the liquidity pools, and awarded to liquidity providers. The remaining 0.03% go to the treasury.

## Advanced Swap

Crosswise users can toggle to an advanced exchange interface to use trading tools like limit orders. Users can set the precise price at which to swap, as well as the execution time limit in minutes or days, up to a year. When the market rate matches with the desired rate the order is automatically executed.

**Advanced Swap Fees**

Advanced swap fees total 0.3%. Of this, 0.17% is returned to the liquidity pools, and awarded to liquidity providers. The remaining 0.13% go to the treasury.

## DEX Order Book

The Order Book shows all pending and recently executed orders for Quick Swap and Advanced Swap. Details include the token name, quantity, date of trade, fees, and block explorer link for the token. Users can easily keep track of their trade history.

## Farms & Liquidity Pools

Farms Crosswise offers a range of yield farming pools. Users are incentivized to provide liquidity with generous liquidity provider rewards in our farms. Deposit fees range from 0-4%, and vary by farm. The up to 4% deposit fee on non-CRSS LP farms is split and used to buy-back and burn CRSS (50%) and fund marketing (50%).


---

# 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://crosswise.gitbook.io/crosswise-litepaper/crosswise-dex.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.
