# Connect Wallet

To start swapping on Quantum Swap, you’ll first need to connect your crypto wallet.

### **Steps to Connect**

1. **Click “Connect Wallet”**\
   Find the button in the top-right corner of the app.
2. **Choose Your Wallet**\
   Select from supported wallets (e.g., MetaMask, Phantom, etc.).
3. **Approve Connection**\
   A popup from your wallet will appear — confirm the authorization request.
4. **Ready to Go**\
   Once approved, you’ll return to the app with your wallet connected and ready for swaps.

<details>

<summary>Notes &#x26; Tips</summary>

* **Allow popups** – Make sure your browser isn’t blocking popups; otherwise, the wallet authorization won’t show.
* **One wallet at a time** – You can only connect one wallet. To switch, hover over the connected wallet, disconnect, and connect a new one.
* **Network sync** – The connected wallet determines which tokens are available:
  * *Example:* MetaMask (Ethereum) → Only ETH-based tokens
  * *Example:* Phantom (Solana + EVM) → ETH and SOL tokens
* **Continuous updates** – We’re always expanding wallet support. Feel free to suggest options via [**Contact Us**](/quantum-swap/help-center/contact-us.md), or check back regularly to see new additions.

</details>


---

# 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://quantum-swap.gitbook.io/quantum-swap/technology-and-roadmap/connect-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.
