> 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/knowledge-base/faqs.md).

# FAQs

## General

<details>

<summary>Is Limelight live?</summary>

Yes. Trading is live on Movement, with markets denominated in USDCx.

</details>

<details>

<summary>What blockchain is this on?</summary>

**Movement** — a sovereign Move **Layer-1** (M1 Mainnet). See [Why Movement?](/limelight-docs/knowledge-base/why-movement.md).

</details>

<details>

<summary>Do I need a crypto wallet?</summary>

No. Sign in with Google, email, or X via Privy, or connect a Movement-compatible wallet (OKX, Razor, Nightly). See [Wallets & Networks](/limelight-docs/knowledge-base/wallets-and-networks.md).

</details>

<details>

<summary>Is there a token?</summary>

There is no Limelight token. The platform's rewards run on LP (off-chain points) and real fee distributions.

</details>

<details>

<summary>Is this gambling?</summary>

Prediction markets are information markets that aggregate collective intelligence. Real money is at stake — never trade more than you can afford to lose.

</details>

## Trading

<details>

<summary>Can I lose more than I put in?</summary>

No. Maximum loss is always what you paid for your shares.

</details>

<details>

<summary>What's the minimum trade?</summary>

$0.1 per buy transaction.

</details>

<details>

<summary>How fast are trades?</summary>

Sub-second finality on Movement, with gas of a fraction of a cent.

</details>

<details>

<summary>What do I trade with?</summary>

USDCx. Fund your balance from almost **any chain** with the in-app deposit — it converts your deposit to USDCx in seconds. See [Wallets & Networks](/limelight-docs/knowledge-base/wallets-and-networks.md).

</details>

<details>

<summary>Can I sell before resolution?</summary>

Yes — at any time at the current market price.

</details>

## Points & Rewards

<details>

<summary>How do I earn LP?</summary>

1 LP per $1 of trading volume. Boosted markets earn 2×. You also earn LP from market creation, correct resolution, check-in streaks, referral bonuses, and quests. See [How to Earn LP](/limelight-docs/the-basics/how-to-earn-lp.md).

</details>

<details>

<summary>Do points carry over?</summary>

No. Monthly reset. Lifetime stats tracked separately.

</details>

<details>

<summary>When do I get paid?</summary>

The Points Reward Pool is distributed shortly after month end.

</details>

## Market Creation

<details>

<summary>Do I need anything to create a market?</summary>

For about the first month after launch, creation is open to everyone — and creating a market in that window earns you the [Limelight Catalyst](/limelight-docs/for-creators/limelight-catalyst.md) badge. After that, the badge is required (earned via the four Catalyst tasks).

</details>

<details>

<summary>What's the minimum liquidity to create a market?</summary>

$100. You earn LP equal to your seed amount.

</details>

<details>

<summary>What's the maximum creator fee?</summary>

0–2% of trading volume.

</details>

## Resolution

<details>

<summary>How are markets resolved?</summary>

Price markets resolve automatically against Pyth feeds read on-chain. Event markets resolve from the external sources in the market's rules. A dispute period (typically 24–48 hours) follows. See [Market Lifecycle & Disputes](/limelight-docs/knowledge-base/market-lifecycle-and-disputes.md).

</details>

<details>

<summary>Can an outcome be changed after the market closes?</summary>

No. Once Closed, the outcome is permanent.

</details>

<details>

<summary>When does a market resolve as Void?</summary>

When the rules can't produce a definitive outcome (event cancelled, source offline, result doesn't fit). All stakes are returned.

</details>

## Bots

<details>

<summary><strong>Can I trade from X or Discord?</strong></summary>

Yes — both are **live** as **@AskLimelight**. The Discord bot trades, creates markets, and tracks your portfolio via slash commands or chat; the X bot does the same by tweeting at Limelight. Both are non-custodial. See [X Bot](/limelight-docs/knowledge-base/x-bot.md) and [Discord Bot](/limelight-docs/knowledge-base/discord-bot.md).

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