# Synthetic Derivative RWAs

### What are Synthetic Derivative RWAs (SD-RWAs)?

Uploaded images that are turned into 3D models using HyperGen™ have the option to be converted into fixed or unlimited quantity interchain NFTs powered by the Axelar Network. This means that a user can set an initial trading price for their uploaded image with a specified total mintable quantity. Other users can then purchase that NFT representation of the 3D model and place it in their MIRAI worlds. This opens up new opportunities for trading, allowing artists, creators, and even average users to bring their real-life creations or items into the metaverse and monetize them by allowing others to own them.

***

Let:

* $$P$$: Initial trading price set by the user.
* $$Q$$: Total mintable quantity set by the user.
* $$N$$: Number of NFTs purchased by other users.
* $$R$$: Revenue generated by the user.

The revenue $$R$$ generated by the user can be calculated as:

$$
R = P \* N
$$

where $$N ≤ Q$$.

<figure><img src="/files/GYHUs4fEBPZjcEt1UjkN" alt=""><figcaption><p>Synthetic Derivative RWAs (SD-RWAs)</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://docs.mirai.build/deep-dive/synthetic-derivative-rwas.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.
