# Redemptions

Once an auction has closed and is settled, participants can go and redeem their order(s). For users that were 'filled' they can redeem for their desired asset. For 'unfilled' bids/asks, users redeem for their original collateral. One user will be 'partially' filled and will receive a combination.&#x20;

{% hint style="info" %}
If the auction has concluded but your order(s) still show <mark style="background-color:blue;">**Working**</mark> then the auction hasn't been settled.
{% endhint %}

### Redeeming Filled Orders

1. Navigate to the auction's detail page and orders that show <mark style="background-color:green;">Filled</mark> are ready for redemption.
2. Select the table row in the Orders list for the order you would like to redeem.&#x20;
3. A modal with your order details will open. After reviewing the order details press the <mark style="color:green;">Redeem</mark> button.
4. Complete the transaction using your Web3 wallet.
   1. Post-transaction, users can confirm the redemptions on either their wallet or Etherscan.
   2. The UI on the auction's detail page will also update to show historical information.

### Redeeming Partially Filled Orders

Completely filled and partially filled orders will look similar on the UI. The **Filled/Total** column in the Orders list will show you the status of the execution.

The transaction for a partially filled order will redeem the filled asset(s) and return the deposited asset(s) in one batch.

### Redeeming Failed Orders

A failed order will allow the user to redeem their initial deposit amount.

1. Navigate to the auction's detail page and orders that show <mark style="background-color:red;">Failed</mark> are ready for redemption.
2. Select the table row in the Orders list for the order you would like to redeem.
3. A modal with your order details will open. After reviewing the order details press the <mark style="color:green;">Redeem</mark> button.
4. Complete the transaction using your Web3 wallet.
5. 6\. After the transactions you will be able to confirm the redemptions in your Web3 wallet and on Etherscan.
6. The UI on the auction's detail page will also update to show historical information.


---

# 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.prl.one/buttonwood/user-guides/buttonauctions-user-guide/join-an-auction/redemptions.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.
