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

# Quests

Quests are structured challenges that reward you with bonus points, loot boxes, and XP for doing things you would be doing on the platform anyway. They are the fastest way to accelerate your rank progression and earn loot box drops on top of your trading rewards.

***

## Quest Types

| Type                    | Cadence                      | Description                                                                             |
| ----------------------- | ---------------------------- | --------------------------------------------------------------------------------------- |
| **Daily**               | Resets every 24 hours        | Short tasks you can complete in a single trading session                                |
| **Weekly**              | Resets with each session     | Larger goals that reward sustained activity across the week                             |
| **One-Time Milestones** | Complete once, never expires | Platform exploration and achievement targets — complete them once for permanent rewards |

> **Info:** Daily and weekly quests reset on a schedule. If you do not complete them in time, progress resets. One-time milestones never expire and always count.

***

## Quest Categories

### Trading

Rewards based on your activity on the terminal.

* Hit volume targets (e.g., trade $1,000 in a single day)
* Achieve P\&L milestones (e.g., close a position in profit)
* Execute a number of trades within a window

### Social

Rewards for spreading the word about onchain.cc.

* Post about onchain.cc on X (Twitter) — scored automatically by the social scoring system
* Share a referral link and have it clicked

### Referral

Rewards for growing the community.

* Invite friends using your personal referral link
* Earn rewards when your referred users complete their first trade and continue trading

### Achievement

Rewards for exploring the platform.

* Connect a wallet
* Complete your first trade
* Open your first loot box
* Reach a new rank tier
* Join a faction
* Contribute to a vault

***

## How to Find and Track Quests

1. Open onchain.cc and go to the **Colosseum** tab.
2. Select the **Quests** panel.
3. Quests are grouped by type — use the tabs to switch between Daily, Weekly, and Milestones.
4. Each quest card shows:
   * The objective and reward.
   * A progress bar showing how close you are to completion.
   * The time remaining (for time-limited quests).
5. Completed quests show a claim button — tap it to collect your reward.

> **Warning:** You must manually claim quest rewards after completing them. Unclaimed rewards do not expire, but it is good practice to claim them regularly so your loot box inventory stays current.

***

## Quest Rewards

| Reward Type    | What it does                                                                                  |
| -------------- | --------------------------------------------------------------------------------------------- |
| **Points**     | Counts toward your lifetime total and current session leaderboard score                       |
| **Loot Boxes** | Randomized reward drops — see [Loot Boxes](/onchain-docs/colosseum/loot-boxes.md) for details |
| **XP**         | Contributes to rank progression alongside trade-based points                                  |

***

<figure><img src="/files/GWVF8N9jaICHCRoWltsK" alt=""><figcaption><p><strong>DAILY QUESTS AND QUEST HUB IN USER PROFILE</strong></p></figcaption></figure>

<figure><img src="/files/3ZXLNpjSUT1vjmDNx9cY" alt="" width="563"><figcaption><p><strong>ALL AVAILABLE QUESTS IN QUEST HUB</strong></p></figcaption></figure>

<figure><img src="/files/3Pyv36jvCXPgQ9fYtVex" alt="" width="563"><figcaption><p><strong>QUESTS COMPLETED (DONE TAB) WITHIN QUEST HUB</strong></p></figcaption></figure>

<figure><img src="/files/MO0Ukfq2LEvPw370lhcd" alt="" width="563"><figcaption><p><strong>QUEST DETAILS: NAME, OBJECTIVE, REWARD, PROGRESS, TYPE, PROGRESS BAR (%)</strong></p></figcaption></figure>

<figure><img src="/files/kQwTTxr7EGv9PFrkhi0O" alt="" width="563"><figcaption><p><strong>CLAIM REWARDS FOR COMPLETED QUESTS</strong></p></figcaption></figure>

<figure><img src="/files/ap5ZHZzZxbA52OUfT4Hl" alt="" width="563"><figcaption><p><strong>REWARD CLAIMED FROM COMPLETED QUEST</strong></p></figcaption></figure>


---

# 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:

```
GET https://onchain-cc.gitbook.io/onchain-docs/colosseum/quests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
