> 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/trade-your-predictions.md).

# Trade Your Predictions

MidasPredict is a prediction market platform built natively on [LitVM](https://litvm.com/), the first fully trustless, EVM-compatible Layer-2 rollup for Litecoin. Trade on the outcome of real-world events, create your own markets, and earn rewards for participating.

Buy shares in what you believe will happen. If you're right, you profit. If you're wrong, you lose your stake. It's that simple.

## Get Started

**How MidasPredict Works**\
Understand prediction markets, share prices, and how outcomes resolve.\
→ [How MidasPredict Works](/midaspredict/the-basics/how-midaspredict-works.md)

**Making Your First Trade**\
Connect your wallet, deposit funds, and place your first trade in minutes.\
→ [Making Your First Trade](/midaspredict/the-basics/making-your-first-trade.md)

**How to Earn Midas Points**\
Every trade earns you points. Points earn you a share of monthly fee distributions.\
→ [How to Earn Midas Points](/midaspredict/the-basics/how-to-earn-midas-points.md)

**Referral Program**\
Invite friends. Earn bonus points and cash when they trade.\
→ [Referral Program](/midaspredict/the-basics/referral-program.md)

## Quick Links

* [Fees and Limits](/midaspredict/the-basics/fees-and-limits.md)
* [For Creators: Build Your Own Markets](/midaspredict/for-creators/creating-a-market.md)
* [Why LitVM?](/midaspredict/knowledge-base/why-litvm.md)
* [FAQs](/midaspredict/knowledge-base/faqs.md)

## Status

MidasPredict is launching on LitVM in phases beginning at LitVM mainnet launch (target Q2–Q3 2026).

| Phase   | What's Included                                           | Target                  |
| ------- | --------------------------------------------------------- | ----------------------- |
| Phase 1 | Daily Markets, Featured Markets, points system, referrals | LitVM mainnet launch    |
| Phase 2 | Creator-Led Markets, expanded categories, API/widgets     | 3–6 months post-launch  |
| Phase 3 | Advanced market structures, decentralized resolution      | 6–12 months post-launch |

See the full [Roadmap](/midaspredict/roadmap.md) for details.

> ⚠️ **Disclaimer:** This documentation is for informational purposes only. It does not constitute financial, investment, or legal advice. Prediction markets involve real financial risk — never trade more than you can afford to lose.


---

# 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/trade-your-predictions.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.
