> For the complete documentation index, see [llms.txt](https://support.highlight.xyz/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.highlight.xyz/knowledge-base/for-creators/selling-your-nfts/available-sale-methods/ranked-auction.md).

# Ranked auction

The bidding in a ranked auction begins at a set price. Collectors submit their bids and can track their rank. When the sale concludes, the supply of tokens are distributed to the top bidders.

{% hint style="info" %}
*Note: ranked auctions are subject to a 5% fee on total proceeds, paid by the creator.*
{% endhint %}

### How to set up a ranked auction

In the mint details section of the collection creation flow, choose "Ranked auction". Here, you can set a minimum bid and enable rebates if desired. Enabling rebates will allow all collectors to recoup the difference between their winning bid and the lowest winning bid (meaning that all winning collectors will pay the same, lowest winning bid price). Declining to select this option means bidders will pay the exact price they bid.&#x20;

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

### **Ranked auction claim token and rebates**

After a ranked auction concludes, winning bidders will need to claim their token(s), which they can do directly on the mint page. If the artist has enabled rebates, claiming their tokens will also trigger any enabled rebates for their bids.&#x20;

As the artist, you can also claim your proceeds from the auction on the collection management page.

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

### Manage your auction

To edit your auction details, select the "Edit auction" button on the token management page. This will allow you to update the reserve price, the start and stop date of the auction, and any allowlists that are applied. \
\
Note that if the auction has a bid on it, you will not be able to change the start or end date.

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

### **Ranked auction standings**

The standings of a ranked auction will be available on the right hand side of the mint page during the auction. Collectors can view their current ranking, and increase their bids (if desired) to ensure they remain among the winning bidders.

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


---

# 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://support.highlight.xyz/knowledge-base/for-creators/selling-your-nfts/available-sale-methods/ranked-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.
