> 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-link.md).

# Referral Link

**One link, one QR — the entry point for everyone you invite to GraphDex.**

Your referral link is the URL you share with anyone you want to bring into GraphDex. The Referrals panel exposes the link, a `Copy link` action, and a QR download — pick whichever channel matches the audience you're sharing with.

{% hint style="success" %}
**Share the official link only**

Anything claiming to be a GraphDex referral but coming from a third party should be ignored. The only canonical referral link is the one your own account exposes.
{% endhint %}

## Copy Your Link

To share your referral link:

1. Open **Referrals**.
2. Find the invite or referral-link area.
3. Click `Copy link`.
4. Send the link to the person you want to invite.

If the link doesn't copy, check that you're signed in and that the Referrals page has fully loaded your account state — a half-loaded page can show stale UI.

## Download QR

The Referrals page exposes a **QR download** action — useful when you want someone to scan your invite instead of opening a pasted link.

* The terminal shows success or failure states for the QR download.
* If the download fails, retry after the page has fully loaded.
* The QR encodes the same link as `Copy link` — there's no separate "QR-only" referral path.

## Sharing Safely

Share only your **official referral link**. When inviting people, never ask them for:

* Seed phrases.
* Private keys.
* Wallet passwords.
* One-time codes / 2FA codes.

If someone replies to your invite claiming to represent GraphDex support and asks for any of the above — they're impersonating support. Treat the request as unsafe; warn the invitee.

## 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>What happens after they click your link.</td><td><a href="/files/BWULSHt4tqY255s7X9t1">/files/BWULSHt4tqY255s7X9t1</a></td></tr><tr><td><a href="/pages/smBjK7KKa5qg1hWO3uYw"><strong>Referral Rewards</strong></a></td><td>How invited activity turns into earnings.</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>Watching the funnel from invite to reward.</td><td><a href="/files/PvwZariSc5lrxmA3uidW">/files/PvwZariSc5lrxmA3uidW</a></td></tr></tbody></table>

{% hint style="info" %}
The referral link is the start of the funnel. The rest of the section — [Inviting Users](/graphdex-docs/referrals/inviting-users.md), [Rewards](/graphdex-docs/referrals/referral-rewards.md), [Tracking](/graphdex-docs/referrals/tracking-referral-progress.md) — covers what happens after the click.
{% endhint %}

## FAQs

<details>

<summary>Does my link expire?</summary>

The referral link is tied to your account and remains valid as long as your account is active and Referrals are exposed for it.

</details>

<details>

<summary>Can I customize the link?</summary>

The link is auto-generated by GraphDex. Customization options depend on the current product version.

</details>

<details>

<summary>Why didn't `Copy link` work?</summary>

Most often the page hasn't fully loaded your account state. Re-sign-in or reload, then try again. If the issue persists, use the QR download as a fallback channel.

</details>

<details>

<summary>Should I share the link on public channels?</summary>

You can — but be aware that any public-channel sharing increases the chance of impersonators scraping the link and reposting with their own. Always remind invitees to verify the destination URL.

</details>

<details>

<summary>Can someone other than me distribute my link?</summary>

Yes — anyone you give the link to can re-share it. The referral credit follows the link, not the sharer.

</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-link.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.
