> 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/legal/disclaimers.md).

# Disclaimers

{% hint style="warning" %}
This documentation and the Limelight platform are provided for informational purposes only. The following disclaimers should be reviewed by qualified counsel before launch and adapted to Limelight's operating jurisdictions.
{% endhint %}

## Not Financial or Legal Advice

Nothing on Limelight or in this documentation constitutes financial, investment, legal, tax, or other professional advice. Prediction markets involve real financial risk. **Never trade more than you can afford to lose.**

## No Guarantee of Outcome

Share prices reflect market-estimated probabilities, not guarantees. Winning shares redeem at approximately $1.00 and may settle slightly above or below that amount depending on market depth (see [How Limelight Works](/limelight-docs/the-basics/how-limelight-works.md)). Losing shares are worth $0.00.

## Eligibility & Jurisdiction

Access to Limelight may be restricted in certain jurisdictions. It is your responsibility to ensure that your use of the platform complies with the laws and regulations that apply to you. Limelight may restrict access where required.

## No Token

Limelight does not have a token and makes no offer, sale, or promise of any token, security, or investment product. LP (Limelight Points) are a non-transferable, off-chain reward-accounting unit with no monetary value outside the platform's reward distributions.

## Third-Party Services

Limelight integrates third-party services (including Privy for authentication, Pyth for price data, and cross-chain routing infrastructure). Limelight does not control these services and is not responsible for their availability or performance.


---

# 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/legal/disclaimers.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.
