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

# Rewards hub

The Rewards hub is where your trading turns into points, tiers, and referral earnings. Open it at **velocitytrade.xyz/trade/rewards**.

## Points

Earn 1 point per $100,000 in trading volume. Boosts are available for weekly volume targets and for signing up with a referral code. See the Points program page for the full breakdown.

## Tiers

Your lifetime volume also moves you up a tier ladder:

| Tier      | Volume |
| --------- | ------ |
| Recruit   | Start  |
| Trader    | $10K   |
| Operator  | $100K  |
| Sharp     | $1M    |
| Veteran   | $10M   |
| Principal | $100M  |
| Apex      | $1B    |
| Reserve   | $10B   |
| Capital   | $100B+ |

Tiers are cosmetic today. Benefits are on the way and will attach to these same tiers.

## Refer and earn

Refer traders to Velocity and earn 1 bonus point per signup plus 10% of all points your referrals generate from trading forever, with no cap. See the Refer and earn page for full details.

### Creator program

Approved creators earn 10% of their referees' trading fees paid in USDC, on top of the standard referral points. See the Creator program page for eligibility and setup.

## What you can claim

* **Points:** accrue automatically. Redemption is coming soon, so there is nothing to claim yet.
* **4% trading fee discount:** new accounts are auto attached to Velocity as a referrer on Hyperliquid, which gives you a 4% discount on trading fees for your first $25M of volume. If you signed up early, hit **Claim 4% discount** on the Rewards hub. See [Fees](/velocity-docs/trading/fees.md).
* **Creator earnings:** paid in USDC and claimed from your Affiliate dashboard. See the [Creator program](/velocity-docs/referrals/creator-program.md).


---

# 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://velocity-1.gitbook.io/velocity-docs/rewards/rewards-hub.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.
