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

# Disclaimers

Source-defined limitations, risk statements, and usage restrictions for RAKE features.

This page states RAKE's defined boundaries and disclosures. Review them before using RAKE features.

### RWA stock tokens

RAKE supports RWA stock tokens for `NVDA`, `GME`, `AAPL`, `TSLA`, and `SPY`.

These tokens are not real stock. They are not shares. They provide no shareholder rights.

RWA stock tokens are not offered to US or UK persons.

### Prediction markets

RAKE prediction markets are for entertainment. They are not financial advice.

Do not treat prediction functionality as investment advice. Do not treat it as a guaranteed way to profit. Predictions are not guaranteed.

### RAKE and Pons

RAKE is an independent product. It is not an official Pons product.

Pons V2 serves as the launch venue. RAKE's mechanisms belong to RAKE.

### Do your own research

Conduct your own research before interacting with RAKE. This applies to tokens, RWA assets, prediction markets, and other protocol functionality.

### Echo confirmation

For money-moving actions, RAKE first creates a draft. Execution requires you to reply with the exact same amount.

> Nothing moves until you say the same number back.

The confirmation window lasts 180 seconds. If the confirmed amount does not match the draft amount, RAKE cancels the action.

This mechanism is part of RAKE's execution-safety design. It adds an explicit confirmation step before execution.

{% hint style="warning" %}
**Disclaimer summary**

* RWA stock tokens are not real stock or shares. They provide no shareholder rights.
* RWA stock tokens are not offered to US or UK persons.
* Prediction markets are for entertainment and are not financial advice.
* RAKE is independent and not an official Pons product.
* Users should conduct their own research.
* Money-moving actions require the specified Echo confirmation before execution.
  {% 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://docs.rakelaunch.xyz/rake/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.
