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

# What is Rocky?

Rocky is the **trading and liquidity layer for Canton** — starting with a **privacy-preserving perpetuals exchange**, and expanding into RWA liquidity, price discovery, and cross-chain capital routing.

Perpetuals are the entry point: the fastest path to liquidity and activity, and the most mature infrastructure to bring real-world assets on-chain. You trade crypto and tokenized RWAs with leverage, from a self-custodial wallet — and your positions stay private.

## Why Rocky

* **Nobody sees your book.** Positions, balances, and liquidation levels are private by default.
* **Solvency stays provable.** Privacy for users, transparency for the protocol.
* **Real assets, one venue.** Crypto and tokenized real-world assets, side by side.
* **Self-custodial.** You hold your keys; every action needs your signature.

Under the hood, Rocky pairs **CEX-level execution** — a high-performance matching engine, an order book with market-maker API access, and a real-time risk & liquidation engine — with **Canton-native settlement**: DAML contracts for margin and positions, and atomic, private settlement for every trade.

## Why Canton

Most perp DEXs are built on transparent public chains, where transparency becomes a vulnerability for large capital and institutions. Canton delivers institutional-grade privacy and settlement:

* **Privacy-preserving interoperability** — transact privately while staying interoperable across regulated assets and networks.
* **Institutional-grade rails** — architecture and onboarding standards trusted by banks, custodians, and asset managers.
* **DAML + atomic settlement** — complex financial logic with reduced counterparty and settlement risk.

## Explore Rocky

Rocky offers two ways to trade:

* **Perpetuals** — trade crypto and tokenized real-world assets with leverage; your positions stay private. [Learn more →](/perpetuals/overview.md)
* **Spot** — buy and sell assets directly on Canton.


---

# 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://doc.rocky.exchange/overview/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.
