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

# Welcome to onchain.cc

onchain.cc is a multi-chain self-custody trading terminal built for traders who take execution seriously. Trade spot, perps, token launches, and prediction markets from one interface — with cross-chain swaps across 12 chains, professional charts, deep liquidity routing, and a competitive layer that rewards the trading you already do. You never hand custody of your assets to anyone.

It is built and backed by Bitso, Latin America's largest licensed crypto exchange — the backing of a regulated exchange behind a product that feels native to DeFi.

**Three reasons traders choose onchain.cc:**

* **Every fee pays you back** — 25% to 50% of every trading fee on every product returns to you as USDC cashback, set by your Colosseum rank and settled on-chain in seconds. Net of cashback, among the cheapest terminals anywhere.
* **Four products, one terminal** — spot, perps, token launches, and prediction markets share one login, one portfolio, and seamless transfers between products. No tab-juggling between platforms.
* **Colosseum** — a live competitive layer with real USDC prize pools. Every trade earns points; points become rank, rewards, and standing.

***

## The Four Products

|                                                      |                                                                                                                        |
| ---------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [Spot](/onchain-docs/spot/overview.md)               | Order-book spot trading on a deep universe of USDC pairs, powered by Hyperliquid. Market, limit, and TWAP orders.      |
| [Perps](/onchain-docs/perps/overview.md)             | Perpetual futures with leverage set per market — up to 40x on majors. Powered by Hyperliquid.                          |
| [Trenches](/onchain-docs/trenches/overview.md)       | Trade token launches in real time across PumpFun, LaunchLab, and Meteora. Live scanner, snipe presets, wallet tracker. |
| [Predictions](/onchain-docs/predictions/overview.md) | Trade the outcome of real-world events — sports, politics, crypto, and more. Powered by Polymarket.                    |

Alongside the four products: [cross-chain Swap](/onchain-docs/swap/overview.md) across 12 chains, a [Portfolio](/onchain-docs/portfolio-and-tools/portfolio-view.md) that tracks everything in one place, a fully [customizable Dashboard](/onchain-docs/portfolio-and-tools/dashboard.md), and a multi-chart [workspace](/onchain-docs/portfolio-and-tools/charts.md).

***

## Where to go next

|                                                                  |                                                                      |
| ---------------------------------------------------------------- | -------------------------------------------------------------------- |
| [Quick Start](/onchain-docs/getting-started/quick-start.md)      | Create an account and place your first trade in minutes.             |
| [Funding Your Account](/onchain-docs/getting-started/funding.md) | Card, Apple Pay, crypto deposits, and moving funds between products. |
| [Colosseum](/onchain-docs/colosseum/overview.md)                 | How points, ranks, quests, and prize pools work.                     |

***

{% hint style="info" %}
onchain.cc is self-custody. You always control your keys. Bitso never holds your funds.
{% 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://onchain-cc.gitbook.io/onchain-docs/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.
