# Automatic bidding

### ℹ️ What Is Automatic Bidding?

**Automatic bid,** also known as **Proxy bidding** lets a bidder set a maximum bid amount.\
The system then automatically places bids for them to keep them in the lead, without needing to bid manually each time.

This makes bidding easier and more competitive.

* The bidder sets a maximum amount they are willing to pay
* The system bids on their behalf
* Bids increase only when someone else places a bid
* The bidder never pays more than their maximum bid

***

### 🛠️ Set up Automatic bid

**Steps to manage**

&#x20;1\. Open the app > click **Auctions** > create a new auction or open a current auction

&#x20;2\. In **Advance setting** sessions, tick to **Automatic bid** checkbox

&#x20;3\. Click **Save**

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

***

### ✅ How the Automatic bid works&#x20;

1. A customer enters a **maximum bid amount**
2. The system places the **minimum required bid**
3. When another bidder places a bid:
   * The system automatically raises the bid (based on bid increment)
4. This continues until:
   * The maximum bid is reached, or
   * The auction ends

[<br>](https://tipo.io/wp-content/uploads/2021/12/Screenshot_82.png)Here is an email sent to bidder who places automatic bid:

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

<figure><img src="/files/4c7EikHy3HRbFvhqBBpr" alt=""><figcaption></figcaption></figure>

#### Example: Automatic Bidding in Action

**Auction settings**

* Current bid: **$100**
* Bid increment: **$10**

**Step 1: First auto-bidder**

* Customer A sets a maximum bid of **$200**
* System places a bid at **$110**

***

**Step 2: Another bidder joins**

* Customer B places a manual bid of **$130**
* System automatically bids **$140** for Customer A

***

**Step 3: Maximum reached**

* Customer B bids **$200**
* Customer A’s maximum is reached
* Customer B becomes the highest bidder

***

**What Happens at Auction End?**

* If the highest bidder used automatic bidding: They win at the lowest possible price needed to stay ahead
* Winner checkout follows the normal winner flow


---

# 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.tipo.io/tipo-auction/auction-rules-and-bidding-features/automatic-bidding.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.
