# 如何開始交易

本指南引導您完成在 Byreal 上的首次永續合約交易。

## 前提條件

* 已連接的 Byreal 帳號（透過 Privy 錢包或現有 Solana 錢包）
* 永續合約帳戶中的 USDC（透過 Transfer 功能從 Solana 錢包轉入）

## 步驟教學

{% stepper %}
{% step %}

#### 選擇市場

從交易介面頂部的市場選擇器中選擇交易對。可用市場包括加密貨幣（BTC、ETH、SOL 等）和 RWA 資產（xyz:GOLD、xyz:SILVER 等）。
{% endstep %}

{% step %}

#### 選擇方向

點擊 **Long**（做多——預期價格上漲時獲利）或 **Short**（做空——預期價格下跌時獲利）。
{% endstep %}

{% step %}

#### 設定槓桿

使用槓桿滑桿或輸入框選擇您的槓桿倍數。較高的槓桿放大潛在利潤和損失。新手建議從 2-5 倍開始。
{% endstep %}

{% step %}

#### 輸入訂單詳情

選擇訂單類型（市價或限價）並輸入持倉規模。介面顯示所需保證金、預估清算價和手續費。
{% endstep %}

{% step %}

#### 設定止盈/止損（可選）

在下單面板中設定 TP（止盈）和 SL（止損）價格，實現自動風險管理。
{% endstep %}

{% step %}

#### 確認交易

查看訂單摘要，點擊確認。交易將提交到 Hyperliquid 網路執行。
{% endstep %}
{% endstepper %}


---

# 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.byreal.io/zh-tw/perps/how-to-start-trading.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.
