# How to Get Listed on SingularityX

1. **Upload Your NFTs to a Storage Platform**\
   We recommend using Arweave for reliable storage: <https://akord.com/use-arweave>\
   Make sure to create your vault as public!
2. **Create the JSON File for RadishSquare**

   * Remove the price line from the JSON file.
   * Add your project's wallet as the `olympia_owner` for all unsold NFTs.
   * Use a dedicated wallet (not your personal wallet). We will need the seed phrase or private key to access the wallet for the script.
   * **Why is this necessary?** This permission is required to send the NFTs from the wallet.
   * If needed, we can provide you with a brand new wallet created by us. Please request this before the minting process. Sending all the NFTs to another wallet afterward would take a long time and incur significant transaction fees.

   [More information can be found here](https://docs.radishverse.io/radishverse/marketplace/how-to-mint-your-nft-s) (just follow the steps).
3. **Test Minting on Stokenet**\
   Ensure to perform test minting on Stokenet to identify and fix any bugs in your JSON file.
4. **Mint Your Collection on RadishSquare Mainnet**\
   Once testing is complete and everything is correct, proceed with minting on the mainnet.
5. **Send Required Information to Us**

   * Send the private key or seed phrase of the wallet to @htomee22. It is best if this wallet only contains the NFTs and is newly created for this purpose.
   * Provide 4 pictures from your NFT collection.
   * Share all the information that should be included in your project's section on our website.

   You can check the collections already listed as examples: [Current Listings on SingularityX](https://singularityx.net/nfts)

#### Listing Terms

We do not charge for the listing, but we agree to take a 3% fee from every transaction using our service. This fee will be distributed to the three developers who created the feature.

***

Feel free to contact us if you have any questions or need further assistance. We look forward to welcoming your project to SingularityX!


---

# 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-get-listed-on-singularityx.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.
