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

# Getting Started

**Welcome to Carbon. Getting started takes as little as 3 minutes. On this page, you'll see the full flow to get started.**

#### <mark style="color:$info;">**1. Go to**</mark> [<mark style="color:$info;">**app.carbon.inc**</mark>](https://app.carbon.inc)

This is the official Carbon WebApp where all the magic happens. Click ''Log in'' in the top right to get started with your account creation.

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

***

#### <mark style="color:$info;">**2. Create Your Account**</mark>

You have two options:

* **Connect Your Wallet**\
  Use Rabby or other supported wallets if you prefer a non-custodial experience from day one.
* **Log in with Telegram/Google/Apple**\
  No wallet setup needed. Carbon uses account abstraction to create a secure, fully integrated trading experience.\
  \&#xNAN;*Best option for fast, frictionless access.*

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

***

#### <mark style="color:$info;">**3. Deposit Funds**</mark>

Once logged in, click on **“Deposit”**.

You can deposit **USDC** on Arbitrum directly to your trading account using:

* Wallet (if connected)
* Sending USDC to your deposit address (if using account abstraction)

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

***

#### <mark style="color:$info;">**4. Make Your First Trade**</mark>

Go to the **Trading page**, choose a pair (e.g. BTC/USDT), set your position details:

* Direction (Long or Short)
* Size
* Leverage (up to 75x)
* Optional: Stop Loss / Take Profit

Click **“Long/Short”** to execute instantly.

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

***

#### <mark style="color:$info;">**5. Track Your Position**</mark>

All active trades appear under the **“Positions”** tab.\
Here you can:

* Monitor PnL
* Close positions
* Edit SL/TP
* Edit Size
* View the estimated liquidation price

<figure><img src="/files/65axpskKB4JrHKEuRTfH" alt=""><figcaption></figcaption></figure>

***

That’s it — you're live.\
Now start trading, climb the leaderboard, and stack profit.

**📍 Need help?** Jump in [Discord](https://discord.gg/CarbonTerminal)


---

# 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.carbon.inc/trading/getting-started.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.
