# 如何设置 Solana 钱包

要使用 Byreal，您需要一个支持 Solana 区块链的自托管钱包。Byreal 兼容任何基于 Solana 标准的钱包。以下是最受欢迎的选择：

## 支持的钱包

* **Phantom:** 款广泛使用的钱包，界面简洁直观。适合新手和经验丰富的浏览器和移动端用户。
* **Solflare**: 提供安全的浏览器扩展和 Web 应用，轻松管理账户和监控交易，同时保持资金完全自托管。
* **Backpack:** 新一代 Solana 一体化钱包，充提操作简单便捷。

## 如何将钱包连接到 Byreal

{% stepper %}
{% step %}

### 访问 Byreal

前往 [Byreal.io](https://byreal.io/)，点击右上角的「连接钱包」按钮。
{% 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-my/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.
