# 转账与桥接

Byreal 使用您的 Solana 钱包作为主账户。要交易永续合约，您通过 Relay（第三方跨链桥）在 Solana 钱包和 Hyperliquid 永续合约账户之间转移资金。

## 资金流向概览

| 操作 | 方向                             | 描述                         |
| -- | ------------------------------ | -------------------------- |
| 充值 | 外部钱包 → Byreal Solana 钱包        | 从任何外部钱包或交易所发送资金            |
| 转账 | Solana 钱包 → Hyperliquid 永续合约账户 | 通过 Relay 桥接转移 USDC（约 30 秒） |
| 转回 | Hyperliquid 永续合约账户 → Solana 钱包 | 通过 Relay 桥接转回资金            |
| 提现 | Byreal Solana 钱包 → 外部钱包        | 发送资金到任何外部钱包                |

## 如何转账

### 转入永续合约账户（Solana → Hyperliquid）

{% stepper %}
{% step %}
点击右上角的钱包图标
{% endstep %}

{% step %}
点击「充值」
{% endstep %}

{% step %}
输入 USDC 金额
{% endstep %}

{% step %}
点击确认
{% endstep %}

{% step %}
转账约 30 秒内完成
{% endstep %}
{% endstepper %}

### 从永续合约账户转出（Hyperliquid → Solana）

{% stepper %}
{% step %}
点击右上角的钱包图标
{% endstep %}

{% step %}
点击「充值」
{% endstep %}

{% step %}
选择反向方向（Hyperliquid → Solana）
{% endstep %}

{% step %}
输入金额
{% endstep %}

{% step %}
点击确认
{% endstep %}
{% endstepper %}

## 转账费用

Solana 钱包和 Hyperliquid 永续合约账户之间的转账会产生 Relay 桥接费用。基于实际 API 测试（截至 2026 年 3 月 3 日）：

**Solana → Hyperliquid (USDC → USDC)**

| 金额     | 输出        | 费率      | 预估费用    |
| ------ | --------- | ------- | ------- |
| $10    | $9.93     | \~0.79% | \~$0.07 |
| $100   | \~$99.80  | \~0.20% | \~$0.20 |
| $1,000 | \~$998.60 | \~0.14% | \~$1.40 |
| $5,000 | $4,996.62 | \~0.07% | \~$3.38 |

**Hyperliquid → Solana (USDC → USDC)**

| 金额     | 输出        | 费率      | 预估费用    |
| ------ | --------- | ------- | ------- |
| $10    | $9.97     | \~0.64% | \~$0.03 |
| $100   | \~$99.85  | \~0.15% | \~$0.15 |
| $1,000 | \~$999.00 | \~0.10% | \~$1.00 |
| $5,000 | $4,997.39 | \~0.10% | \~$2.61 |

*费用由 Relay 收取，而非 Byreal。实际费用可能因网络状况而异。从 Hyperliquid 提现比充值便宜约 20-30%。*

{% hint style="info" %}
ℹ️ 提示：

* 大额转账的费率相对更低
* USDC 对 USDC 转账最便宜（无需兑换）
* 如果转账 SOL，会产生额外的兑换费用（约 0.5-1%）
  {% endhint %}

如需更多关于 Relay 费用结构的详情，请参阅 <https://docs.relay.link/references/api/api\\_core\\_concepts/fees。>


---

# 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/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.
