> For the complete documentation index, see [llms.txt](https://shenlong-whitepaper.gitbook.io/shenlong-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shenlong-whitepaper.gitbook.io/shenlong-protocol/the-7-spheres-referral-system.md).

# The 7 Spheres: Referral System

## The Warrior Area: Gamified Growth

Shenlong Protocol is built to go viral. We transformed the standard Web3 "invite a friend" program into a highly rewarding, gamified experience housed within the Warrior Area.

By expanding the ecosystem and helping to clean the Solana network, both the recruiter and the new recruit are heavily rewarded.

#### 🤝 For the Recruit (New User)

When a new user connects their wallet using an invite code and performs their first successful burn (closing at least one empty token account), they instantly unlock a Welcome Warrior Card (Common or Rare tier).

This card acts as their free entry ticket into the Gamified Arena.

> *Security Note (Anti-Bot): The Welcome Warrior is only minted and awarded after a verified on-chain transaction (the rent-recovery burn) is completed, preventing bot exploitation.*

<figure><img src="https://3684061928-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gFc5tEI468JNjsiP11C%2Fuploads%2Fp4cdA8ANQW6xiYjuw45r%2FCaptura%20de%20ecra%CC%83%202026-03-16%2C%20a%CC%80s%2009.06.05.png?alt=media&amp;token=8aadc48b-eafd-4660-bffb-ec4288e967d6" alt=""><figcaption></figcaption></figure>

#### 👑 For the Referrer (The Godfather)

Once inside the system, every user can generate their own private invite code. By sharing this code and bringing in new warriors, you build your "Power Pool" and earn passive yields:

* 5% Passive Commission: You earn a 5% cut of all the recovered rent (SOL) from your direct recruits. This is deposited directly into your Treasury to be claimed. Forever.
* The Dragon Ball Mechanic: For every 0.1 SOL your network successfully reclaims, you are rewarded with 1 Dragon Ball and 1 Random Warrior Card for your arsenal.

#### 🐉 Summoning Shenlong (The Ultimate Reward)

This is the pinnacle of the Shenlong referral ecosystem.

If your network of recruits manages to recover a total of 0.7 SOL (granting you all 7 Dragon Balls), you unlock Shenlong's Wish.

When Shenlong is summoned, standard RNG (Random Number Generation) limits are completely removed. You are granted the power to manually select and claim ANY Warrior Card from the entire database—including the ultra-rare God Tier fighters—ensuring your absolute dominance in the Live Arena.

<figure><img src="https://3684061928-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gFc5tEI468JNjsiP11C%2Fuploads%2F1G02BSKZKq7Kf7NHomtz%2FCaptura%20de%20ecra%CC%83%202026-03-16%2C%20a%CC%80s%2009.05.43.png?alt=media&amp;token=dda6aa38-79d4-4e27-8f53-970d74051d38" alt=""><figcaption></figcaption></figure>


---

# 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://shenlong-whitepaper.gitbook.io/shenlong-protocol/the-7-spheres-referral-system.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.
