# Gas Kickback Modes on ETH

Kolibrio supports multiple **kickback modes** for Ethereum transactions.\
Each mode changes how your **priority fee** is handled between transaction inclusion and gas rebates.

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

***

### 1. Solver Mode :rocket:

This mode guarantees the **best in-block position** for your transactions.

* **100% of the priority fee** is used to maximize in-block placement.
* Ideal for **traders, sniper bots, market makers, searchers, solvers** who care about being placed as high as possible inside the block.
* You may still receive a **priority gas kickback** as a bonus, but it is not the main goal.

**Properties:**

* Highest in-block position
* Not guaranteed to generate high priority gas kickback

***

### 2. Balanced Mode :scales:

The default mode recommended for most users.

* Ensures **next block inclusion** with high reliability.
* A fixed portion of the priority fee is saved and distributed back as **priority gas kickback**.
* Best choice for **wallets and dApps** that need resilient inclusion without extreme fee spending.

**Properties:**

* Next block inclusion
* Balanced priority gas kickback<br>

***

### 3. Max Profit Mode :money\_mouth:

This mode maximizes revenue sharing for the orderflow provider.

* The majority of the priority fee is saved and returned as **priority gas kickback**.
* Best for **non–time-sensitive transactions** where monetization is more important than instant inclusion.
* Expect slightly slower confirmation compared to Solver mode.

**Properties:**

* Next or +1 block inclusion
* Highest priority gas kickback

<br>


---

# 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.kolibrio.xyz/kolibrio-orderflow-service/ethereum/gas-kickback-modes-on-eth.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.
