> For the complete documentation index, see [llms.txt](https://midashand-1.gitbook.io/midaspredict/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://midashand-1.gitbook.io/midaspredict/the-basics/rewards.md).

# Rewards

This page brings together all of MidasPredict's reward mechanisms in one place.

## The Reward Stack

| Layer                        | What You Earn                   | How                                         |
| ---------------------------- | ------------------------------- | ------------------------------------------- |
| **Trading profit**           | Profit from correct predictions | Buy shares, redeem at $1 or sell early      |
| **Points Reward Pool share** | Monthly fee distribution        | Earn MP by trading; pool = 0.125% of volume |
| **Referral cash**            | Cash from Referral Reward Pool  | Your referrals trade; you get a cut         |
| **Creator fees**             | Revenue from market volume      | Create markets with 0–2% fee                |

All layers stack simultaneously.

## Points Reward Pool (Monthly Epochs)

**0.125% of all trading volume** accumulates in the Points Reward Pool each month. At epoch close, it's distributed proportionally to all Midas Point holders. See [Midas Points](/midaspredict/the-basics/how-to-earn-midas-points.md#what-are-midas-points) for a full worked example.

## Boosted Markets

Markets marked **Boosted** earn **2x Midas Points** for the same fee. See [Boosted Markets](/midaspredict/knowledge-base/boosted-markets-and-campaigns.md).

## Market Creation Rewards

Seed liquidity earns **MP equal to the seed amount**, doubled (2×) if Boosted. See [Creating a Market](/midaspredict/for-creators/creating-a-market.md).

## Resolution Rewards

| Outcome              | MP          |
| -------------------- | ----------- |
| Correct resolution   | **+100 MP** |
| Incorrect resolution | **-500 MP** |

## Daily Login Streak

| Action        | Points        |
| ------------- | ------------- |
| Daily login   | +1 MP per day |
| 7-day streak  | +10 MP bonus  |
| 14-day streak | +25 MP bonus  |
| 30-day streak | +50 MP bonus  |

## Quests 🗓️ *Launching in Phases*

Daily Tasks, Weekly Tasks, and Special Tasks add guided MP rewards on top of the core trading engine. See [How to Earn Midas Points](/midaspredict/the-basics/how-to-earn-midas-points.md) for details.

## Referral Cash Rewards

0.125% of each trade goes to the Referral Reward Pool: Tier 1 gets 10%, Tier 2 gets 1%, Tier 3 gets 0.1%, remainder to Treasury. Credited automatically. See [Referral Program](/midaspredict/the-basics/referral-program.md).


---

# 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://midashand-1.gitbook.io/midaspredict/the-basics/rewards.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.
