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

# Independence & Disclaimers

## Not advice

Nothing in Bubblegum Reality or this documentation is investment, legal, accounting, or tax advice. No content constitutes a recommendation, solicitation, or offer to buy or sell any instrument. The Reality Score measures execution quality for one trade at one size at one moment — nothing more.

## Independence

Bubblegum Reality is an independent, third-party interface. It is **not** Robinhood. It is not affiliated with, endorsed by, sponsored by, or operated in partnership with Robinhood Markets, Inc. or any of its subsidiaries. No Robinhood trademarks, logos, or brand marks are used. References to Robinhood Chain and Robinhood Stock Tokens are factual references to public onchain infrastructure.

Third-party protocols used for routing and settlement (including 0x) are independent of this project and of each other.

## Non-custodial

The app never holds, controls, or has access to user funds or keys. All transactions are signed in the user's own wallet. The operators cannot move, freeze, recover, or reverse user assets.

## No warranty

Provided "as is", without warranty of any kind. Market data, quotes, scores, and chain reads may be delayed, incomplete, degraded, or wrong. Verify independently before acting. To the maximum extent permitted by law, the operators accept no liability for trading losses, missed trades, failed or reverted transactions, gas costs, or data errors.

## Jurisdiction

Availability is restricted in some jurisdictions and enforced by the [eligibility gate](/bubblegum-reality-docs/compliance/eligibility.md). That gate is a self-attestation mechanism — not KYC, not identity verification, not geolocation, and not a compliance determination. Users are responsible for the laws applying to them.

## Pre-launch requirement

> The compliance features in this codebase are engineering mechanisms, not legal clearance. **Production launch with real users requires review by qualified legal counsel** in every jurisdiction served. This is stated in-product on `/about` and is a deliberate, visible gate — not an oversight.

## Documentation scope

This documentation describes Phase 1 as built. Phase 2 items in the [Roadmap](/bubblegum-reality-docs/operations/roadmap.md) are plans, not commitments, and describe unbuilt functionality.


---

# 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://bubblegum-reality.gitbook.io/bubblegum-reality-docs/compliance/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.
