> For the complete documentation index, see [llms.txt](https://docs.moonfun.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonfun.ai/getting-started/editor.md).

# How to connect wallet?

*The following tutorial will use **SEI Mainnet** as an example to show how to connect the wallet and switch to the correct chain*

#### How to connect using Metamask Wallet&#x20;

The MetaMask wallet is very convenient in that it integrates all EVM chains and creates addresses in a unified way, so you just need to create an EVM address first and then switch to the SEI chain.

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

#### How to connect using TokenPocket Wallet&#x20;

Using the TokenPocket wallet, you need to search and select the SEI chain and then create a wallet.

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

#### How to connect using OKX Wallet&#x20;

Using the OKX wallet is also very simple. You only need two steps to switch to the SEI chain. However, due to compatibility issues between the OKX wallet and the SEI chain, you can use the OKX wallet to buy and sell on Moonn.Fun, but cannot create tokens.

<figure><img src="/files/VIcX6v3llqBnxJDTtAzE" 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:

```
GET https://docs.moonfun.ai/getting-started/editor.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.
