# How A GBM Auction Works

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

In a GBM Auction, **every bidder gets rewarded — not just the winner**. \
This is the core part of our "Win-Win" auction system.

### ✋ Step 1: Place a Bid

* Place the amount you want to bid.

All GBM bids are **fully funded -** meaning you send funds onchain to the GBM smart contract when you place your bid.

### 🎁 Step 2: Get Rewarded When Outbid

If someone places a higher bid:

* You immediately get 100% of your bid back
* You also receive an incentive reward

The exact incentive you could earn is shown to you **before you place your bid**.

### 🏁 Step 3: Win The Auction

If you're the highest bidder when the auction ends - **you win the asset. Simple.**


---

# 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.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.
