> For the complete documentation index, see [llms.txt](https://books.eisenfinance.com/eisen-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://books.eisenfinance.com/eisen-finance/user-guide/connecting-wallet/connect-your-wallet-to-eisen.md).

# Connect Your Wallet to EISEN

Having made a wallet and deposited your native tokens, now you just need to connect your wallet to EISEN. Check out the guidelines below for how to connect each of our recommended wallets to EISEN.

{% tabs %}
{% tab title="MetaMask" %}
(1) Click the 'Connect Wallet' button on the top right-hand corner of the page.

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

(2) Click on the 'MetaMask' button.

<figure><img src="/files/6wE0qFCScVoUNwoGiKt3" alt=""><figcaption></figcaption></figure>

(3) Click on the 'Next' button.

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

(4) Click on the 'Connect' button.

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

(5) Click on the 'Approve' button to add the network to your wallet.

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

(6) Click on the 'Switch Network' button to switch the network.

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

(6)To view the switched chain, you can click on the ![](/files/E6jB8khfvPEWZt4YF2RH) button located on the right-hand side of the address bar in your Chrome browser, and then select MetaMask from the list of extensions.

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

(7) Now, toggle again the 'Connect Wallet' button on the top right-hand corner of the page. You will now have the toggle button toggled and you're good to go.

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

(8) Proceed to [How to Swap](/eisen-finance/user-guide/eisen-dex-aggregator.md) to execute swaps.
{% endtab %}

{% tab title="Coinbase Wallet" %}
(1) Toggle the 'Connect Wallet' button on the top right-hand corner of the page.

<img src="/files/41SAKPY9My4mQeiFIP1M" alt="" class="gitbook-drawing">

(2) Click on the 'Coinbase Wallet' button.

<img src="/files/s5OsmynBkFNjm0PplHcx" alt="" class="gitbook-drawing">

(3) Click on the 'Connect' button.

<img src="/files/RgcNhSzTz2dUIcCnz4gT" alt="" class="gitbook-drawing">

(4) You will now have the toggle button on the top right-hand corner of the page toggled and you're good to go.

<img src="/files/vGT5SDPV78LjcVEODVo8" alt="" class="gitbook-drawing">

(5) Proceed to [How to Swap](/eisen-finance/user-guide/eisen-dex-aggregator.md) to execute swaps.
{% endtab %}
{% endtabs %}


---

# 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://books.eisenfinance.com/eisen-finance/user-guide/connecting-wallet/connect-your-wallet-to-eisen.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.
