# Blur Bidding

## Blur Bidding Chart

* `Top Bid`: The highest bid on the Collection in blur.
* `Total Value`: The total value of all executable bids.
* `Your Bids`: Your Bid Size.
* `Your Bid Value`: The total amount of your bids.

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

## Place Collection Bid

Click `Place Collection Bid` to submit a bid and set the bid's valid time.

* `Bid Price`: The eth amount of the bid.
* `Size`: The number of bids.
* `Expiration`: The expiration time of the bid you submitted.

You can also submit the same bid by selecting a row from the list to avoid input errors.

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

## Auto Cancel

You can choose to automatically cancel bids when the size of specific bid levels is less than a certain percentage. For example, when a Collection has the following bid prices:

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

If you choose the 0.27E bid price, which currently has 401 bids, you can set the strategy to cancel the bid automatically when the Bid Price's Size is ≤ `80` % of `401`.

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

After setting it, the system will automatically cancel the bid when the number of bids in the 0.27E bid price is less than 320 (80% of 401).\
\
The most important is, <mark style="color:red;">**YOU DON'T NEED TO KEEP THIS PAGE LIVE**</mark>, you can find your next target or close the web page, Auto Cancel Bot will be triggered automatically.

<figure><img src="/files/3r9748HtTHXTMXOZOGp6" alt=""><figcaption></figcaption></figure>

Activity will display the logs that you monitor and execute. When you click `Save and start monitoring` , monitoring will begin, and if the strategy matches, it will be executed automatically.

When the strategy you set is triggered, the Auto Cancel button will show a "Matched" status, indicating that the strategy has been matched and executed.

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

## <mark style="color:red;">Following Bid Size Mode</mark>

On the basis of the original cancel strategy, we added a <mark style="color:red;">**Following Bid Size Mode**</mark>.

Your auto cancel strategy will adapt to the increase of Bid Size at the target bid price.

If you choose the Following Bid Size, your auto cancel strategy will always be triggered when the bid size is reduced to 90% of the latest recorded value.&#x20;

The point is that as long as the bid size increases and then decreases to 90%, the cancellation strategy will be triggered.

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


---

# 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.nfteye.io/product-guides/blur-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.
