> For the complete documentation index, see [llms.txt](https://docs.tipo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tipo.io/tipo-auction/auction-rules-and-bidding-features/auto-extend-end-time.md).

# Auto-extend end time

### ℹ️ What is "Auto-extend end time" option?

**Popcorn bidding,** as known as A**uto-extend end time** feature helps prevent last-second bidding by automatically extending the auction when a new bid is placed near the end time.

When enabled:

If a bid is placed while the remaining auction time is less than the **Trigger when time remaining is less than** value, the auction end time will automatically be extended by the **Extend by** value.

This can happen multiple times during the auction.

***

### 🛠️ Set up "Auto-extend end time" option

1. Open the app > click **Auctions** > create a new auction or open an existing auction
2. In **Additional** **options** session, turn on **Auto-extend end time**
3. After enabling the option, 2 settings will appear:

* **Extend by**\
  The amount of time added to the auction each time the auto-extend rule is triggered.
* **Trigger when time remaining is less than**\
  The remaining time threshold that activates the extension when a new bid is placed.

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

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

***

### 💡 Example of how it works

#### Example

* Auction end time: **4:40 PM**
* Trigger when remaining time is less than: **5 minutes**
* Extend by: **2 minutes**

#### Scenario

At **4:36 PM**, the remaining auction time is only **4 minutes**.

A new bid is placed\
→ The auto-extend rule is triggered\
→ The auction time is extended by **2 more minutes**

So instead of ending in **4 minutes**, the auction will now end in **6 minutes** from the current moment.

If another bid is placed again while the remaining time is less than **5 minutes**, the auction will continue extending by **2 minutes** each time.

***

### ✅ Benefits of Auto-extend End Time

* Prevents last-second bid sniping
* Gives all bidders a fair chance
* Encourages more competitive bidding
* Can help increase final auction prices

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/auto-extend-end-time.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.
