# Trading & Fees

## Trade Settings

Users can set global and per-trade settings:

* **Custom Slippage**: Your preferred slippage tolerance for trades
* **MEV Protection**: Protection against front-running and other maximal extractable value manipulations
* **Turbo Mode**: Increased network fee and other optimizations for trades to land quickly

Users can override their global settings for any individual trade.

<figure><img src="/files/x4LtsX3GoNxXKmF3szDT" alt=""><figcaption></figcaption></figure>

All trades are routed through decentralized exchanges, such as Uniswap or Raydium. We use dex aggregators in some cases, such as Jupiter or 0x.

## Fees

Sauce takes a 90 bps fee if you were referred by someone. If you weren't, Sauce takes a 100 bps fee. These fees apply on buys and sells.\
\
There is a fee floor enforced on smaller sized trades.


---

# 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.sauce.gg/trading-and-fees.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.
