> For the complete documentation index, see [llms.txt](https://docs.evedex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evedex.com/key-features-and-components/gamification-and-affiliate-program/level-progression-and-skill-allocation.md).

# Level Progression & Skill Allocation

The EVEDEX loyalty system uses a leveling mechanic that rewards users for active engagement—trading, completing quests, inviting friends, and more. As users gain levels, they unlock progressively better trading conditions, such as fee discounts, cashback rates, or higher affiliate commissions.

All progress and levels remain persistent - once a user levels up, they do not lose that level even if they temporarily stop trading on the platform.

## How Leveling Works

#### Experience Points (XP)

Users accumulate XP by performing various platform activities:

* Trading volume or unique trades
* Participating in quests or missions (daily, weekly, event-based)
* Completing educational tasks (coming soon)

#### Unlocking Perks

Certain thresholds grant substantial benefits - similar to “VIP status” on major exchanges. For instance, at Level 15, users might enjoy some of the most competitive fee rates, plus additional bonuses or early access features.

### Permanent Progress

User level never diminishes due to inactivity, this ensures loyal and active traders are consistently recognized and rewarded.

## Skill Points & Professions

Each time the user gains a new level, the user receives one skill point to invest in exactly one of the Profession Branches. These branches represent different specialization paths:

#### Trader

* Maximizes trading efficiency;
* Grants increased cashback on trading fees, higher leverage allowances (e.g., up to x120), early access to token listings, and other trading-focused benefits.

#### Influencer

* Ideal for those emphasizing community building or affiliate marketing;
* Provides extra affiliate commission boosts and special incentives for bringing new users on board

{% hint style="warning" %}
Users can only progress in one branch at a time. Skill points are allocated to branch-specific “artifacts,” each conferring a permanent bonus within that specialization.
{% endhint %}


---

# 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://docs.evedex.com/key-features-and-components/gamification-and-affiliate-program/level-progression-and-skill-allocation.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.
