# Auction Participants' Rewards

### The auction winner receives:

* The NFT token that is auctioned off.
* 40% of the total amount of all bids made during the auction, in BNB token.
* The Initial Reward amount, contributed by the NFT seller during auction creation, in BNB token.
* 20% of their own bids, refunded in GREEDY token, accessible through the My rewards section.

To claim rewards from points 1-3, after the auction concludes, the winner needs to request a withdrawal from the smart contract by clicking the Claim button on the auction page. Upon transaction confirmation, rewards will be sent to the winner's wallet.

Important: Both the auction winner and the NFT seller can initiate the withdrawal request. If the seller makes the withdrawal request from the smart contract first, the auction winner will automatically receive the rewards in their wallet without the need for additional transactions.

To claim the reward as per point 4, navigate to the My rewards section and click the Claim GREEDY button, then confirm the transaction in your wallet.

### The NFT seller receives:

* 40% of the total amount of all bids made during the auction, in BNB token.

To claim the reward for selling the NFT, the seller needs to request a withdrawal from the smart contract by clicking the Claim button on the auction page. Upon transaction confirmation, the reward will be sent to the seller's wallet.

Important: The auction winner can also initiate the withdrawal request. If the winner makes the withdrawal request from the smart contract first, the seller will automatically receive the reward in their wallet without additional actions.

### All auction participants receive:

* 20% of their own bids made during the auction, refunded in GREEDY token, accessible through the My rewards section.

To claim this reward, navigate to the My rewards section and click the Claim GREEDY button, then confirm the transaction in your wallet.

<br>


---

# 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.greedy.art/greedyart-auctions/auction-participants-rewards.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.
