# NFT 🖼️

Welcome to the randomSOULS studio and gallery. We're the APOYield team, but some people call us Horse Men - due to our heritage. randomSOULS is a randomly generated NFT token available on BSC. It's the first series created by our team hence it will always be the most important one. Keep that in mind.

![](/files/-MW9CQiEst6zrFfii_8C)

## Algorithmic Pricing Details

Algorithmic Pricing Details In exchange for SOUL or DSL our collectors pay to mint a randomly generated randomSOULS piece based on the hardcoded price formula (using a curve). The more randomSOULS in existence, the more expensive it becomes to mint the next randomSOUL. As a randomSOUL collector (SOULdier), you can choose to burn your piece at any time, yet only the Legendary rarity randomSOUL will bring huge reward. But be quick, there are no fixed rewards. Whoever is first takes the entire pool. If your purchase was with DSL - you get the entire DSL reward pool, same goes for SOUL purchases. If there are more randomSOULS in circulation, then the floor price of your piece will be higher.Each purchase increases the mint price by 0.25%. But why, in Van Gogh’s name, would you want to burn your priceless artworks?

## Technicals

* The price curve is nonlinear, starting at 0.05 BNB (in SOUL or DSL) for a randomSOULS piece. Each new piece increases the price by 0.25%. SOUL:
* SOUL: 10% is burnt , 10% goes to the reward pool, 75% goes to the treasury, 5% goes to our dear designer @pkostek\
  DSL: 80% is burnt, 20% goes to the liquidification contract
* There exists 6 colours, with #3b2921, #e8d223, #bd2d1c, #406f94 , #c86c21 , #499440 #4fa59a, #995790 The colours are chosen from the first 9 bytes of a psuedo-randomly generated 32 byte hash.
* randomSOULS come in 4 rarities : common (63.28%) ,un-common (25.39%) , rare (10.16%) , legendary (1.17%)
* A maximum of 524 288 (4\*4\*8^5) potential combinations can thus exist.
* Duplicates are possible with different hashes.
* Your art is protected and yours for life (unless you burn it). Every randomSOUL is stored as its hash on BSC and can be auto-generated directly from the smart contract into an SVG blob. Thus, if this website goes away, you would always be able to own and view your randomSOUL.
* It uses the ERC721 NFT standard, and uses the 'image\_data' field from OpenSea to enable the metadata to be more readily viewed by others (as opposed to directly pulling it from BSC).
* It also uses the default "image" metadata allowing support for multiple wallets to display the tokens.
* NOTE: This code is currently \*unaudited\*. Caution is advised unless you want to take the risk. However, like all great art, we hope to be around for centuries.
* credits to <https://neolastics.com/>

{% hint style="info" %}
Procedure to buy NFT

GO to <https://nft.apoyield.com/>

Their are two ways to buy randomSOULS

* Using $SOUL to mint randomSOULS NFT
* Using $DSL to mint randomSOULS NFT

{% 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://apoyield.gitbook.io/introduction-apoyield/nft.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.
