# 永續合約交易常見問題

<details>

<summary>我可以在 Byreal 上交易哪些永續合約？</summary>

Byreal 支援加密貨幣永續合約（BTC、ETH、SOL 等）以及透過 Hyperliquid HIP-3 的現實世界資產（黃金、白銀等）。請查看交易介面以獲取完整的可用市場列表。

</details>

<details>

<summary>永續合約交易的最低存款是多少？</summary>

技術上沒有最低限制，但您需要足夠的 USDC 來滿足所選槓桿的保證金要求，加上交易費用。

</details>

<details>

<summary>如何將資金存入永續合約帳戶？</summary>

要交易永續合約，請點擊錢包圖示，使用 Transfer 功能透過 Relay bridge 將 USDC 從 Solana 錢包轉入 Hyperliquid 永續合約帳戶（約 30 秒）。詳情請參閱「轉帳與橋接」。

</details>

<details>

<summary>如何避免被清算？</summary>

設定止損、使用合理的槓桿（新手建議 2-5 倍）並監控持倉。對於 RWA 資產，在傳統市場休市的週末要特別小心。詳細指南請參閱「風險與清算」。

</details>

<details>

<summary>除了 Hyperliquid 交易費外還有其他費用嗎？</summary>

目前 Byreal 不收取額外平台費。您只需支付 Hyperliquid 標準交易費和 Relay 橋接轉帳費。未來可能會有變更——任何變動都會提前通知。

</details>

<details>

<summary>我可以在哪裡查看完整的交易歷史？</summary>

在永續合約介面的 **History** 標籤中。您也可以透過 [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-tw/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.
