> For the complete documentation index, see [llms.txt](https://docs.nulink.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nulink.org/products/stakers/dashboardoverall/auction.md).

# Auction

## All Auctions

As shown below, all auctioned staking grids are displayed here. The auction status can be one of three types: `Auction Not Started`, `Auction In Progress`, and `Auction Ended`.

![All Auctions](/files/A4dY2vsnzKOI0OIKWKTx)

* (1) Auction Not Started

Enter the `Auction Not Started` details page to view the basic properties of the slot.

![Auctions Details](/files/QBZ3hH2YQTDqyqVBOT3Q)

You cannot bid yet, as the `BID NOW` button is disabled. Bidding is allowed only once the auction begins.

* (2) Auction In Progress

![Auctions In Progress](/files/Dzznjkb3qUNF5s4uYlVU)

Enter the `Auction In Progress` details page to view the current highest bid and all bid records. You can place a bid by clicking `BID NOW`, which will trigger a bidding pop-up:

![Auction Bid](/files/e5SaVUKaSXOVrcAlyAlc)

The pop-up will show the starting bid and increment amount. Your bid must be greater than or equal to the sum of the current highest bid and the increment amount. Once successfully placed, your bid will be displayed, as shown below:

![Auction](/files/9XUuStn7jd0xRY08lX8s)

* (3) Auction Ended

After the auction ends, you can see whether your bid was successful or not.

As shown in the image, there are three statuses for the staking grids you participated in bidding on: `AUCTION IN PROGRESS`, `AUCTION ENDED SUCCESSFUL`, and `AUCTION ENDED FAILED`.

![My Auctions](/files/4VbOsKKzswKXoke8jEMl)

For the staking grids that were successfully auctioned, you can go to `My Stake Grids -> Uninstalled` to view and install them.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.nulink.org/products/stakers/dashboardoverall/auction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
