# GBM Auction Incentives

### 🎯 How Incentives Are Calculated

Your reward when you’re outbid is dynamic and based on three key factors:

* **The amount you bid**
* **How much your bid exceeds the previous bid by**
* **The auction incentive preset selected by the seller**

### ⚙️ Incentive Presets Explained

Sellers choose from four incentive presets — each balancing risk and reward differently:

* **Low Preset** - Min return: **0.5%**, Max return: **2%**
* **Medium Preset** - Min return: **0.5%**, Max return: **5%**
* **High Preset** - Min return: **1%**, Max return: **10%**
* **Degen Preset** - Min return: **2%**, Max return: **20%**

These presets let sellers fine-tune how competitive and rewarding their auction will feel.

### 🔍 Want to See How Incentives Work in Action?

Try the [**GBM Auction Simulator**](https://www.gbm.auction/simulator)


---

# 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.gbm.auction/how-a-gbm-auction-works/gbm-auction-incentives.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.
