# iMe Wallet

{% hint style="info" %}
The iMe team has developed its own crypto wallet where you can buy, swap and store cryptocurrencies using ERC20 (Ethereum), BEP20 (BNB Chain) or Polygon network.
{% endhint %}

### To create a wallet, you need:

{% hint style="info" %}
Google services are linked to our common Telegram authorization bot [@iMeWalletBot](https://t.me/iMeWalletBot) in iMe, which, in particular, is responsible for wallet activation. This is made for security purposes and inorder to protect Google API keys.

For our users, the use of all functionality is still FREE! All you need to do is to activate the wallet through our bot [@iMeWalletBot](https://t.me/iMeWalletBot) at once. This does not oblige you to anything, but only makes it clear that you are using Google services as part of the iMe app.
{% endhint %}

* Activate [@iMeWalletBot](https://t.me/iMeWalletBot) bot: you can do it right in the wallet section
* Create a password (at least 8 characters)
* Create a PIN code (4-digit code)
* Save a Seed phrase consisting of 12 / 24 words

{% hint style="info" %}
Ready! Now you have your own wallet. Your wallet address is the same for all currencies (to see it, click on any token).
{% endhint %}

Now you can perform operations with cryptocurrencies and tokens: sending, replenishing an account, swapping, requesting a transfer, checking transactions, viewing a smart contract address and websites.

### Cryptocurrencies and tokens

You can see the full list of supported tokens by going to the [collaborations](/faq-eng/collaborations/integrations.md) and [partners](/faq-eng/collaborations/partners.md) sections to get acquainted with the projects of our partners. It also includes their social media. Or you can view them yourself in your wallet.

### Sorting

You can sort your tokens by name, by balances or by default. You can also customize the order of tokens yourself, as you see fit. It is possible to leave only tokens with a positive balance.

### Deleting a wallet

If you wish, you can always reset your wallet, thus unbinding it from your Telegram ID. The wallet itself is not deleted because the iMe wallet is non-custodial. This means that your address still exists on the blockchain and you can always access your wallet via iMe or any other non-custodial wallet. But please note that when you reset your wallet, your address is unlinked from your Telegram ID and deleted from your device. You can always restore it or import it using your unique seed phrase (12/24 words) or import another wallet.

Android: Wallet -> Settings -> Crypto wallet account -> Three dots -> Reset account.

iOS: Wallet -> Settings -> Delete Wallet.

{% hint style="info" %}
If you do not need a wallet to use at all, you can hide its section.&#x20;

Android: Interface -> Menu Items -> Wallet -> Save.&#x20;

iOS: Appearance -> Settings menu -> Wallet (hide section) or hold the wallet icon in the main menu -> hide.
{% endhint %}


---

# Agent Instructions: 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://imem.gitbook.io/faq-eng/cryptowallet/wallet.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.
