> For the complete documentation index, see [llms.txt](https://graphdex-1.gitbook.io/graphdex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://graphdex-1.gitbook.io/graphdex-docs/referrals-predictions/tiers-and-boost.md).

# Tiers & Boost

**Your tier sets the revenue-share you take from referrals AND the APR boost you get on Earn. Climb it through referred activity and tasks.**

The tier card on the Referrals page shows your current rank with a progress bar. New accounts start at **BRONZE** with the bar at zero. Each level above Bronze increases your referral revenue-share and your Earn APR boost.

## The progression

* **BRONZE** — entry tier.
* Higher tiers unlock as your referrals accumulate qualifying activity. The exact thresholds are visible behind the "Подробнее об уровнях" button.
* The top of the ladder is **Ambassador**, reachable from the "Стать амбассадором" call-to-action.

## What the tier changes

* **Revenue share %** at each referral level (L1, L2, L3). Higher tiers raise the share you take.
* **APR boost on Earn** — your tier translates into a percentage uplift on your Earn APR. The current ceiling on Predictions shows as **До 11.69%** on the page.
* **Visibility** on the platform if you reach Ambassador — additional perks tied to that program.

## The "Повысить уровень" button

Opens the in-page tier modal. It shows:

* Your current tier and progress bar.
* The thresholds for the next tier.
* What changes at the next tier (revenue share %, APR boost step-up).
* The shortcuts that contribute fastest to progress — usually a mix of referral activity and completed [Tasks](/graphdex-docs/referrals-predictions/tasks-and-points.md).

## The Ambassador track

The "Стать амбассадором" button is a separate application path. Ambassadors get more than just the top tier — they're surfaced as platform representatives. The application surfaces eligibility and process.

## How to climb fast

* **Invite people who actually trade** — passive referrals don't move the bar.
* **Convert referrals to L2 — get them to invite others** — multiplies your activity tree.
* **Complete the rotating Tasks** — they're the quickest GD points wins. See [Tasks & GD Points](/graphdex-docs/referrals-predictions/tasks-and-points.md).
* **Keep your own activity up** — your trading volume contributes to your own tier progression.

## Reading the headline number

The big "**До 11.69%**" on the referral card is your current achievable APR boost from your tier. It's not a guarantee — it's a ceiling. The actual boost applied to your Earn positions depends on the plan and per-period rules.

{% hint style="info" %}
Tier ladder is unified across Solana and Predictions. Activity on either side counts. Your tier badge shows on both Referrals pages.
{% endhint %}

## FAQs

<details>

<summary>Can I lose a tier?</summary>

Tier drops on inactivity windows or material drop in referred activity. Detail rules are surfaced in the tier modal.

</details>

<details>

<summary>How is "qualifying activity" defined?</summary>

The modal calls it out — typically a mix of trading volume, transaction count, and time-on-platform of your referrals. Specifics evolve with the program.

</details>

<details>

<summary>Does the APR boost stack with Earn plan APR?</summary>

Yes — it's an additive boost on top of the plan's base APR within the allowed range. The Earn page reflects the boosted APR for tiered accounts.

</details>

<details>

<summary>Is Ambassador first-come-first-served?</summary>

It's an application with review. See the Ambassador application modal for requirements and SLA.

</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, and the optional `goal` query parameter:

```
GET https://graphdex-1.gitbook.io/graphdex-docs/referrals-predictions/tiers-and-boost.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.
