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

# ⚡️ What is Bloom?

Bloom is a decentralized perpetual futures exchange on **Circle Arc** — the USDC-native blockchain built by Circle, the issuer of USDC.

Trade crypto and U.S. equities with up to **1000x leverage**, long or short, settled entirely in USDC. No account registration. No broker hours. One asset for everything.

## Quick Start

{% columns %}
{% column %}

### 🚀 [Getting Started](/docs/getting-started/connect-wallet.md)

Connect your wallet, get testnet USDC, and open your first leveraged trade in minutes.

### 🏦 [Protocol Mechanics](/docs/protocol-mechanics/vault.md)

How the LP-free vault works, BUSD settlement, liquidations, and funding rate.
{% endcolumn %}

{% column %}

### 📈 [Trading Guide](/docs/trading-guide/markets.md)

Markets, order types, TP/SL, managing positions, fees, and a worked example.

### 🛡️ [Security](/docs/security/audit-status.md)

Risk management layers, attack scenarios tested, and current audit status.
{% endcolumn %}
{% endcolumns %}

## What makes it different

**No liquidity providers required.** Most DEXs need a pool of LP capital before anyone can trade. Bloom doesn't — the protocol itself is the counterparty to every position. The reserve has grown from $0 to \~605 USDC purely from trader margin.

**Gas paid in USDC.** On Arc, the gas token is USDC itself. You only ever need one asset: USDC for margin, USDC for gas, USDC when you profit.

**One transaction to open.** Margin approval, price update, and position open are bundled into a single wallet signature. No multi-step flows.

## Markets

| Market   | Category    | Max Leverage |
| -------- | ----------- | ------------ |
| BTC/USD  | Crypto      | 1000x        |
| ETH/USD  | Crypto      | 1000x        |
| SOL/USD  | Crypto      | 500x         |
| AAPL/USD | U.S. Stocks | 50x          |
| TSLA/USD | U.S. Stocks | 50x          |

Forex, indices, and commodities markets are coming — the UI already has those tabs ready.

## How it works in one paragraph

<figure><img src="/files/wk0VjvhTjutCJB6sIFhD" alt=""><figcaption></figcaption></figure>

## Status

Live on Circle Arc **testnet**. An independent external audit is required before mainnet. All figures in this documentation come from the live testnet unless stated otherwise.


---

# 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://bloomcapital.gitbook.io/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.
