> 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

Real-time monitoring of smart money, KOL wallets, custom nickname tagging, with support for batch import and export

## 1. Import Wallet List

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

<figure><img src="https://3168316658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcwvUtvEIyqrWZx7sPliY%2Fuploads%2FE1Sq4vXQQbHWV6hhTs09%2Fimage.png?alt=media&amp;token=fe185f9e-b4d4-467b-95a8-72a4cd127bbb" 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="https://3168316658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcwvUtvEIyqrWZx7sPliY%2Fuploads%2Fqb7xaCrp6bRZlI8vEnDP%2Fimage.png?alt=media&amp;token=aa288ca3-3eaf-4704-8bba-3b91fd48cf35" 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="https://3168316658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcwvUtvEIyqrWZx7sPliY%2Fuploads%2F7RlkF9nQLI2h0alXncaZ%2Fimage.png?alt=media&amp;token=1e1467ad-285c-4350-8fad-23c037a23a88" alt="" width="375"><figcaption></figcaption></figure>
