> For the complete documentation index, see [llms.txt](https://docs.slm.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slm.games/nft+.md).

# NFT+

SLM.Games currently supports NFT+.

* VIP
* Dice
* Crash
* Limbo
* Blackjack
* Baccarat
* Plinko
* Mines
* Sticker

They all have specific features for SLM.Games and can be exchanged within the built-in market.

They also can be burned to USD on the website.

## Rarity

| Rarity | Base Mining Efficiency | Max Mining Efficiency | Max burn for USD |
| ------ | ---------------------- | --------------------- | ---------------- |
| ★☆☆☆☆  | 0.1 SLM / 1 USD        | 0.6 SLM / USD         | 14873.588 USD    |
| ★★☆☆☆  | 0.15 SLM / 1 USD       | 0.9 SLM / 1 USD       | 22310.382 USD    |
| ★★★☆☆  | 0.2 SLM / 1 USD        | 1.2 SLM / 1 USD       | 29747.176 USD    |
| ★★★★☆  | 0.3 SLM / 1 USD        | 1.8 SLM / 1 USD       | 44620.764 USD    |
| ★★★★★  | 0.5 SLM / 1 USD        | 3.0 SLM / 1 USD       | 74367.94 USD     |

## VIP

VIP is used by [Affiliate Program](/affiliate-program.md)

| Attributes                                                               | Min                   | Max                 |
| ------------------------------------------------------------------------ | --------------------- | ------------------- |
| [Rakeback](https://docs.slm.games/affiliate-program#retention-program)   | 1% \* House Edge      | 23% \* House Edge   |
| [Commission](https://docs.slm.games/affiliate-program#commission)        | 10% \* House Edge     | 20% \* House Edge   |
| [Mining Efficiency](https://docs.slm.games/affiliate-program#commission) | 0.1 SLM / USD Wagered | 3 SLM / USD Wagered |
| Burn for USD                                                             | 0 USD                 | 74367.94 USD        |

## Dice

Dice is used by [Partner Program](/partner-program.md)

<table><thead><tr><th>Attributes</th><th width="198.33333333333331">Min</th><th>Max</th></tr></thead><tbody><tr><td>Bet Range</td><td>3</td><td>97</td></tr><tr><td>Bet Limit</td><td>0.01 USD</td><td>1000 USD</td></tr><tr><td>House Edge Rakeback</td><td>50% * House Edge</td><td>100% * House Edge</td></tr><tr><td>Burn for USD</td><td>0 USD</td><td>74367.94 USD</td></tr></tbody></table>

## Crash

crash is used by [Partner Program](/partner-program.md)

| Attributes          |                   | Max                |
| ------------------- | ----------------- | ------------------ |
| Bet Limit           | 0.01 USD          | 1000 USD           |
| House Edge Rakeback | 50% \* House Edge | 100% \* House Edge |
| Burn for USD        | 0 USD             | 74367.94 USD       |

## Limbo

limbo is used by [Partner Program](/partner-program.md)

<table><thead><tr><th>Attributes</th><th width="198.33333333333331">Min</th><th>Max</th></tr></thead><tbody><tr><td>Bet Range</td><td>1.01</td><td>100000</td></tr><tr><td>Bet Limit</td><td>0.01 USD</td><td>1000 USD</td></tr><tr><td>House Edge Rakeback</td><td>50% * House Edge</td><td>100% * House Edge</td></tr><tr><td>Burn for USD</td><td>0 USD</td><td>74367.94 USD</td></tr></tbody></table>

## Blackjack

limbo is used by [Partner Program](/partner-program.md)

<table><thead><tr><th>Attributes</th><th width="198.33333333333331">Min</th><th>Max</th></tr></thead><tbody><tr><td>Bet Limit</td><td>0.01 USD</td><td>1000 USD</td></tr><tr><td>House Edge Rakeback</td><td>50% * House Edge</td><td>100% * House Edge</td></tr><tr><td>Burn for USD</td><td>0 USD</td><td>74367.94 USD</td></tr></tbody></table>

Sticker is used in chatroom. We hope you like it.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.slm.games/nft+.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
