> 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** is a real-time trading platform built for the Cronos ecosystem. It brings spot trading, perpetual futures, prediction markets, and a social trading feed together in one fast, mobile-first app.

## What is cro.trade?

cro.trade is where you can:

* **Explore** trending tokens, top gainers, and new launches on Cronos
* **Trade** any token with live charts, smart routing, and a real-time trade feed
* **Track launches** on the Launchpad with bonding-curve progress and graduation
* **Trade Perps** — perpetual futures on crypto, stocks, commodities, and forex with up to 50x leverage
* **Predict** real-world outcomes — sports, crypto, economy, and politics prediction markets
* **Follow traders** and share insights on the social Feed
* **Manage your portfolio** with holdings, P\&L analytics, and a unified trade history
* **Earn rewards** — protocol fee sharing for CRONUS holders, plus referral earnings

## Key Highlights

* **Real-time everything** — prices, volumes, trades, order books, and scores stream live via WebSocket
* **One account, many markets** — spot, perps, and predictions share a single login
* **Flexible sign-in** — connect an external wallet or sign in with email, Google, Apple, or a passkey
* **Mobile-first** — installable as a PWA on your phone with push notifications
* **Self-custodial** — your funds stay in wallets you control

## Quick Links

* **App**: [cro.trade](https://cro.trade)
* **X**: [@crotrade](https://x.com/crotrade)
* **Discord**: [discord.gg/crotrade](https://discord.gg/crotrade)

***

Ready to start? Head to [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.
