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

# Quests and referrals

Quests and referrals are the lighter side of incentives — they reward onboarding, regular return, and bringing in new traders. Rewards are paid in **Quest Points**, which feed [Points program](/agentdex-docs/incentives/points-program.md) (subject to caps).

### Quest caps

To keep quests from becoming the dominant points farm:

* **Onboarding grace**: up to **5 000 credited quest points**, one-time, for new users.
* **Daily cap**: 1 000 pts.
* **Weekly cap**: 6 000 pts.
* **Hard ceiling**: credited quest points ≤ **15 %** of `Base Points × Quality Multiplier + Leaderboard Bonus`.

If you hit a cap, the UI shows "Quest cap reached" — pending points are not displayed (deliberate, to avoid frustration).

### Onboarding quests

One-shot rewards for first-time actions. Total cap **5 000 pts**.

| Quest               | Condition                        | Reward |
| ------------------- | -------------------------------- | -----: |
| Connect Wallet      | Connect a wallet to your account |    200 |
| First Deposit       | Deposit ≥ $50                    |  1 000 |
| First Trade         | Trade ≥ $100, held ≥ 5 minutes   |  1 500 |
| First Close         | Close your first position        |    700 |
| First Limit Order   | A limit order ≥ $100 executed    |    800 |
| Use TP/SL           | Place a take-profit or stop-loss |    500 |
| Trade Second Market | ≥ $250 volume on a second pair   |    800 |

### Daily quests

Refresh at 00:00 UTC. Daily cap **1 000 pts**.

| Quest               | Condition                         | Reward |
| ------------------- | --------------------------------- | -----: |
| Daily Active Trader | An active day                     |    250 |
| Hold 60 Minutes     | Position exposure ≥ 60 minutes    |    250 |
| Use Limit Order     | An executed limit order ≥ $100    |    200 |
| Risk Action         | Used TP/SL or reduce-only         |    150 |
| No Liquidation Day  | An active day without liquidation |    150 |

### Weekly quests

Refresh Monday 00:00 UTC. Weekly cap **6 000 pts**.

| Quest           | Condition                     | Reward |
| --------------- | ----------------------------- | -----: |
| 3 Active Days   | 3 active days in the epoch    |  1 000 |
| 5 Active Days   | 5 active days                 |  2 500 |
| 7 Active Days   | 7 active days                 |  4 000 |
| 6 h Exposure    | 6 hours position exposure     |  1 000 |
| 24 h Exposure   | 24 hours position exposure    |  2 500 |
| Trade 2 Markets | ≥ $500 on each of two markets |  1 000 |
| Positive Week   | Epoch PnL > 0                 |  2 000 |
| Consistent Week | 3+ profitable active days     |  2 500 |

### Advanced quests

Higher difficulty, subject to the weekly cap.

| Quest               | Condition                                                         | Reward |
| ------------------- | ----------------------------------------------------------------- | -----: |
| Risk Manager        | Drawdown ≤ 5 % with volume ≥ $5 000                               |  3 000 |
| Top 25 % Challenger | Top 25 % on PnL or Risk-adjusted leaderboard                      |  2 000 |
| Top 10 % Challenger | Top 10 %                                                          |  4 000 |
| Consistency Pro     | 70 %+ profitable active days                                      |  3 500 |
| Volatility Holder   | 4 h exposure during a marked volatility event without liquidation |  3 000 |

### Seasonal quests

Long-tail goals across the full 12-week season. Subject to the 15 % quest cap.

| Quest              | Condition                         | Reward |
| ------------------ | --------------------------------- | -----: |
| Active 4 Epochs    | Activity across 4 epochs          |  5 000 |
| Active 8 Epochs    | 8 epochs                          | 12 000 |
| Active Full Season | All 12 epochs                     | 25 000 |
| 20 Daily Quests    | Complete 20 daily quests          |  5 000 |
| 50 Daily Quests    | 50 daily quests                   | 12 000 |
| 10 Weekly Quests   | 10 weekly quests                  | 10 000 |
| Reach Gold         | Reach Gold tier in Points program |  5 000 |
| Reach Platinum     | Reach Platinum tier               | 10 000 |

### Status tiers

Badges and community roles, with a small points bonus.

| Status     | Condition          | Bonus |
| ---------- | ------------------ | ----: |
| Initiate   | 3 quests completed |     0 |
| Active     | 10 quests          |   500 |
| Regular    | 25 quests          | 1 500 |
| Challenger | 50 quests          | 3 000 |
| Veteran    | 100 quests         | 7 500 |

### Anti-abuse

* A quest is not credited if the underlying trade is flagged wash or self-trade.
* Trading quests require a minimum notional and a meaningful economic action.
* Daily and weekly quests cap by definition.
* Linked wallets (shared funding sources) may be merged for quest counting.
* During Manual Review, quest rewards are frozen until the review concludes.

### Referrals

A referrer earns from their referee's activity, and the referee gets a kickstart.

* **Referee bonus**: a fee rebate window after sign-up, plus the standard onboarding quests.
* **Referrer earnings**: a configured percentage of the referee's trading fees (per-tier), plus a share of the referee's Quest Points where applicable.
* **Eligibility**: the referee must reach a minimum eligible volume before the referrer's earnings start accruing.
* **Reporting**: referrer dashboard shows referees, their volume, and accrued earnings. Public API endpoints for programmatic tracking are planned.

Generate a referral code from your account settings. Anyone signing up with that code attaches to your tree.

The exact referrer percentage and the rebate window are tuned over the season; current values are shown in the referrals dashboard.


---

# 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://agentdex.gitbook.io/agentdex-docs/incentives/quests-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.
