> 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/the-basics/rewards.md).

# Rewards

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

## The Reward Stack

<table><thead><tr><th width="213">Layer</th><th width="225">What You Earn</th><th>How</th></tr></thead><tbody><tr><td>Trading profit</td><td>Profit from correct predictions</td><td>Buy shares, redeem at ~$1 or sell early</td></tr><tr><td>Points Reward Pool share</td><td>Monthly fee distribution</td><td>Earn LP by trading; pool = 0.125% of volume</td></tr><tr><td>Referral cash</td><td>Cash from Referral Reward Pool</td><td>Your referrals trade; you get a cut</td></tr><tr><td>Creator fees</td><td>Revenue from market volume</td><td>Create markets with a 0–2% fee</td></tr></tbody></table>

All layers stack simultaneously.

## Competitions <a href="#competitions" id="competitions"></a>

Limelight runs periodic skill-based competitions with their own USDCx prize pools. Live now: [**Sharpest Caller**](/limelight-docs/competitions/sharpest-caller-world-cup.md) — a World Cup knockout-stage competition where the sharpest callers win, decided by skill rather than bankroll.

## 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 LP holders. See [How to Earn LP](/limelight-docs/the-basics/how-to-earn-lp.md) for a full worked example.

## Boosted Markets

Markets marked **Boosted** earn 2× LP for the same fee. See [Boosted Markets & Campaigns](/limelight-docs/knowledge-base/boosted-markets-and-campaigns.md).

## Market Creation Rewards

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

## Resolution Rewards

Applies to both automated outcomes and user-submitted disputes during the dispute window.

| Outcome              | LP      |
| -------------------- | ------- |
| Correct resolution   | +100 LP |
| Incorrect resolution | −500 LP |

See [Market Lifecycle & Disputes](/limelight-docs/knowledge-base/market-lifecycle-and-disputes.md).

## Daily Check-In Streak

| Action         | Points        |
| -------------- | ------------- |
| Daily check-in | +1 LP per day |
| 7-day streak   | +10 LP bonus  |
| 14-day streak  | +25 LP bonus  |
| 30-day streak  | +50 LP bonus  |

## Quests *(launching in phases)*

Daily, Weekly, and Special tasks add guided LP rewards on top of the core trading engine. See [How to Earn LP](/limelight-docs/the-basics/how-to-earn-lp.md).

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