# 転送とブリッジ

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ブリッジ手数料がかかります。実際の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の手数料体系の詳細は、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/ja-jp/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.
