# Bonus NFTs

### What is a Bonus NFT?

A Bonus NFT is a transferable reward NFT granted to users who successfully invite others to purchase Guardian NFTs.

* Maximum supply: Capped at 400 units.
* Eligibility: You must hold at least one Guardian NFT and have someone purchase via your invite code.

***

### How to Earn Bonus NFTs

#### Step 1: Buy a Guardian NFT

Purchase at least one Guardian NFT to get your unique invite code.

#### Step 2: Share Your Invite Code

Send your invite code to friends, communities, or partners.

#### Step 3: Someone Uses Your Code to Buy

Once someone completes a Guardian NFT purchase using your code, you will automatically receive 1 Bonus NFT.

{% hint style="warning" %}
**Bonus NFT Contract Address (BSC):**

<mark style="color:red;">**0x97fF7b57e01a59be6b54419ED32DF7D778D5a108**</mark>
{% endhint %}

***

### Example Scenario

#### 👤 Before Bob Makes a Purchase

| Name  | Guardian NFTs | Invite Code | Bonus NFTs |
| ----- | ------------- | ----------- | ---------- |
| Alice | ✅             | ✅           | ❌          |
| Bob   | ❌             | ❌           | ❌          |

* ✅ Alice does **not** have a Bonus NFT.

<figure><img src="/files/epFPNTGIte2Zr8WxlMI6" alt="" width="563"><figcaption></figcaption></figure>

* ✅ Bob does **not** hava an invite code.

<figure><img src="/files/44ec6E2zfnuSHOWkWrqe" alt="" width="563"><figcaption></figcaption></figure>

#### 👥 After Bob Uses Alice’s Code to Buy

| Name  | Guardian NFTs | Invite Code | Bonus NFTs |
| ----- | ------------- | ----------- | ---------- |
| Alice | ✅             | ✅           | ✅          |
| Bob   | ✅             | ✅           | ❌          |

* ✅ Alice **receives** 1 Bonus NFT.

<figure><img src="/files/ZdQMgz892aNxGY3hFKLV" alt="" width="563"><figcaption></figcaption></figure>

* ✅ Bob now **has** his own invite code.

<figure><img src="/files/OFeBV2G6hQvhlIO7fnJm" alt="" width="563"><figcaption></figcaption></figure>

***

### Notes

* You can earn multiple Bonus NFTs by inviting more users.
* Invitees must complete the purchase using your invite code.
* Bonus NFTs will be visible in the My Assets section after confirmation.

***

🔗 [Back to Guardian NFTs Guide](/genesis-nodes/guardian-nfts.md)


---

# 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.deepsafe.network/genesis-nodes/bonus-nfts.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.
