> 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/points-program.md).

# Points program

rn points by trading on Velocity and by referring new users. Points accumulate forever and will unlock rewards as the program grows.

### How to earn points

1 point per $100,000 in trading volume

Points are credited automatically based on your Velocity-routed trading volume. Volume is counted server-side from actual trades; only trades routed through Velocity count.

1 point per referral

Receive 1 bonus point each time someone you referred completes their first trade on Velocity.

10% of your referrals' points, forever

You earn a passive 10% of every point your direct referrals accumulate from their own trading volume. There is no cap and no expiry on this revenue share.

### Points boosts

Two mechanics can multiply your base earning rate.

Weekly volume boost

At the end of each week, your total trading volume for that week sets a multiplier on all points you earn the following week. The boost resets every Monday.

* Under $500K/week: 1x (base rate)
* $500K–$2M/week: 1.25x
* $2M–$10M/week: 1.5x
* $10M+/week: 2x

Sign-up code boost

Traders who join Velocity using a referral code receive a 1.25x multiplier on all points earned from their own trading, for their first $5M in total traded volume. This stacks with the weekly volume boost.

### What your referrals get

Everyone who signs up through your referral link receives a 10% discount on trading fees for their first $20,000,000 in cumulative trading volume. The discount is applied automatically at settlement, with no code required.

### FAQ

**When are volume points credited?**

Daily, based on the previous day's settled Velocity-routed volume. There is no minimum thresh

**Is the referral revenue share capped?**

No. The 10% share runs indefinitely with no volume cap.

**Does the fee discount stack with other promotions?**

No. The 10% referral discount cannot be combined with other active promotions. The higher discount applies.

**What happens after my referral exceeds $20M in volume?**

Their fee discount expires. You continue earning the 10% point revenue share on all subsequent volume.

**What can I redeem points for?**

Redemption options will be announced. Your points are accruing now and nothing earned today will be lost.


---

# 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/points-program.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.
