> For the complete documentation index, see [llms.txt](https://scenium.gitbook.io/scenium-global-inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scenium.gitbook.io/scenium-global-inc/incentive-programs/rewards-and-loyalty-program.md).

# Rewards & Loyalty Program

As you trade and engage with the platform, you'll earn **Points** (our internal loyalty currency) which translate into cashback rewards, unlock exclusive perks, and help you advance through 10 levels of increasing benefits.

{% hint style="info" %}
**Important to know:**

* To join this program, the user needs to activate it on the **Rewards page**.
* Points are **internal coins**, *not SCEN tokens* and *not withdrawable*.
* All rewards are calculated as cashback on platform revenue and paid in **Points.**
* **User Progression:** 10 levels (1-10) with increasing cashback rates
  {% endhint %}

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f389">🎉</span> <strong>How You Earn Points</strong></summary>

Users earn Coins from all eligible revenue-generating actions:

* Completing **Daily** and **Weekly Tasks**
* **%** of **Trading fees**

{% hint style="warning" %}

#### How Coins Are Calculated

For each transaction that generates eligible revenue, you earn Coins based on this formula:

`coins_earned = (eligible_revenue_usd × cashback_rate) / 0.001`

**Example:** If you generate $10 in eligible revenue with a 5% cashback rate, you earn 500 Coins ($10 × 0.05 / 0.001 = 500)
{% endhint %}

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f39a">🎚️</span> <strong>Level Progression System</strong></summary>

Users advance through 10 levels based on Points earned:

<table data-full-width="true"><thead><tr><th width="120">User Level</th><th width="155">Points Required</th><th width="139">Cashback </th><th>Boosted Cashback (2x)</th></tr></thead><tbody><tr><td>1</td><td>100</td><td>0,63%</td><td>1.25%</td></tr><tr><td>2</td><td>400</td><td>1,25%</td><td>2.50%</td></tr><tr><td>3</td><td>1,000</td><td>1,88%</td><td>3.75%</td></tr><tr><td>4</td><td>1,800</td><td>2,50%</td><td>5.00%</td></tr><tr><td>5</td><td>2,800</td><td>3,13%</td><td>6.25%</td></tr><tr><td>6</td><td>4,000</td><td>3,75%</td><td>7.50%</td></tr><tr><td>7</td><td>5,300</td><td>4,38%</td><td>8.75%</td></tr><tr><td>8</td><td>6,800</td><td>5,00%</td><td>10.00%</td></tr><tr><td>9</td><td>8,400</td><td>5,63%</td><td>11.25%</td></tr><tr><td>10</td><td>10,000</td><td>6,25%</td><td>12.50%</td></tr></tbody></table>

*Cashback rate increases by 1.25% per level*

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f31f">🌟</span> <strong>Badges Coin Boost</strong></summary>

Users unlock badges by investing in different asset categories and types. Badges provide **one-time Coin boosts** on the first transaction that unlocks them.

#### **Badge Types**

* **Normal Badges:** Unlocked when user buy a type of asset for the first time.
* **Super Badge:** Unlocked when user holds positions in ALL asset types simultaneously

#### **Boost Multipliers**

* **Normal Badge:** 2× Coins on unlocking transaction
* **Super Badge:** 3× Coins on unlocking transaction

*Example: If a transaction would earn 100 base Coins and unlocks a normal badge, the user receives 200 Coins (2× boost)*

#### **Badge Cooldown**

If a user sells 100% of their position in an asset category/type:

* Badge enters 90-day cooldown period
* User can unlock the same badge again after cooldown expires
* Boost applies again when re-unlocking

</details>

<details>

<summary><span data-gb-custom-inline data-tag="emoji" data-code="1f39f">🎟️</span> <strong>Perks &#x26; Redemption</strong></summary>

Users earn Coins through platform activities and spend them to unlock valuable perks. Perks provide direct financial benefits and enhanced trading capabilities.

#### **How to Get Perks**

* **Earn Coins:** Accumulate Coins through trading fees, completing tasks, and leveling up
* **Browse Perk Catalog:** View available perks in your dashboard, organized by level requirements
* **Check Requirements:** Each perk has a Coin cost and may require a minimum user level
* **Redeem:** Spend accumulated Coins to unlock perks instantly

#### **Available Perk Types**

* **Matched Investment:** Platform matches user investment up to maximum USD value
* **Zero-Fee Trading:** Trading fees waived up to maximum USD value
* **Level-Gated Perks:** Premium perks unlock at higher levels

{% hint style="info" %}
***Example Perk:** Spending 10,000 Coins and unlocks a perk worth up to $10 USD discount in Private Credits trading fee.*
{% endhint %}

</details>


---

# 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:

```
GET https://scenium.gitbook.io/scenium-global-inc/incentive-programs/rewards-and-loyalty-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.
