# How to buy random NFTs

<figure><img src="/files/VXrXSAL5yP7uqsPZoB9z" alt=""><figcaption><p>Our NFT collections</p></figcaption></figure>

1. Go to: <https://singularityx.net/nfts>
2. Connect your radix wallet, using the button in the right corner of the page, next to the menu btn.

<figure><img src="/files/T0GQcOjyZiNy7LeAIl7k" alt=""><figcaption><p>Connect button</p></figcaption></figure>

3. Choose the NFT collection you want and press the buy button.

<figure><img src="/files/7Lf01P7luTBcZzgTN7BC" alt=""><figcaption><p>Choose a collection and press buy</p></figcaption></figure>

4. Select the amount of NFTs in the popup (max. 10) and press buy.&#x20;

<figure><img src="/files/WPqHD2sjGm6CBi58VACv" alt=""><figcaption><p>Choose amount (max. 10)</p></figcaption></figure>

5. You will see the transaction manifest in the Radix wallet where you can confirm it.

<figure><img src="/files/wGlTI6jpCYWP3ENQTepQ" alt=""><figcaption><p>Confirm transaction</p></figcaption></figure>

**How it works**

We hold all unsold NFTs in a vault.&#x20;

When we receive your order, there is a script that randomly selects the NFTs from the vault and sends them to your wallet. This might take a few minutes.

<figure><img src="/files/hWE7KBJpL27CGi3o8ID9" alt=""><figcaption><p>Receive your NFTs</p></figcaption></figure>


---

# 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://singularityx.gitbook.io/singularityx/random-nft-sale/how-to-buy-random-nfts.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.
