> For the complete documentation index, see [llms.txt](https://docs.gmgn.ai/cn/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/cn/dao-ru-dao-chu-guan-zhu-qian-bao.md).

# 导入导出关注钱包

## 1. 导入钱包列表

* 访问 [https://gmgn.ai/follow ](<https://gmgn.ai/follow >)，点击右上角批量导入导出

<figure><img src="/files/003Embi8q0K71d1jL6E1" alt=""><figcaption></figcaption></figure>

* 请输入批量导入的钱包地址，**最多可追踪2000个地址**
* 请注意导入时，“ \[ ” 符号仅开头及结尾使用，钱包之间需要用英文逗号 “ , ” 隔开

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

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

## 2. 导出钱包列表

* 访问 [https://gmgn.ai/follow ](<https://gmgn.ai/follow >)，点击右上角批量导入导出
* 点击复制已关注钱包列表。钱包列表格式说明：
  * “ \[ ” 及 “ ] ” 用作开始和结束
  * “ { ” 及 “ } ” 之间是每个钱包的信息
  * “ addresss ” 后为钱包地址
  * “ name ” 后为钱包备注名
  * “ emoji ” 后为自定义钱包符号

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gmgn.ai/cn/dao-ru-dao-chu-guan-zhu-qian-bao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
