# Solanaウォレットのセットアップ方法

Byrealを利用するには、Solanaブロックチェーンに対応したセルフカストディウォレットが必要です。ByrealはSolana標準に準拠したすべてのウォレットに対応しています。以下は最も人気のあるオプションです：

## 対応ウォレット

* **Phantom：** シンプルで直感的なインターフェースを持つ広く使われているウォレットです。ブラウザとモバイルの両方で、初心者から経験者まで最適です。
* **Solflare：** 安全なブラウザ拡張機能とウェブアプリを提供し、アカウント管理やトランザクションの監視が簡単に行えます。資産は完全にセルフカストディで管理されます。
* **Backpack：** Solana向けの次世代オールインワンウォレットで、入出金が簡単に行えます。

## ウォレットをByrealに接続する方法

{% stepper %}
{% step %}

#### Byrealにアクセス

[Byreal.io](https://byreal.io/)にアクセスし、右上の**Connect Wallet**ボタンをクリックします。
{% endstep %}

{% step %}

#### ウォレットプロバイダーを選択

リストからウォレットを選択します（Phantom、Solflare、Backpack、またはその他のSolana対応ウォレット）。
{% endstep %}

{% step %}

#### 接続を承認

ウォレットのポップアップで接続リクエストを承認します。
{% endstep %}

{% step %}

#### 接続を確認

接続が完了すると、右上にウォレットアドレスが表示されます。取引、流動性提供、Real Farmer戦略の閲覧を始める準備が整いました。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
ヒント：Solanaネットワーク手数料用に、常に最低0.02 SOLをウォレットに残しておきましょう。スワップには約0.01 SOL、流動性の追加には約0.02 SOLが必要です。
{% endhint %}


---

# 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/getting-started/how-to-set-up-a-solana-wallet.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.
