# 轉帳與橋接

Byreal 使用您的 Solana 錢包作為主要帳戶。要交易永續合約，您需要透過第三方跨鏈橋 Relay 在 Solana 錢包和 Hyperliquid 永續合約帳戶之間轉移資金。

## 資金流向概覽

| **操作** | **方向**                         | **說明**                    |
| ------ | ------------------------------ | ------------------------- |
| 存入     | 外部錢包 → Byreal Solana 錢包        | 從任何外部錢包或交易所發送資金           |
| 轉帳     | Solana 錢包 → Hyperliquid 永續合約帳戶 | 透過 Relay 橋轉移 USDC（約 30 秒） |
| 轉回     | Hyperliquid 永續合約帳戶 → Solana 錢包 | 透過 Relay 橋轉回資金            |
| 提取     | Byreal Solana 錢包 → 外部錢包        | 發送資金到任何外部錢包               |

## 如何轉帳

{% stepper %}
{% step %}

#### 轉入永續合約帳戶（Solana → Hyperliquid）

* 點擊右上角的錢包圖示
* 點擊 **Transfer**
* 輸入 USDC 金額
* 點擊 **Confirm**
* 轉帳約 30 秒完成
  {% endstep %}

{% step %}

#### 從永續合約帳戶轉出（Hyperliquid → Solana）

* 點擊右上角的錢包圖示
* 點擊 **Transfer**
* 選擇反向（Hyperliquid → Solana）
* 輸入金額
* 點擊確認
  {% endstep %}
  {% endstepper %}

## 轉帳費用

Solana 錢包和 Hyperliquid 永續合約帳戶之間的轉帳會產生 Relay 橋接費用。費用根據轉帳金額而定，通常為少量固定費用加上滑點。具體費率請參閱轉帳介面中的即時報價。


---

# 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/transfers-and-bridging.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.
