> 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/referral-program.md).

# Referral Program

Invite people to MidasPredict and earn two types of ongoing rewards when they trade: **bonus Midas Points** and **cash from the Referral Reward Pool**. Referral relationships are permanent and work three tiers deep.

## How to Activate Your Referral Link

Make at least one **real deposit of $10 or more** into MidasPredict (into a market or protocol contract — not just a wallet transfer). Once done, your link is permanently active.

## How the 3-Tier System Works

```
You
 └── Alice (Tier 1 — you invited her)
      └── Bob (Tier 2 — Alice invited him)
           └── Carol (Tier 3 — Bob invited her)
```

## What You Earn

### Reward 1: Bonus Midas Points

| Tier       | Relationship              | Your Bonus           |
| ---------- | ------------------------- | -------------------- |
| **Tier 1** | You invited them directly | **10%** of their MP  |
| **Tier 2** | Invited by your Tier 1    | **1%** of their MP   |
| **Tier 3** | Invited by your Tier 2    | **0.1%** of their MP |

Nothing is taken from them — they keep 100% of their own points. These bonus points count toward your monthly Points Reward Pool share.

### Reward 2: Cash from the Referral Reward Pool

Every trade contributes **0.125% of trade volume** to the Referral Reward Pool. Per-trade distribution:

| Tier          | Share of Pool (per trade) |
| ------------- | ------------------------- |
| **Tier 1**    | 10%                       |
| **Tier 2**    | 1%                        |
| **Tier 3**    | 0.1%                      |
| **Remainder** | 88.9% → Treasury          |

Cash rewards are credited automatically to your balance. No claiming required.

## Rules

* **Permanent.** Once someone is in your referral tree, the link doesn't expire.
* **Three tiers max.** No deeper chains tracked.
* **No self-referrals.** No circular referral trees.
* **$10 activation deposit.** Inactive referrers' shares flow to Treasury.
* **Anti-abuse.** Sybil patterns blacklisted. Velocity limits on referral registration.

## FAQ

<details>

<summary>Do referrals benefit from being referred?</summary>

Referees may receive perks on first trades. Being referred never costs them anything.

</details>

<details>

<summary>What if a referral stops trading?</summary>

You stop earning from them. If they come back, you earn again automatically.

</details>

<details>

<summary>Is there a limit on referrals?</summary>

No limit on Tier 1 direct referrals.

</details>


---

# 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/referral-program.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.
