> For the complete documentation index, see [llms.txt](https://docs.bounce.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bounce.finance/user-guide/fixed-price-auction-guides.md).

# Fixed-Price Auction Guides

#### What is a fixed-price auction? <a href="#what-is-a-fixed-swap-auction" id="what-is-a-fixed-swap-auction"></a>

A fixed-price auction is a type of auction where the price for the assets being auctioned is pre-determined and agreed upon by the auctioneer and participants. This type of auction is typically used when the auctioneer has a specific value target for the assets being sold. It operates on a **first-come, first-serve** basis. In addition, these auctions are time-contingent and automatically executed, meaning that assets are swapped at the agreed upon time. Bounce Finance offers fixed-price auctions for both ERC20 tokens and BEP20 based assets. Furthermore, Bounce V3 offers a feature called "regret functionality," which allows participants to participate and withdraw from an auction at any time **during the auction process**.

#### Supported Assets

1. Token
2. NFT
3. Real-World Collectible
4. Ad Space


---

# 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.bounce.finance/user-guide/fixed-price-auction-guides.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.
