# Advanced Settings

&#x20;To tailor your swapping needs, click the dropdown arrow beside 'Max Slippage' located above the 'swap' button and **customize the settings** according to your preferences.

## Max Slippage

&#x20;As any trader can **front-run** your transaction by paying a higher gas fee or using other methods, a negative slippage might occur. The **"Max Slippage"** feature is designed to mitigate this risk and protect traders. By adjusting the maximum amount of slippage, you can set a **threshold** so that if the swap ratio is worse than the set threshold, the swap will not be executed. You can also set custom slippage from 0 to 100.

<figure><img src="/files/6sFQHDXAKJLF2fCk85ni" alt="" width="563"><figcaption></figcaption></figure>

## Max Edge

&#x20;To understand Max Edge, you will first need to understand what a **hop** is. A hop occurs when crypto assets are swapped from one type of token to another using a pool.&#x20;

&#x20;For instance, if you swap ETH for USDC on Uniswap, that counts as **one hop.** If you swap ETH for USDC on Uniswap and then swap the resulting USDC for DAI on Curve, that counts as **two hops. "Max edge"** refers to the maximum number of hops that a swap path can pass through.

<figure><img src="/files/eJzwZp3VmDgtaUIokOZA" alt="" width="563"><figcaption></figcaption></figure>

## Max Split

&#x20;**"Max split"** denotes the maximum divisions for selling tokens when Sherpa executes swaps across multiple DEXs. To illustrate, with a max split value of 10, the tokens available for sale can be partitioned into a maximum of 10 segments, each comprising about 10% of the total sell tokens.

<figure><img src="/files/zxWtiJFGpwI5Qe8vXXU4" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://books.eisenfinance.com/eisen-finance/user-guide/eisen-dex-aggregator/advanced-settings.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.
