> For the complete documentation index, see [llms.txt](https://docs.xoob.gg/xoob/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xoob.gg/xoob/platform/nft-sale.md).

# NFT Sale

* **NFT Sale:** The XOOB NFT Mystery Box launchpad offers a unique opportunity for games and players to partner with us and reach a new audience of potential players. Each XOOB sale event has boxes sorted into two categories: those sold at full price and those sold at a discounted price (or even given away for free) to community members who utilize XOOB Points. The format for each sale is chosen by the partner project that organizes the sale event.

* **Auction Mechanics:** In an auction sale, users can bid an arbitrary number of XOOB Points above a preset minimum bid (i.e., 100 XOOB Points). The top N bids will win a whitelist slot for the discounted sale, where N is the number of NFTs offered at the discounted price. Users who enter bids but do not make it to the whitelist can reclaim their unused XOOB Points at the end of the event.

* **Raffle Mechanics:** In a random distribution sale, users stake XOOB Points in order to enter a raffle. The more XOOB Points a user stakes, the higher their chance of being selected. If a user is selected, their XOOB Points are burned, and they receive the associated benefits on the NFT mystery box. If a user is not selected, they are able to receive their XOOB Points back by un-staking them at the conclusion of the event.

<figure><img src="/files/XrW9YE7yhoSPgjbRYOmL" 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://docs.xoob.gg/xoob/platform/nft-sale.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.
