# Friend Referral Program

When someone you refer buys our DN, some of the profits will go to you. This referral bonus applies for up to 3 levels, for a total reallocation of 7% minting fee.

| REFERRAL LEVEL | REALLOCATION % |
| -------------- | -------------- |
| R1             | 4%             |
| R2             | 2%             |
| R3             | 1%             |

For example: Let's say we have 4 friends A, B, C and D.

* A mint a $1000 NFT and doesn't use any referral link -> B\&B fund receive 7% of the mint fee ($70). $930 goes to the Treasury.
* B mint a $1000 NFT and uses A's referral link -> B\&B fund receive 3% ($30). A receive 4% ($40) and $930 goes to the Treasury.
* C mint a $1000 NFT and uses B's referral link -> B\&B fund receive 1% ($10). A receive 4% ($40), B receive 2% ($20) and $930 goes to the Treasury.
* D mint a $1000 NFT and uses C's referral link -> A receive 4% ($40), B receive 2% ($20), C receive 1% ($10) and $930 goes to the Treasury.


---

# 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.blastname.com/other/friend-referral-program.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.
