> 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/fees-and-limits.md).

# Fees and Limits

Transparency is core to MidasPredict. Here is exactly what every trade costs and where the money goes.

## Protocol Fee: 1% per Trade

Every trade on MidasPredict pays a **1% protocol fee**, allocated as follows:

| Allocation           | Share of Volume | Purpose                                            |
| -------------------- | --------------- | -------------------------------------------------- |
| Ecosystem Fund       | 0.50%           | Ecosystem growth, liquidity incentives, grants     |
| Treasury             | 0.25%           | Protocol development, audits, infrastructure, R\&D |
| Points Reward Pool   | 0.125%          | Monthly reward distribution to Midas Point holders |
| Referral Reward Pool | 0.125%          | 3-tier referral payouts                            |

## Creator Fee: 0–2% per Trade

Market creators set their own fee between **0% and 2%** of trading volume. This fee is shown in the trade panel before confirmation and goes directly to the creator.

## Limits

**Minimum trade size:** **$1** per buy or sell transaction.

**Minimum initial liquidity (market creation):** **$500** to seed a new market. Requires the [Midas Catalyst badge](/midaspredict/for-creators/midas-catalyst.md) (one-time unlock).

**Maximum trade size:** No protocol maximum. Limited only by available market liquidity.

**Referral activation:** Requires a minimum deposit of **$10**.

**Unclaimed winnings:** Remain available for 90 days post-resolution.

## FAQ

<details>

<summary>Are there hidden fees?</summary>

No. The 1% protocol fee and the creator fee (if any) are the only fees. Both shown before you confirm.

</details>

<details>

<summary>Do I pay fees when I sell?</summary>

Yes. The same fees apply to both buy and sell transactions.

</details>

<details>

<summary>Does the creator fee affect my Midas Points?</summary>

You earn 1 MP per $1 of trading volume. The creator fee is separate and does not affect MP earned.

</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/fees-and-limits.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.
