> 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/referral-rewards.md).

# Referral Rewards

**SOL, USDCe, points, and APR boosts — what your invited users can unlock for you.**

Referral rewards are benefits tied to invited users and their eligible activity. The Referrals panel surfaces SOL and USDCe rewards, point totals, awaiting-withdrawal balances, and Earn APR boosts. Exact reward types depend on your network, account state, and the current product rules.

{% hint style="success" %}
**Two flows, one panel**

Direct rewards (SOL / USDCe / points) live in the Claim tab. Indirect rewards (Earn APR boosts) show up inside Earn. Both are referral-driven.
{% endhint %}

## Reward Types

The Referrals panel can surface:

* **Total SOL** — running total earned through referrals.
* **SOL rewards** — claimable SOL balance.
* **USDC rewards** — claimable USDCe balance.
* **Total points** — point-based aggregate.
* **Prediction-related totals** — when prediction-mode rewards are active.
* **Awaiting withdrawal** — claimed but not yet completed withdrawals.
* **APR in Earn** — referral-driven APR boost on eligible Earn plans.

Reward types vary by network, account, and product version. Always read the live panel rather than older documentation.

## Claim Actions

The **Claim** tab surfaces the actions you can take:

* `Claim SOL`
* `Claim USDCe`
* `Claim Points`

If a claim action is **disabled** or **unavailable**, the cause is typically one of:

* Below the minimum withdrawal threshold.
* Account state blocks the claim (e.g. sign-in incomplete).
* No claimable rewards in that asset currently.

## Minimum Withdrawal

The terminal exposes **minimum-withdrawal tooltips** for referral rewards. Read the tooltip or modal before submitting a claim — the threshold can be different per asset and can shift with product rules.

* If a Claim button is greyed out, the tooltip usually explains why.
* **Do not repeat a claim request** while a previous withdrawal is still pending. Duplicates can compound fees or create reconciliation issues.

## Withdrawal Modals

Referral withdrawals (SOL, prediction-related) flow through dedicated modals. The modal asks for confirmation; some types may prompt for wallet information.

Before submitting a claim or withdrawal request, verify:

* **Wallet address** — the destination.
* **Reward type** — SOL, USDCe, points, prediction.
* **Amount** — what's being claimed.
* **Network** — match against the destination wallet.

## Separation From Staking Claims

Referral rewards and **staking rewards are separate flows**. Don't treat a referral claim button as a staking reward claim, and vice versa — see [Earn Claiming and Withdrawals](/graphdex-docs/earn-staking/claiming-and-withdrawals.md) for the staking side.

## More to Explore

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><a href="/pages/7FUZgcWcqRilPG9GsUYw"><strong>Inviting Users</strong></a></td><td>How the rewards get generated.</td><td><a href="/files/BWULSHt4tqY255s7X9t1">/files/BWULSHt4tqY255s7X9t1</a></td></tr><tr><td><a href="/pages/PEH8kcoGflObJH2zWUO5"><strong>Tracking Referral Progress</strong></a></td><td>Auditing reward accrual.</td><td><a href="/files/BWULSHt4tqY255s7X9t1">/files/BWULSHt4tqY255s7X9t1</a></td></tr><tr><td><a href="/pages/LWnqmKdIJWwn34bHYZeL"><strong>Earn Rewards</strong></a></td><td>How referral APR boosts intersect with staking.</td><td><a href="/files/PvwZariSc5lrxmA3uidW">/files/PvwZariSc5lrxmA3uidW</a></td></tr></tbody></table>

{% hint style="info" %}
Claims land in the destination wallet shown in the modal — verify it before approving. Always cross-check the resulting balance in [Wallet Transactions](/graphdex-docs/wallet/transactions.md).
{% endhint %}

## FAQs

<details>

<summary>Why is `Claim SOL` greyed out?</summary>

Most common cause: balance below the minimum withdrawal threshold. Hover the button for the tooltip — it usually states the threshold and your current balance.

</details>

<details>

<summary>What happens if I claim twice during a pending withdrawal?</summary>

Don't. Duplicate claims while a withdrawal is in-progress can compound fees or create reconciliation issues. Wait for the pending withdrawal to complete, then check \`Awaiting withdrawal\` before re-submitting.

</details>

<details>

<summary>How long do claims take to land?</summary>

Withdrawal timing depends on account state, network conditions, and the referral flow rules. After submission, check the Referrals panel's awaiting-withdrawal area; verify in \[Wallet Transactions]\(../wallet/transactions.md) once completed.

</details>

<details>

<summary>Are points convertible to SOL?</summary>

Point conversion behaviour depends on the current product rules. Check the live Referrals panel for how Points map to other rewards.

</details>

<details>

<summary>Does the APR-in-Earn boost apply automatically?</summary>

The terminal surfaces eligibility when the boost is active. Read the live Earn plan card to see whether a referral-driven boost is currently applied.

</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/referral-rewards.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.
