# How to Create EOS Account with EOS Helper and Import to TokenPocket

## <mark style="color:blue;">Using EOS Helper to Create an EOS Account</mark>

1. Open the link for free EOS account creation: <https://eoshelper.pages.dev/>. After opening the link, click on \[EOS Helper] on the interface. You will be automatically prompted to open the EOS Helper bot via Telegram. The interface supports both Chinese and English. Click on \[/free\_account], and a prompt will appear. Here, you can directly enter your EOS public key address to create the account. If you do not have a public key address, continue by clicking on \[Generate Keypair] to create a new public/private key pair through the webpage.

<figure><img src="https://2516903027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMJyYRLFVRsMrfcXuRV%2Fuploads%2FDhfcTKUKtGtmM76UcF2r%2F1.png?alt=media&#x26;token=cef47d30-3f58-4cb6-ae9b-3e3d805af56d" alt=""><figcaption></figcaption></figure>

2\. On the opened page, the key starting with EOS is the public key, and the one starting with 5 is the private key. Be sure to securely store the private key content offline. You can click on \[Regenerate] below to replace the key pair with a new set. Click on \[Use this key pair] to proceed to the next step. In the pop-up interface, you will be prompted to confirm whether you need this key pair, and the public key will be automatically copied to the clipboard. If you are sure, click on \[Confirm].

<figure><img src="https://2516903027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMJyYRLFVRsMrfcXuRV%2Fuploads%2F4pfGaxh434DZocCYAumB%2F2.png?alt=media&#x26;token=0dd51793-f68d-4ff2-8337-c18d22853577" alt=""><figcaption></figcaption></figure>

3\. Return to the main interface of EOS Helper and paste the copied public key into the dialog window and send it. A confirmation message will appear again, asking if you have securely backed up the private key. After confirming, click on \[Create Account] to create the account. When you see the creation success message, it means that you have successfully completed the creation of the EOS account.

<figure><img src="https://2516903027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMJyYRLFVRsMrfcXuRV%2Fuploads%2F28Qzd2KCbHPQtdFugla9%2F3.png?alt=media&#x26;token=26579e2a-b304-40cf-9e2d-4dc20c77d5cc" alt=""><figcaption></figcaption></figure>

### <mark style="color:blue;">Importing an EOS Account in TokenPocket</mark>&#x20;

Open TokenPocket, click on the icon in the top right corner to add a wallet. In the search bar of the interface, enter EOS and click on EOS Mainnet. Select the \[Import Wallet] option.

<figure><img src="https://2516903027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMJyYRLFVRsMrfcXuRV%2Fuploads%2FVdcF6t7NBWE6QN8kj3bo%2F4.png?alt=media&#x26;token=9483740e-2fad-47b7-a700-dd7b7fd7055f" alt=""><figcaption></figcaption></figure>

In the import method, select \[Private Key], and use the private key obtained from EOS Helper to import into TokenPocket to use the EOS wallet.

<figure><img src="https://2516903027-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MMJyYRLFVRsMrfcXuRV%2Fuploads%2FDI9ivU0JmXnGuE0W8Jgg%2F5.png?alt=media&#x26;token=8243c973-d6cb-4be3-a23e-f0d98b90d257" alt=""><figcaption></figcaption></figure>


---

# 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://help.tokenpocket.pro/en/wallet-operation/how-to-create-a-wallet/eoshelper.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.
