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

# Welcome

**cro.trade** puts four markets behind one login: spot tokens on Cronos, perpetual futures, prediction markets, and a live feed of what everyone is trading.

## What's here

**Spot.** Buy and sell any Cronos token. The router compares prices across Cronos DEXes and bonding curves and routes through the best one it finds. Charts go down to one-second candles, and the trade feed under them is live.

**Launchpad.** Newly launched tokens, tracked from the moment they appear, with graduation progress on the ones still filling a bonding curve. You can launch your own from here too.

**Perps.** Long or short crypto, stocks, commodities, indices and forex. Each market sets its own cap — 40x on BTC, less on most things, 50x on a couple of forex pairs. Settled in USDC.

**Predict.** Buy shares in the outcome of a real-world event — sport, crypto, the economy, politics — and sell back into the market rather than holding to the result.

**alpha and Chat.** Follow traders, see their trades land in real time, and talk about it in public rooms.

**Portfolio and rewards.** Holdings, P\&L and one history across all four markets. CRONUS holders take a share of protocol fees; referrers take 30% of what their friends pay.

## Worth knowing

Prices, trades, order books and live scores all update live — nothing needs refreshing.

You can arrive with a wallet or without one. Connect MetaMask or Crypto.com Wallet, or sign in with email, Google, Apple, Telegram or a passkey — the last five create a self-custodial wallet for you, whose private key you can export at any point.

There are native apps on the [App Store](https://apps.apple.com/app/id6762343829) and [Google Play](https://play.google.com/store/apps/details?id=com.crotrade.app), and the site installs as a PWA anywhere else.

## Links

[cro.trade](https://cro.trade) · [@crotrade](https://x.com/crotrade) · [Discord](https://discord.gg/qQAkJd8MdS)

Start at [Getting Started](/getting-started/getting-started.md).


---

# 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.cro.trade/readme.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.
