> For the complete documentation index, see [llms.txt](https://docs.coinfactory.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinfactory.app/getting-started/wallet/mobile/connect-wallet/solana-mainnet.md).

# Solana Mainnet

### Step-by-step instruction

#### Step 1: Go to [the Solana tools page on the CoinFactory website](https://coinfactory.app/generator/solana/spl-token) and click on the menu icon (burger) at the top right corner

<figure><img src="/files/FBauMb5KtnbYAwCuOytR" alt=""><figcaption><p>Click on the menu icon (Burger)</p></figcaption></figure>

#### Step 2: Scroll to the very bottom and click the “Connect Wallet” button

<figure><img src="/files/CytSfPF6RCuCEtQgrU7V" alt=""><figcaption><p>Click on Connect wallet</p></figcaption></figure>

#### Step 3: Select Solana Network

<figure><img src="/files/gu7SOSGSCYoOBfZ1tw3e" alt=""><figcaption><p>Click on Solana Network</p></figcaption></figure>

#### Step 4: Connect Phantom Wallet or Solflare wallet

In the example, we connect to Phantom Wallet as the most reliable and popular wallet for the Solana network.

* [Install Phantom Wallet](https://phantom.com/)
* [Install Solflare](https://solflare.com/)

<figure><img src="/files/nsbmXBT8rIAuSwnqJsvm" alt=""><figcaption><p>Pick one of the wallets</p></figcaption></figure>

#### Step 5: Check that the wallet is successfully connected

<figure><img src="/files/F03oaxxDU9KaOZ5CC5l2" alt=""><figcaption><p>Click on the menu icon (Burger)</p></figcaption></figure>

<figure><img src="/files/mzOv5ACdu8wvZ3zjCoNn" alt=""><figcaption><p>Click on Wallet Button</p></figcaption></figure>

<figure><img src="/files/PQN9JEY26VKC2KaNHzOp" alt=""><figcaption><p>Verify that this is your information and close the window</p></figcaption></figure>

🚀**Done!** You have successfully connected your wallet to the site, now you can create Solana tokens and manage them with the tools.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coinfactory.app/getting-started/wallet/mobile/connect-wallet/solana-mainnet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
