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

# MONDAY MOONSHOT CHALLENGE

Welcome to the Monday Moonshot Challenge! Trade and provide liquidity to earn MON rewards across three exciting prize pools: Trade & Spin Run, Moonshot Ladder Race - Top Traders, and Moonshot Ladder Race - Top LPs. Read on to learn how to join and maximize your rewards!

***

### Overview

**Duration**: Runs for 4 weekly cycles, starting 18 August at 08:00 UTC, resetting every Monday at 00:00 UTC.

**Eligibility**: Connect your X account on the campaign page to participate (mandatory).

**Total Rewards**: 50,000 MON across all pools.

**Reward Claim**: Claim rewards weekly after Monday at 00:00 UTC.

**Fair Play**:

* Manipulation (e.g. wash trading, Sybil attacks) leads to disqualification.
* Monday Trade reserves the right to verify and audit participant activity.

**Questions**? Please reach out on Discord if you have any questions.

***

### Trade & Spin Run

Earn daily spins by trading to win MON rewards and boost your earnings with a weekly streak!

#### How to Participate:

* Make at least one trade (any volume) on ANY pair on Monday Trade each day to unlock a spin.
* Each day starts at 00:00 UTC.
* Spins are valid only for the current week and expire after next Monday at 00:00 UTC.

#### Rewards:

* Each spin awards a random amount of MON.
* Trade for 7 consecutive days in a week to earn a 2x multiplier on your total weekly spin rewards (e.g., 5 MON becomes 10 MON).
* Missing a day resets the multiplier to 1x for that week.

***

### Moonshot Ladder Race

Climb the leaderboards by trading or providing liquidity on ELIGIBLE pairs to win weekly MON rewards!

#### 1. Top Traders

#### How to Participate:

* Trade on pairs containing MON, WMON, USDC, or USDT, either as the base or quote token (e.g., MON/USDC, WBTC/USDC, MON/WETH).

{% hint style="info" %}
Trading volume generated from market orders will be counted.
{% endhint %}

#### Ranking:

* Top 10 traders ranked by total trading volume (in MON equivalent) for the week.
* Leaderboard updates every 15 minutes.

#### Rewards (Weekly pool: 5,000 MON):

* 1st: 1,500 MON
* 2nd: 800 MON
* 3rd: 600 MON
* 4th–10th: 300 MON each

#### 2. Top LPs

#### How to Participate:

* Provide liquidity to pools with pairs containing MON, WMON, USDC, or USDT (e.g., MON/USDC, WBTC/USDC, MON/WETH).

#### Ranking:

* Top 10 liquidity providers ranked by accumulated fees (in MON equivalent) from LP activity during the week.
* Leaderboard updates every 15 minutes.

#### Rewards (Weekly pool: 2,500 MON):

* 1st: 500 MON
* 2nd: 350 MON
* 3rd: 250 MON
* 4th–10th: 200 MON each


---

# 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.monday.trade/monday-moonshot-challenge.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.
