# 如何开始交易永续合约

从零到第一笔永续合约交易只需几分钟。

## 前提条件

* Byreal 账户：使用 Google、邮箱、Bybit 注册或连接现有 Solana 钱包（请参阅账户设置）
* Byreal Solana 钱包中有资金：支持任何代币（SOL、USDC、USDT 等），但建议使用 USDC，因为转账时无需兑换手续费

{% hint style="info" %}
建议使用 USDC 进行转账，因为转账时无需兑换手续费。
{% endhint %}

{% stepper %}
{% step %}

### 导航到永续合约交易

点击顶部导航栏的「Perps」标签。
{% endstep %}

{% step %}

### 将资金转入永续合约账户

将 USDC 从 Solana 钱包转入 Hyperliquid 永续合约账户：

* 点击右上角的钱包图标
* 点击「充值」
* 输入要转入的 USDC 金额
* 确认转账

转账由 Relay 处理，通常在约 30 秒内完成。有关费用详情，请参阅「转账与桥接」。
{% endstep %}

{% step %}

### 启用交易

首次转账后，您需要启用永续合约交易：

* 在永续合约界面点击「开启交易」
* 这将通过 Privy 激活您的 Hyperliquid 交易会话。无需钱包签名。
  {% endstep %}

{% step %}

### 选择市场

浏览可用市场或按名称搜索。每个市场显示：

* 当前价格和 24 小时涨跌幅
* 资金费率
* 持仓量
* 最大杠杆

市场包括加密永续合约（BTC、ETH、SOL...）和 RWA 资产（xyz:GOLD、xyz:SILVER...）。更多市场将随时间添加。
{% endstep %}

{% step %}

### 下第一笔单

* 选择做多或做空
* 选择订单类型（市价单或限价单）
* 输入仓位大小
* 调整杠杆（根据市场 1 倍至 40 倍）
* 可选设置止盈和止损
* 点击「下单」提交
  {% endstep %}

{% step %}

### 监控您的仓位

您的开放仓位出现在图表下方的仓位面板中。

您可以跟踪：

* 入场价和标记价格
* 未实现盈亏
* 强平价格
* 资金费用

恭喜——您已在 Byreal 永续合约上完成了第一笔交易！
{% 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-my/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.
