# Overview & Quick Start

Trade perpetual futures directly from Telegram, powered by Hyperliquid. Open leveraged long and short positions on 100+ assets, set stop-loss and take-profit, copy top traders, and broadcast your trades to your channels or groups, all without leaving the chat.

### 2. Quick Start <a href="#id-376054e5-a882-41a6-8437-426fdb0dc728" id="id-376054e5-a882-41a6-8437-426fdb0dc728"></a>

* **Step 1: Launch the bot** — Open @clickperps\_bot in Telegram and tap Start or send `/start`.
* **Step 2: Create your wallet** — A miniapp will open to set up your wallet. This is a one-time onboarding step. You will create your trading wallet and approve permissions in a single session.
* **Step 3: Deposit funds** — Send `/deposit` in the bot. You can deposit SOL on Solana or USDC on Arbitrum. Your deposit is automatically credited to your Hyperliquid perpetual trading account (SOL is auto-converted to USDC).
* **Step 4: Start trading** — `/long`, `/short`, `/positions`, `/balance`

### 3. Key features overview <a href="#id-71bfd48b-7316-4c04-bb34-dc23def38168" id="id-71bfd48b-7316-4c04-bb34-dc23def38168"></a>

Supported Assets, Open Long/Short, Close & Manage Positions, Stop-Loss & Take-Profit, Copy Trading, Broadcasting, Price Alerts.

### 4. Deposit <a href="#id-4b8fc1c0-041e-4154-b81f-221e570a1a79" id="id-4b8fc1c0-041e-4154-b81f-221e570a1a79"></a>

Send `/deposit` in the bot.

#### Option A: USDC or SOL on Solana <a href="#id-89e9aacb-f02b-4b2d-bfb0-cb568df2d02f" id="id-89e9aacb-f02b-4b2d-bfb0-cb568df2d02f"></a>

* **Supported chain:** Solana
* **Supported token:** USDC or SOL
* **How it works:** Send USDC or SOL on Solana to your deposit address. Your USDC or SOL is automatically credited to your Hyperliquid perpetual trading account. No manual bridging needed.
* **Timeline:** Solana confirms in seconds, then funds are automatically routed to Hyperliquid. Expect your balance to update within a few minutes.

#### Option B: USDC on Arbitrum <a href="#aba36292-4fe5-407d-ab39-71d4efe9d06a" id="aba36292-4fe5-407d-ab39-71d4efe9d06a"></a>

* **Supported chain:** Arbitrum
* **Supported token:** USDC
* **How it works:** Send USDC on Arbitrum to your EVM deposit address. Funds are credited directly to your Hyperliquid perpetual trading account.
* **Timeline:** Arbitrum confirms within 1-2 minutes.

> ⚠️ **IMPORTANT:** Only send SOL or USDC on Solana or USDC on Arbitrum. Sending USDC on Solana or other unsupported token/network combinations may result in lost funds.

> 💡 **TIP:** Send a small test amount first to verify the address before depositing larger amounts.

### 5. Withdrawal <a href="#ab778a5c-d9d6-4d08-a734-0d8e84d9ee4b" id="ab778a5c-d9d6-4d08-a734-0d8e84d9ee4b"></a>

Send `/withdraw` in the bot.

* **Supported chain:** Arbitrum only
* **Supported token:** USDC
* **Fee:** $1 USDC withdrawal fee per transaction (charged by Hyperliquid, regardless of amount)
* **How it works:**
  1. Select **Arbitrum** as destination
  2. Enter your Arbitrum wallet address (0x...)
  3. Choose amount: 25%, 50%, 75%, or custom percentage
  4. Review the confirmation screen showing amount, fee, and the amount you will receive, then confirm
* **Timeline:** Withdrawals typically process within a few minutes after confirmation.

> ⚠️ **Withdrawal is Arbitrum only.** Solana withdrawal is not currently supported.\
> ℹ️ To minimize fees, consider withdrawing larger amounts less frequently.

### 6. Important notes <a href="#id-0781540b-1729-4952-98ff-108fdefb001f" id="id-0781540b-1729-4952-98ff-108fdefb001f"></a>

* Deposits are accepted in SOL on Solana (auto-converted to USDC) or USDC on Arbitrum (direct). USDC on Solana is NOT supported.
* Withdrawals are sent on Arbitrum in USDC. A $1 USDC fee applies per withdrawal.
* Margin mode (Isolated or Cross) is selected when opening a position and cannot be changed afterward. Open positions can only be closed or reduced.


---

# Agent Instructions: 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:

```
GET https://docs.click.trade/perpetuals-bot/overview-and-quick-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
