# Solana批量归集教程

批量归集，顾名思义就是将多个钱包地址里面的代币(和sol)集中转账到一个地址，方便大家对钱包进行管理，也就是我们常说的**多对一**。归集之后的主接收钱包继续使用，其他钱包就放弃了。对于一些需要多地址交易和控盘的用户，以及撸毛用户来说，这个功能还是相当有用的。

接下来，我将通过这个教程让大家学会使用在Solana链上进行钱包批量归集

## Solana批量归集教程

### 1、填写信息并导入钱包

首先，我们打开Solana批量归集的官网：<https://solana.pandatool.org/gather> ，按照下图顺序和要求，填写并配置相关信息，同时导入要`归集`的钱包

<figure><img src="https://1885923539-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnmLBiMxr5iATgeZGW8in%2Fuploads%2FJYKTiKtjeQqoKaxRDLm4%2F%E6%89%B9%E9%87%8F%E5%BD%92%E9%9B%86%E6%B5%81%E7%A8%8B%E5%9B%BE.jpg?alt=media&#x26;token=1ba7d11f-ec5b-4dfb-94e9-7606dda9e011" alt=""><figcaption></figcaption></figure>

* **接收地址：**&#x63A5;收归集代币的指定钱包地址
* **归集代币：**&#x8981;归集的代币合约地址，如果不填就默认是sol
* **导入钱包：**&#x5BFC;入要归集的钱包`私钥`
* **刷新余额：**&#x5237;新钱包内代币余额

### 2、选择归集方式

* **发送全部：**&#x5C06;钱包内某个`指定代币`全部归集到指定的钱包地址
* **归集数量：**&#x53EF;以自定义要归集的代币数量，如果部分钱包数量不足，将跳过
* **保留余额：**&#x5728;钱包内保留固定余额的代币，其余的归集出去。如果余额不够，将跳过

### 3、核对信息并归集

当我们将所有信息填写完成后，大概可以得到下图所示的样子

<figure><img src="https://1885923539-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnmLBiMxr5iATgeZGW8in%2Fuploads%2FgbKoFrBFBowx3FvxzpgC%2F%E7%A1%AE%E8%AE%A4%E4%BF%A1%E6%81%AF.png?alt=media&#x26;token=300b0e38-c0e1-4981-b364-65d8a5051a68" alt=""><figcaption></figcaption></figure>

确认归集的地址和代币无误后，点击归集，等待几秒钟，就会出现归集结果，如下图所示

<figure><img src="https://1885923539-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnmLBiMxr5iATgeZGW8in%2Fuploads%2FjxXy3npUzyUguVVNnHqW%2F%E5%BD%92%E9%9B%86%E7%BB%93%E6%9E%9C.png?alt=media&#x26;token=8bd98515-3774-429c-ba08-b450150ef422" alt=""><figcaption></figcaption></figure>

不管执行结果是成功还是失败，都会给你展示出来。如果遇到失败的情况，可以点击地址栏的`执行`按钮，再次执行归集

<figure><img src="https://1885923539-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnmLBiMxr5iATgeZGW8in%2Fuploads%2FPvdXik5LF2KyTJre3CLe%2F%E5%8D%95%E4%B8%AA%E9%92%B1%E5%8C%85%E6%89%A7%E8%A1%8C%E5%BD%92%E9%9B%86.png?alt=media&#x26;token=3d25123f-58c6-4705-9e33-a048f644b771" alt=""><figcaption></figcaption></figure>

## Solana归集疑问解答

**1、为什么归集会失败？**

* 如果接收地址没有该代币的话，第一个归集地址可能会失败，此时点击**执行**即可
* 如果要转账的地址内的sol余额不足，也有可能会失败
* 如果solana区块链刚好卡住了，也会导致部分钱包失败

**2、归集需要收费吗？**

* PandaTool的归集产品，除了**gas**以外，每个地址会象征性收取0.0001sol的费用，以观察归集成功率

**3、为什么归集后没有返回结果？**

* 可能是链卡住了，耐心等待几秒钟，就会有结果返回的

有任何关于批量归集的的问题，可以在电报群联系志愿者：<https://t.me/pandatool>


---

# 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.pandatool.org/sol/gather.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.
