# 永续合约交易常见问题

<details>

<summary>Byreal 永续合约在后台如何运作？</summary>

Byreal 在 Hyperliquid（领先的去中心化永续合约交易所）之上提供交易界面。您的交易直接在 Hyperliquid 的链上订单簿上执行。Byreal 负责钱包管理（通过 Privy）和资金转账（通过 Relay 桥接），让您获得无缝体验，无需处理多条链。

</details>

<details>

<summary>我可以交易哪些市场？</summary>

上线时，Byreal 永续合约支持核心加密永续合约（BTC、ETH、SOL 等）和精选 RWA 市场（xyz:GOLD、xyz:SILVER 等）。我们正在逐步扩展到更多市场，包括股票、外汇和更多加密交易对。请查看交易界面了解最新可用市场。

</details>

<details>

<summary>最大杠杆是多少？</summary>

BTC 最高 40 倍，ETH 最高 25 倍，SOL 最高 20 倍。xyz:GOLD 和 xyz:SILVER 等 RWA 市场支持最高 25 倍。杠杆限制因资产而异——请在交易界面查看每个市场的当前限制。

</details>

<details>

<summary>使用 Byreal 永续合约需要加密钱包吗？</summary>

不需要。您可以使用 Google、邮箱或 Bybit 账户注册——Privy 会自动为您创建 Solana 钱包。如果您已有 Solana 钱包（Phantom、Solflare 等），可以直接连接。详情请参阅「账户设置」。

</details>

<details>

<summary>我的资金如何保障安全？</summary>

Byreal 使用 Privy 进行钱包管理，完全非托管——您的私钥在 Privy 的安全基础设施和您的设备之间分割。Byreal 永远无法访问您的密钥。您的交易资金存放在 Hyperliquid 的 L1 上，由其共识机制保护。

</details>

<details>

<summary>我可以在手机上使用 Byreal 永续合约吗？</summary>

可以。永续合约界面完全响应式，适用于移动浏览器。未来计划推出专用移动应用。

</details>

<details>

<summary>如何将资金转入永续合约账户？</summary>

资金存放在您的 Byreal Solana 钱包中。要交易永续合约，点击钱包图标并使用「充值」通过 Relay 桥接将 USDC 转入 Hyperliquid 永续合约账户（约 30 秒）。详情请参阅「转账与桥接」。

</details>

<details>

<summary>如何避免被强平？</summary>

设置止损，使用合理的杠杆（初学者建议 2-5 倍），并监控您的仓位。周末交易 RWA 资产时要格外谨慎，因为传统市场关闭时流动性可能降低。详细指导请参阅「风险与强平」。

</details>

<details>

<summary>除 Hyperliquid 交易手续费外还有其他费用吗？</summary>

目前，Byreal 不收取任何额外平台费用。您只需支付 Hyperliquid 的标准交易手续费和资金转账的 Relay 桥接费用。这可能在未来发生变化——任何变更将提前公告。

</details>

<details>

<summary>在哪里查看完整的交易历史？</summary>

在永续合约界面的历史标签下。您还可以通过 Hyperliquid Explorer (<https://app.hyperliquid.xyz/explorer>) 在链上验证交易。

</details>

<details>

<summary>我可以自动化永续合约交易吗？</summary>

永续合约的 AI Agent 集成即将推出。如需了解当前 AI Agent 功能（现货），请参阅「Byreal AI Agent → 如何设置」。

</details>


---

# 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/perps-trading-faq.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.
