# 取引の始め方

ゼロから最初のパーペチュアル取引まで数分で完了します。

## 前提条件

* Byrealアカウント：Google、メール、Bybitでサインアップ、または既存のSolanaウォレットを接続（アカウントセットアップを参照）
* Byreal Solanaウォレットの資金：対応する任意のトークン（SOL、USDC、USDTなど）が使えますが、USDCが推奨です（転送時のスワップ手数料が発生しません）

{% stepper %}
{% step %}

#### パーペチュアル取引に移動

上部ナビゲーションバーの**Perp**タブに移動します。
{% endstep %}

{% step %}

#### パーペチュアルアカウントに資金を転送

SolanaウォレットからHyperliquidパーペチュアルアカウントにUSDCを転送します：

* 右上のウォレットアイコンをクリック
* **Transfer**をクリック
* 転送するUSDCの金額を入力
* 転送を確認

転送はRelayによって処理され、通常約30秒で完了します。手数料の詳細はTransfer & Bridgingをご覧ください。
{% endstep %}

{% step %}

#### 取引を有効化

初回転送後、パーペチュアル取引を有効にする必要があります：

* パーペチュアルインターフェースで**Enable Trading**をクリック
* Privy経由でHyperliquid取引セッションが有効になります。ウォレット署名は不要です。
  {% endstep %}

{% step %}

#### マーケットを選択

利用可能なマーケットを閲覧するか、名前で検索します。各マーケットには以下が表示されます：

* 現在価格と24時間変動率
* ファンディングレート
* オープンインタレスト
* 最大レバレッジ

マーケットには暗号資産パーペチュアル（BTC、ETH、SOL...）とRWA資産（xyz:GOLD、xyz:SILVER...）が含まれます。今後さらにマーケットが追加される予定です。
{% endstep %}

{% step %}

#### 最初の取引を発注

* **Long**または**Short**を選択
* 注文タイプ（MarketまたはLimit）を選択
* ポジションサイズを入力
* レバレッジを調整（マーケットに応じて1倍〜40倍）
* オプションでTake ProfitとStop Lossを設定
* **Place Order**をクリックして送信
  {% endstep %}

{% step %}

#### ポジションを監視

オープンポジションはチャート下のPositionsパネルに表示されます。

以下を追跡できます：

* エントリー価格とマーク価格
* 未実現損益
* 清算価格
* ファンディング支払い

おめでとうございます！Byreal Perpsで最初のパーペチュアル取引が完了しました！
{% endstep %}
{% endstepper %}


---

# 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/how-to-start-trading.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.
