> For the complete documentation index, see [llms.txt](https://mollybot-doc.gitbook.io/mollybot-in-development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mollybot-doc.gitbook.io/mollybot-in-development/tutorial/wallet-creation.md).

# Wallet Creation

{% hint style="info" %}
Upon creating your wallet on any of the available chains, ensure to keep safe your Private key and your Seed phrase.
{% endhint %}

First launch the Bot on [Telegram](https://t.me/Molly_TradingBot), and access the Home Screen.\
Tap "Wallet" from the Home Screen of the Bot.

<figure><img src="/files/NDHEsosqthQchK9abAdc" alt=""><figcaption><p>Home screen</p></figcaption></figure>

Select from the available chains, the chain you wish to create your wallet on: ETH, BSC, ARB, BASE.

<figure><img src="/files/9CBnj6ztSMdH0fOXx6ek" alt=""><figcaption></figcaption></figure>

In this tutorial, we are using the ETH chain. Chose to create your new wallet on the ETH chain or any other chains from the available list or attach your pre-existing wallet from other wallets such as Meta mask, Trust wallet, Phantom etc., using your private key. Once attached, all of your assets on that wallet will automatically show up in your Molly Bot wallet.<br>

<figure><img src="/files/KCITl1HCOPwOGPXqV4YJ" alt=""><figcaption><p>Create or Attach Wallet</p></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://mollybot-doc.gitbook.io/mollybot-in-development/tutorial/wallet-creation.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.
