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

# Rewards and Referrals

Jetbit rewards you for trading, for keeping a streak going, and for bringing other people in. The reward currency is JB, and both your trading volume and your pool liquidity count toward it. This page covers the Rewards page and the affiliate program.

## Bounties

The top of the Rewards page shows bounties you can clear for JB, on daily and weekly cycles. A set might ask you to refer to a few traders, trade a target amount of total notional, or trade several days in a row, each paying a fixed amount of JB. Every bounty shows your progress and marks itself complete when you finish. Because the bounties rotate, check the page for what is live right now.

## Trading streaks

Trade every day to build a streak. Each day you keep it alive pays more JB than the last, and the reward climbs across a seven day run before it resets. Miss a day and the streak starts over, so the value is in staying consistent.

## Daily quests

Daily quests are small tasks that reset every day, such as placing a few trades or hitting a volume target. Each one pays a set amount of JB. They are the easiest way to earn a little every day just by using the platform.

## Whale ranks

Your lifetime trading volume places you on a ladder of ranks, from Shrimp at the bottom up through Crab, Fish, Dolphin, Shark, Orca, and Whale at the top. Each rank sits at a volume threshold, and the page always shows your current rank and the volume needed to reach the next one. Ranks are a way to track how far you have come and what is ahead.

## About JB

JB is Jetbit's rewards point, earned by trading, keeping streaks, clearing quests, and referring others. It has no cash value today and cannot be traded, and its role inside Jetbit may grow over time.

## The affiliate program

The affiliate program pays you 5% of every fee paid by the people you refer.

Your Affiliates page gives you an invite code and an invite link, both ready to copy and share. When someone joins through your link, they show up in your referrals list with their wallet, their account, when they joined, and what you have earned from them. An earnings breakdown shows each payout by time, source, and rate.

Your referral earnings build up as your referees trade, and you can claim them from the Affiliates page whenever you like.


---

# 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.jetbit.com/rewards-and-referrals.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.
