# NFT Royalties

NFT royalties sharing will be a massive perk for the XBorg holders with 10 or more NFTs under their whale status and it will be another mode of passive income.

### What are the Royalties

During smart contract initiation, we decided to capitalize on a 10% royalty fee which will be distributed between Xborg NFT whales and VispX Treasury.

### Whale Incentive Program

This program is designed to incentivize our whale holders of the XBorg NFT. Keeping it as simple as possible, we will be adopting the following Whale incentive program.

### How many NFTs do I need in my wallet?

Wallets holding a minimum of 10 NFTs in their wallets qualify for the whale royalties.&#x20;

### What is the % allocated to the whale program

25% of the total royalties received will be dynamically split between whale holders. To give you a very optimistic example, if the total royalties received is $20,000 then, $5,000 USD will be split between wallets holding a minimum of 10 XBorg NFTs.

Below mechanics is how the royalties will be split if the pool size is $5,000 USD for whale holders

<table><thead><tr><th>Wallets</th><th width="150">Total XBorgs</th><th width="150">Royalties %</th><th>USD Returns</th></tr></thead><tbody><tr><td>0x111...</td><td>10</td><td>6.84%</td><td>$342 USD</td></tr><tr><td>0x222...</td><td>29</td><td>19.86%</td><td>$993 USD</td></tr><tr><td>0x333...</td><td>68</td><td>46.57%</td><td>$2328 USD</td></tr><tr><td>0x444...</td><td>26</td><td>17.8%</td><td>$890 USD</td></tr><tr><td>0x555...</td><td>13</td><td>8.9%</td><td>$445 USD</td></tr><tr><td><strong>Totals</strong></td><td>146</td><td>100%</td><td>$5,000 USD</td></tr></tbody></table>

### When will the distribution take place?

Royalty distribution will be quarterly and will begin from Q1-2023.


---

# 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.vispx.io/whitepaper/xborg-nft-utility/nft-royalties.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.
