> For the complete documentation index, see [llms.txt](https://sonic-ai-works.gitbook.io/sonic-networks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sonic-ai-works.gitbook.io/sonic-networks-docs/help-center/connect-a-solana-wallet/connect-solflare.md).

# Connect Solflare

Desktop and mobile instructions for connecting Solflare to SONIC AI Works.

Solflare is a Solana-focused self-custodial wallet with browser and mobile experiences.

## Official links

* [Solflare official site](https://www.solflare.com/)
* [Solflare Getting Started](https://help.solflare.com/en/collections/3231296-getting-started)
* [Connect to Solana dApps with Solflare](https://www.solflare.com/guides/how-to-use-solana-dapps-with-solflare-wallet/)
* [Solflare mobile dApp connection guide](https://help.solflare.com/en/articles/6176657-how-to-connect-to-dapps-using-solflare-mobile)

## Desktop / browser extension

1. Install Solflare from the official Solflare website.
2. Create or import your wallet using Solflare's onboarding flow.
3. Unlock Solflare and select the intended Solana account.
4. In SONIC choose **Connect Wallet**.
5. Select **Solflare**.
6. Review the connection request shown by Solflare.
7. Approve **Connect**.
8. Return to SONIC and confirm the public wallet address shown in the application.

## Mobile

Solflare supports connecting to Solana applications from its mobile experience. If the standard browser handoff is unavailable, open the application through the Solflare in-app/Explore workflow, then choose **Connect Wallet → Solflare** and approve the connection in the wallet.

## Transaction prompts

After connection, any transaction remains a separate approval. Review the requested asset, amount, destination/program, network fee, and purpose before signing.

## Safety

Use the exact official URL when downloading or opening wallet resources. Reject unexpected connection or signing prompts.


---

# 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://sonic-ai-works.gitbook.io/sonic-networks-docs/help-center/connect-a-solana-wallet/connect-solflare.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.
