# 如何設定 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" %}
提示：請始終在錢包中保留至少 0.02 SOL 作為 Solana 網路費用的儲備。兌換至少需要 \~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/zh-tw/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.
