# SolMail Rewards

The **Reward Panel** is the gamified engagement layer of SolMail. It incentivizes users to onboard, trade, refer friends, and interact within the SolMail ecosystem by granting **XP (Experience Points)** and **MAIL tokens**.

Rewards create a loop of engagement:

* Users perform actions → earn XP → unlock milestones → receive boosts and token rewards.
* XP translates into progress toward tiers that grant multipliers for future earnings.

#### Core Components

#### XP System

* **XP (Experience Points)** are the universal score in SolMail.
* Users earn XP by completing actions such as:
  * Onboarding (creating wallet, sending first email).
  * Trading activity.
  * Referrals.
  * Completing quests or campaigns.
* XP is **non-transferable** but directly contributes to:
  * **Milestone achievements**.
  * **Reward multiplier boosts**.
  * **Eligibility for MAIL token and other airdrops**.

#### Milestones & Tiers

* Milestones are **achievement-based levels** unlocked by reaching certain XP thresholds.
* Each milestone has a **name, XP requirement, and reward boost rate**.

#### Referrals

* Referrals are a core driver of SolMail adoption.
* Each user receives a **unique referral link/code**.
* When a referred user signs up:
  * Referrer earns **XP tokens**.
  * Referral is recorded under “My Friends” tab.


---

# 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.solmail.so/solmail-rewards.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.
