# Generate Solana Wallet Address

There are two recommended ways to create a solana wallet address. If you already have a solana wallet address, this step can be ignored.

## Using Solflare

Go to [solflare.com](https://solflare.com/). Then choose **Access wallet**.&#x20;

<figure><img src="/files/837Ihrni8Mu8xUTY4wBs" alt=""><figcaption></figcaption></figure>

On the next page, choose **I NEED A NEW WALLET** .

<figure><img src="/files/ikXjjZGFYnWkI98LNImg" alt=""><figcaption></figcaption></figure>

Next, you will be provided with a list of mnemonic phrases. Download or write these phrases down. This is essential as the phrases will be required for access to the wallet.

<figure><img src="/files/o1hCSCHCsh412TiaraKf" alt=""><figcaption></figcaption></figure>

You will then be asked to enter and fill out the empty boxes to verify your mnemonic phrase key. Once entered, click  **CONTINUE**.

<figure><img src="/files/9x5IODUaS1XFGe7cTc1E" alt=""><figcaption></figcaption></figure>

The next page, create a password, click **CONTINUE**.

<figure><img src="/files/112hKujHcQOf1XJ63QHo" alt=""><figcaption></figcaption></figure>

Complete! You will be taken to the wallet dashboard, which contains the address.

<figure><img src="/files/YcccrfwYr6pCr0vbefal" alt=""><figcaption></figcaption></figure>

## Using Phantom

The browser version of the Phantom wallet is recommended, but you can also choose other Solana wallets.

1. Install the [Phantom extension](https://phantom.app/) on your browser.
2. Create a new new wallet or I already have a wallet import.\ <br>

   <figure><img src="/files/Tbarx5hPtF30hT8mwECc" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://developers.exabits.ai/getting-started/generate-solana-wallet-address.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.
