> For the complete documentation index, see [llms.txt](https://neuraswap.gitbook.io/neuraswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://neuraswap.gitbook.io/neuraswap/products-and-features/wallet/how-to-connect-your-wallet.md).

# How To Connect Your Wallet

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

**To connect your wallet to NeuraSwap, please follow the steps below:**

1. &#x20;Click our homepage link or enter the URL (<https://neuraswap.com>) into your browser.

{% hint style="info" %}
**NOTE:** Make sure to verify the web address above, and avoid using search engines to find our site. Some search results present fake NeuraSwap phishing sites which could compromise your wallet. At no point will you be asked for your private key/seed phrase on the official NeuraSwap site. If you are asked for these details, DO NOT ENTER THEM - you are not on the real NeuraSwap site!
{% endhint %}

2. Click on the Connect button in the top right-hand corner of the page.

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

3. The wallet popup shows a list of supported wallets. Choose the applicable wallet. If this is your first time connecting your wallet, you may be asked to give permission for the site to connect. In this example, we'll use MetaMask to connect.

<figure><img src="/files/2XxDJ8jdQ6WxmAb4sf54" alt=""><figcaption></figcaption></figure>

4. If you have multiple wallets within the same account, select the appropriate wallet address.
5. &#x20;Once the correct wallet has been selected, continue by clicking Connect on the wallet popup.
6. Once connected, the homepage will show part of the public address in the top right hand corner of the screen.

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

Your selected wallet is now connected to the ApeSwap site. You can now swap tokens, add liquidity, stake in Staking Pools, Yield Farms, and more!

Continue to our Swap page to learn how to trade tokens on the NeuraSwap DEX.

{% content-ref url="/pages/9i6EvF6aWfAVqtmia6Gh" %}
[Swap](/neuraswap/products-and-features/exchange/swap.md)
{% endcontent-ref %}


---

# 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://neuraswap.gitbook.io/neuraswap/products-and-features/wallet/how-to-connect-your-wallet.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.
