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

# Trade Your Predictions

**Limelight — predict the future.**

Limelight is a prediction market platform built natively on **Movement**, a sovereign **Move Layer-1** blockchain. 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.

Markets are collateralized in **USDCx** — the native USDC-backed stablecoin issued on Movement — and settle on-chain in well under a second.

### How Limelight Works

Understand prediction markets, share prices, and how outcomes resolve.

→ [How Limelight Works](/limelight-docs/the-basics/how-limelight-works.md)

### Making Your First Trade

Sign in with Privy, fund your account from almost any chain, and place your first trade in minutes.

→ [Making Your First Trade](/limelight-docs/the-basics/making-your-first-trade.md)

### How to Earn LP

Every trade earns you LP (Limelight Points). Points earn you a share of monthly fee distributions.

→ [How to Earn LP](/limelight-docs/the-basics/how-to-earn-lp.md)

### Referral Program

Invite friends. Earn bonus LP and cash when they trade.

→ [Referral Program](/limelight-docs/the-basics/referral-program.md)

## Quick Links

* [Sharpest Caller (World Cup)](/limelight-docs/competitions/sharpest-caller-world-cup.md) — predict the knockouts, win USDCx
* [Fees and Limits](/limelight-docs/the-basics/fees-and-limits.md)
* [Limelight Catalyst](/limelight-docs/for-creators/limelight-catalyst.md)
* [For Creators: Build Your Own Markets](/limelight-docs/for-creators/creating-a-market.md)
* [Market Lifecycle & Disputes](/limelight-docs/knowledge-base/market-lifecycle-and-disputes.md)
* [Why Movement?](/limelight-docs/knowledge-base/why-movement.md)
* [FAQs](/limelight-docs/knowledge-base/faqs.md)

## Status

Limelight is **live on Movement**. Trading is available today in **USDCx**.

<table><thead><tr><th width="333">What's available</th><th>Status</th></tr></thead><tbody><tr><td>Trading (USDCx markets)</td><td><strong>Live</strong></td></tr><tr><td>Featured Markets (curated)</td><td><strong>Live</strong></td></tr><tr><td>Sharpest Caller — World Cup competition</td><td><strong>Live</strong></td></tr><tr><td>Creator-Led Markets</td><td><strong>Live</strong> — open to everyone for the first month, then <a href="/pages/a1c42c64d3c20b4a4b96c8c39cbe26b75b405077">Limelight Catalyst</a> holders (see Creating a Market)</td></tr><tr><td>LP points &#x26; 3-tier referrals</td><td><strong>Live</strong></td></tr><tr><td>Deposits — pay from almost any chain, in-app</td><td>Live</td></tr><tr><td>Recurring Markets</td><td>Coming soon (next phase)</td></tr><tr><td>Market rebalancing</td><td>Coming soon</td></tr><tr><td>MOVE-based markets</td><td>Coming soon</td></tr><tr><td>Discord bot · X bot</td><td>Live</td></tr></tbody></table>

See the full [Roadmap](/limelight-docs/roadmap/roadmap.md) for details.

{% hint style="warning" %}
**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.
{% endhint %}


---

# 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://limelight-1.gitbook.io/limelight-docs/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.
