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

# Referral Program

## Earn a Share of Arbital's Revenue by Inviting Traders

Invite traders to Arbital and earn **30% of the Arbital builder fees** they generate. As long as your referred traders keep trading, you keep earning.

## How It Works

**1. Get your referral link**

Every Arbital account comes with a referral code and referral link. You can also customize your code, for example:

`arbital.xyz/ref/YOURNAME`

This makes your link easier to share and remember.

**2. Share your link**

Send your referral link to friends, your community, or your audience. Anyone who signs up through your link will be permanently tagged as your referral.

**3. Earn 30% of what they bring**

We share 30% of the revenue your invited users bring to Arbital, credited straight to your referral balance.

If your referred trader executes $10M in volume on an exchange:

* Arbital builder fees: **$1,000**
* Your referral reward: **$300**

The more your referrals trade, the more you earn. There is **no cap** on referral earnings.

## Customizing Your Referral Code

Your default referral code is automatically generated, but you can change it from the referral dashboard. Custom referral codes are available on a first-come, first-served basis.

## Payouts

* The minimum amount required to claim referral rewards is **$50**.
* After you claim your rewards, funds will be distributed within **48 hours**.
* If your payout does not arrive, please open a support ticket on Discord.

## Notes

Referral rewards are calculated solely from the revenue Arbital earns. Exchange maker fees are paid to the exchange and are not included.


---

# 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://arbital-1.gitbook.io/docs/trading/referral.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.
