# Quest Points

Shotgun's Quest Terminal rewards you with points for your daily trading activity. Complete quests, stack points, and climb the leaderboard - your point multiplier scales with your Cashback Tier, so the more you trade, the faster you earn.

***

## Quest Terminal Overview

The Quest Terminal tracks your points across four key stats:

| Stat                    | Description                                        |
| ----------------------- | -------------------------------------------------- |
| **Total Quest Points**  | Your all-time accumulated point balance            |
| **Points Earned Today** | Points collected in the current day                |
| **Point Multiplier**    | Your active multiplier based on your Cashback Tier |
| **Quests Completed**    | Total number of quests you have finished           |

***

## Quest Types

Quests are split across three time periods:

* **Daily** - reset every 24 hours; the primary source of recurring points
* **Weekly** - higher-stakes versions of daily quests with larger point rewards
* **Seasonal** - limited-time quests tied to Shotgun campaigns and events (coming soon)

***

## Daily Quests

### Trading

| Quest                | Description                    |
| -------------------- | ------------------------------ |
| **Do 5 Trades**      | Complete 5 trades in a day     |
| **Land a Big Trade** | Execute a trade worth 1+ SOL   |
| **Daily Volume**     | Trade 1 SOL in volume in a day |

### Earnings

| Quest                  | Description                             |
| ---------------------- | --------------------------------------- |
| **Cashback Collector** | Earn 0.1 SOL in cashback in a day       |
| **Affiliate Earner**   | Earn 0.1 SOL in affiliate fees in a day |
| **Claim Rewards**      | Initiate a fee claim today              |

### Social

| Quest             | Description               |
| ----------------- | ------------------------- |
| **Refer Friends** | Refer 1 friend to Shotgun |

### Engagement

| Quest                | Description                      |
| -------------------- | -------------------------------- |
| **Wallet Collector** | Connect 1 wallet to your account |
| **Wallet Explorer**  | Explore a wallet on Shotgun      |

***

## Weekly Quests

### Trading

| Quest                | Description                     |
| -------------------- | ------------------------------- |
| **Do 25 Trades**     | Complete 25 trades in a week    |
| **Land a Big Trade** | Execute a trade worth 5+ SOL    |
| **Daily Volume**     | Trade 5 SOL in volume in a week |

### Earnings

| Quest                  | Description                              |
| ---------------------- | ---------------------------------------- |
| **Cashback Collector** | Earn 0.5 SOL in cashback in a week       |
| **Affiliate Earner**   | Earn 0.5 SOL in affiliate fees in a week |
| **Claim Rewards**      | Initiate a fee claim 3 times             |

### Social

| Quest             | Description                |
| ----------------- | -------------------------- |
| **Refer Friends** | Refer 3 friends to Shotgun |

### Engagement

| Quest                | Description                          |
| -------------------- | ------------------------------------ |
| **Wallet Collector** | Connect 3 wallets to your account    |
| **Wallet Explorer**  | Explore a wallet on Shotgun 20 times |

***

## Point Multiplier

Your point multiplier is determined by your **Cashback Tier**. Every point you earn from quests is multiplied by your active tier multiplier - so higher-volume traders earn points significantly faster.

| Cashback Tier | Multiplier |
| ------------- | ---------- |
| ROOKIE        | 1.0x       |
| JOYRIDER      | 2.0x       |
| GEARHEAD      | 2.5x       |
| DRAG RACER    | 3.0x       |
| HOTSHOT       | 3.5x       |
| FRONTRUNNER   | 4.0x       |
| LEADER        | 4.5x       |
| CHAMPION      | 5.0x       |

{% hint style="info" %}
Your multiplier upgrades automatically when you reach the next Cashback Tier threshold. See [Cashback Tiers](/getting-started/reward-system.md) for the full volume requirements.
{% endhint %}

***

## Leaderboard

Your total Quest Points contribute to the Shotgun leaderboard, which ranks all users by accumulated points. The leaderboard is visible from your Quest Terminal dashboard.


---

# Agent Instructions: 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://docs.shotgun.fun/getting-started/point-system.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.
