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

# 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>
