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

# Supported Assets

The tokens and assets RAKE supports for its source-defined actions.

RAKE supports native and ecosystem assets, RAKE-launched board tokens, and a defined list of RWA stock tokens. These categories have different roles in the system.

### Always supported

| Asset | Role                         |
| ----- | ---------------------------- |
| ETH   | Core asset supported by RAKE |
| USDG  | Supported ecosystem asset    |
| $PONS | Pons ecosystem token         |
| $RAKE | RAKE token                   |

### Board assets

Every token launched through RAKE appears on the RAKE leaderboard. Board assets are not a fixed whitelist. They are the tokens created through the RAKE launch path.

The board tracks monitoring properties for each launched token:

* Trade volume and holder count
* Accumulated fees and last harvest timestamp
* $RAKE burned, $PONS burned, and alive/dead status

These fields describe token activity and the documented fee flow. They do not create a separate asset class.

### RWA stock tokens

| Token | Supported RAKE use            |
| ----- | ----------------------------- |
| NVDA  | Tip, swap, prediction markets |
| GME   | Tip, swap, prediction markets |
| AAPL  | Tip, swap, prediction markets |
| TSLA  | Tip, swap, prediction markets |
| SPY   | Tip, swap, prediction markets |

{% hint style="warning" %}
These stock tokens are not real stock. They are not shares and provide no shareholder rights. They are not offered to US or UK persons.
{% endhint %}

The source defines stock tokens as tip-able, swap-able, and bet-able through prediction markets. Prediction markets use the Robinhood stock token registry and pool pricing.

### Category boundary

Use the category to understand an asset's place in RAKE:

1. **Native and ecosystem assets** are ETH, USDG, $PONS, and $RAKE.
2. **Board tokens** are created through RAKE and monitored on the leaderboard.
3. **RWA stock tokens** are the defined NVDA, GME, AAPL, TSLA, and SPY tokens.

No additional assets are specified by the source.


---

# 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/supported-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.
