> 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/commands-and-assets.md).

# Commands & Assets

RAKE command syntax, supported actions, and the assets recognized by the protocol.

RAKE connects execution verbs with a defined asset universe. The X bot, [@rake\_agent](https://x.com/rake_agent), and the dApp at [rakelaunch.xyz](https://rakelaunch.xyz) are entry points into this system.

The command set covers launching, harvesting, swapping, tipping, buying, burning, buyback, bridging, and prediction markets. Supported assets determine what those commands can act on.

### Two command paths

| Path              | Purpose                                                                       |
| ----------------- | ----------------------------------------------------------------------------- |
| **No Echo**       | Informational or protocol-level actions that do not directly move user funds. |
| **Echo required** | Actions that can move assets and require an exact user confirmation.          |

Launch, harvest, and prediction-market creation use the no-Echo path. Tip, swap, buy, burn, buyback, and bridge use Echo.

For Echo actions, RAKE creates a draft. The user replies with the exact draft amount within 180 seconds. An exact match confirms the action. A mismatch cancels it.

### Asset universe

RAKE recognizes three source-defined asset categories:

* **Always supported:** ETH, USDG, $PONS, and $RAKE.
* **Board assets:** every token launched through RAKE.
* **RWA stock tokens:** NVDA, GME, AAPL, TSLA, and SPY.

RWA stock tokens can be tipped, swapped, and used in prediction markets. They are not real stock or shareholder ownership. They are not offered to US or UK persons.

{% hint style="info" %}
RAKE is an independent product. It is not an official Pons product.
{% endhint %}

Commands also have explicit unsupported actions. RAKE does not extend execution beyond those documented boundaries.

Continue to [Commands](/rake/commands-and-assets/commands.md) for syntax and Echo behavior. See [Supported Assets](/rake/commands-and-assets/supported-assets.md) for asset categories and RWA stock tokens.


---

# 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/commands-and-assets.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.
