# MEV extracting

Every time users do swaps on a DEX, they change the prices in certain AMM pools, which creates arbitrage opportunities that usually benefit a small group of people: MEV bots.

<figure><img src="https://2458550838-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi3VHrPaM9yw0ZeUxSKxR%2Fuploads%2FiDaiviMJGE2pAtKs6Rr1%2FScreenshot%202024-07-03%20at%2002.55.46.png?alt=media&#x26;token=bf11cc9d-e219-4ba1-9a8b-7f99b6def50f" alt=""><figcaption><p>Monthly users lose more than $85M on slippage and sandwich attacks.</p></figcaption></figure>

\
Split changes the rules of the game and grasp these opportunities directly in the user's transaction; up to 60% of the profit from the opportunity created by a trader is returned as cashback.&#x20;

<figure><img src="https://2458550838-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi3VHrPaM9yw0ZeUxSKxR%2Fuploads%2FWm3GlhuYXhvr86ugnA0m%2F1%20(2).png?alt=media&#x26;token=35a48594-3920-4901-a27f-8deaa296cfec" alt=""><figcaption><p>Main goals are to provide the best swap prices through smart routing, and to extract MEV whenever possible, increasing capital efficiency and recovering a significant portion of slippage.</p></figcaption></figure>

## Real example by Split

<figure><img src="https://2458550838-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi3VHrPaM9yw0ZeUxSKxR%2Fuploads%2F6yIsqzYcc37DJ4rxZptH%2Feigentx-0x98ccb25da21787dd68958029537bc89d988101467a6e748ddc8ee0ec2f4dfe99(1).png?alt=media&#x26;token=2b15c5db-e59a-45a9-9d24-4c8dbadd081d" alt=""><figcaption></figcaption></figure>

{% embed url="<https://eigenphi.io/mev/eigentx/0x98ccb25da21787dd68958029537bc89d988101467a6e748ddc8ee0ec2f4dfe99?allow-different=1&disable-reverse-debt=1&hide-inter=1&include-gas-fee=1&rankdir=RL&show-net-asset-flow=0>" %}
Source
{% endembed %}

**What's the magic?**\
1\. Protocol uses AAVE Flashloan and doesn't need its liquidity for MEV extracting;

2\. Algorithm efficiency is 87%+;

3\. Trader recovers up to 60% of the slippage;

4\. User doesn't even have to pay gas fees.

{% hint style="info" %}
**The protocol extracts MEV from users' transactions using other pools without impacting them.**
{% endhint %}

### Split MEV-sharing

<figure><img src="https://2458550838-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi3VHrPaM9yw0ZeUxSKxR%2Fuploads%2FzrbLYE8dS95cvBveaDCy%2FScreenshot%202023-09-16%20at%2012.52.43.png?alt=media&#x26;token=218863e3-3255-47b0-8557-74fe00709b33" alt=""><figcaption><p>Rewards in: WETH, WBNB, arbETH, WMATIC, WFTM, WAVAX</p></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://split-docs.gitbook.io/docs/features/mev-extracting.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.
