> For the complete documentation index, see [llms.txt](https://docs.clipcoin.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clipcoin.fun/mechanics/feature-tour/referral-and-reward-tab.md).

# Referral & Reward Tab

*Monetize your reach with **one link** and transparent, on‑chain rewards.*

***

<figure><img src="/files/HQQ6bPi5Ug1j9TEfWW6d" alt=""><figcaption></figcaption></figure>

#### **Referral surface anatomy**

* **Your referral link** — copy/share; injected into **Share** actions from token pages when available.
* **Referred volume** — total eligible volume attributed to your link.
* **Pending rewards** — on‑chain accruals awaiting claim.
* **Claim** — button/modal to claim rewards (gas applies).

#### **How attribution works**

* Eligible trades made by referred users accrue to your link.
* Cross‑session attribution is supported; details may vary by browser/wallet context.

#### **Accrual & claiming**

* **Math:** reward = **20% of the 1% fee** → effective **0.2% × referred trade volume**.
* Rewards accrue **on‑chain** in the traded asset.
* **Claim** from this tab or **Profile**; batch claims to optimize gas per dollar.

#### **Policy & limits**

* **Single‑level** referral model.
* Self‑referrals/abuse are restricted; see **Policies → Content & reporting**.

***

{% hint style="warning" %}

#### **Quick tips**

* Share where intent is high (token pages, threads, creator announcements).
* Add a short disclosure (e.g., “ref link”) to build trust; check **pending** before claiming to save gas.
  {% 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.clipcoin.fun/mechanics/feature-tour/referral-and-reward-tab.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.
