# Create a sealed-bid auction

### How to create a sealed-bid auction pool

1\. Visit <https://app.bounce.finance/> and select **token sale** on the left top corner.

2\. Click create **auction** button and the selection window pops up.

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

3\. Select **Sealed-bid pool** and click **confirm** to go to the create a sealed-bid pool page.

4\. The pool settings page consists of two sections.

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

In the first section, only the token contract address is needed.

* **Token contract address:** find the token contract address on [Etherscan](https://etherscan.io/).
* **Token symbol** and t**oken decimals** will be auto-filled after entering the token contract address.

The second section asks for the following parameters:

* **From:** is auto filled after entering the contract address.
* **To:** the currency to receive for the auctioned assets. On the Ethereum network the options are ETH and USDT. On Binance Smart Chain the options are BNB and USDT.
* **Floor swap ratio:** the minimum price bid offers a pool creator would accept. Bidders cannot bid below this ratio.
* **Amount:** the number of tokens to auction.

5\. Customize the fixed swap pool:

* **Allocation per wallet:** the maximum amount of tokens one wallet can purchase from your pool.
* **Participant:**&#x20;
  * **Public** opens the auction to everyone,&#x20;
  * **Bot holders** opens the auction to users who hold at least 0.5 bot in their wallet.
  * **Private** opens to exclusive users or groups secured by password.
* **Pool name:** for participants to identify the pool on the Bounce homepage.
* **Pool running time:** the time that the pool will be available.

6\. Once all parameters are entered, click the **launch** button and approve the transaction in Metamask (or whichever wallet used). Two transactions are needed to launch the pool.

* Approve spending limit:

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

* Approve Contract interaction:

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

*If a transaction error with very high gas fee (usually over 200 USD), appears please do not proceed and go back to the parameter page to check if everything is entered correctly.*

### Manual claim for pool creators

Pool creators need to come back to check the pool status page and manually claim the swapped ETH/USDT and any unswapped tokens. This can be done in one transaction at the end of the auction.


---

# 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.bounce.finance/user-guide/sealed-bid-auction-guides/create-a-sealed-bid-auction.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.
