# Wallets Import Export

## 1. Import Wallet List

* Visit <https://gmgn.ai/follow>, and click on the top right corner for bulk import/export

<figure><img src="/files/46uGiFUFpNkSPXIX70zg" alt=""><figcaption></figcaption></figure>

* Enter the wallet addresses for bulk import, with a maximum of 2,000 addresses tracked
* Note: When importing, use the " \[ " symbol only at the beginning and end, separate wallet addresses with a comma " , "

```
[
  {
    "address": "5meiN***8vGB",
    "name": "Remark",
    "emoji": "😁"
  },
  {
    "address": "5meiN***8vGB",
    "name": "Remark",
    "emoji": "😁"
  }
]
```

<figure><img src="/files/RXG7jlhbiiPMW9dIhBNQ" alt="" width="375"><figcaption></figcaption></figure>

## 2. Export Wallet List

* Visit <https://gmgn.ai/follow>, click on the top right corner for bulk import/export
* Click to copy the list of followed wallets. Wallet list format description:
  * " \[ " and " ] " are used for the start and end
  * " { " and " } " enclose each wallet's information
  * " address " is followed by the wallet address
  * " name " is followed by the wallet note name
  * " emoji " is followed by the custom wallet symbol

<figure><img src="/files/QkbA7NeQSOpSWPKyFYJn" alt="" width="375"><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://docs.gmgn.ai/index/wallets-import-export.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.
