> For the complete documentation index, see [llms.txt](https://docs.dagora.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dagora.xyz/beginners-guide/faqs/how-to-connect-a-sei-mainnet-wallet-on-fin-wallet-to-dagora.md).

# How to connect a Sei Mainnet wallet on Fin Wallet to Dagora?

{% hint style="info" %}
Dagora is **compatible with Coin98 Wallet** and other wallets like **Fin Wallet Extension, Compass Wallet, Keplr Wallet and Ramper Wallet Extension.**&#x20;
{% endhint %}

In this document, we will guide you through the steps to connect a Sei Mainnet wallet on Fin Wallet Extension to Dagora.

* **Step 1:** Make sure Fin Wallet Extension is installed on your browser. You can download it [here](https://finwallet.link/chrome).
* **Step 2:** Restore or create a Sei Mainnet wallet on Fin Wallet Extension
  * [Guide to create new wallet](https://docs.finwallet.com/user-guide/basic/extension/wallet-management#id-testnet-walletmanagement-howtocreateanewwallet)
  * [Guide to restore wallet](https://docs.finwallet.com/user-guide/basic/extension/wallet-management#id-testnet-walletmanagement-restoreawallet)
* **Step 3:** Go to Dagora via this link <https://dagora.xyz/> and make sure to select the blockchain Sei Mainnet then connect the wallet.

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

* **Step 4:** Choose connect to **Fin Wallet**

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

* **Step 5:** Click **Connect** button

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

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


---

# 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.dagora.xyz/beginners-guide/faqs/how-to-connect-a-sei-mainnet-wallet-on-fin-wallet-to-dagora.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.
