# NFT Extras

<mark style="color:red;">Each NFT that a player has in their connected wallet, increases the amount of Risk Points that a player gets. The Risk Points are part of the leaderboard calculations used to determine possible top five and top ten players in certain time periods. Simply by having an NFT (or many) players can increase their position on the leaderboard.</mark>

<mark style="color:red;">To work out the benefits of holding NFTs when thinking about Risk points, the exact equation for the multiplier is as follows:</mark>

* <mark style="color:red;">balance / (balance + 2)</mark>

<mark style="color:red;">This is designed to encourage player fairness and not allow any one player to monopolize the leaderboards based on holding bulk amounts of NFT’s.</mark>

<mark style="color:red;">Here are some examples of what holding NFT's will do to your Risk Points:</mark>

* <mark style="color:red;">NFT Balance: 1</mark>
  * <mark style="color:red;">1 / (1 + 2) = 1 / 3 = 33% increase</mark>
* <mark style="color:red;">NFT Balance: 2</mark>
  * <mark style="color:red;">2 / (2 + 2) = 2 / 4 = 50% increase</mark>
* <mark style="color:red;">NFT Balance: 3</mark>
  * <mark style="color:red;">3 / (3 + 2) = 3 / 5 = 60% increase</mark>
* <mark style="color:red;">NFT Balance: 4</mark>
  * <mark style="color:red;">4 / (4 + 2) = 4 / 6 = 66% increase</mark>

<mark style="color:red;">As you can see, holding more NFT's will slowly become less useful when it comes to trying to 'game' the leaderboard. This is to ensure we maintain a fair and competitive spirit on the platform and makes the leaderboard risk points multiplier whale-proof.</mark>


---

# 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://pvp-money.gitbook.io/pvp-money/nfts/nft-extras.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.
