# How to Set up a Solana Wallet

## Supported Wallets

* **Phantom:** A widely used wallet with a simple, intuitive interface. Ideal for both new and experienced users on browser and mobile.
* **Solflare:** Offers a secure browser extension and web app to easily manage accounts and monitor transactions, while keeping your funds fully self-custodied.
* **Backpack:** A next-gen all-in-one wallet for Solana that makes deposits and withdrawals simple.

## How to Connect Your Wallet to Byreal

{% stepper %}
{% step %}

### Visit Byreal

Go to [Byreal.io](byreal.iohttps://byreal.io/) and click the Connect Wallet button in the top-right corner.
{% endstep %}

{% step %}

### Select your wallet provider

Choose your wallet from the list (Phantom, Solflare, Backpack, or any other Solana-compatible wallet).
{% endstep %}

{% step %}

### Approve the connection

Approve the connection request in your wallet popup.
{% endstep %}

{% step %}

### Confirm connection

Once connected, you'll see your wallet address in the top-right corner. You're ready to trade, provide liquidity, or explore Real Farmer strategies.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Tip: Always keep at least 0.02 SOL in your wallet as a reserve for Solana network fees. Swapping requires a minimum of \~0.01 SOL, and adding liquidity requires \~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/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.
