# Auctions

5TARS regularly schedules NFT card auctions so that users can be eligible to obtain certain players or hard-to-find rarities.

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

### How it works <a href="#docs-internal-guid-f16b4dd3-7fff-6879-7774-6a796bc70965" id="docs-internal-guid-f16b4dd3-7fff-6879-7774-6a796bc70965"></a>

1. **Auction Listings**: 5TARS will host auctions for cards of all rarities. Users can browse through the available auction listings to find cards that interest them.
2. **Bidding Process**: Each auction will have a specified time limit during which users can place bids. The user with the highest bid after the auction period will be the winning bidder and will acquire the NFT.
3. **Bid Requirements**: To participate in an auction, users must meet two criteria:
   * Sufficient Wallet Space: Users need to have available space in their wallet to accommodate the new card.
   * Adequate STARCOINS: Users must have the required amount of STARCOINS to place a bid.
4. **Bid Deductions**: When a user places a bid on a card, the corresponding amount of STARCOINS will be deducted from their balance. Additionally, the necessary space in their wallet will be temporarily blocked to accommodate the potential acquisition of the card.
5. **Outbid Refunds**: If another user outbids the current highest bid, the STARCOINS and wallet space previously allocated for the bid will be refunded to the original bidder.

{% hint style="info" %}
By engaging in our auctions, users can enjoy an exhilarating bidding experience and potentially acquire coveted cards for their collection.
{% endhint %}


---

# 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://wiki.5tars.io/gameplay/auctions.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.
