# Many to One

{% hint style="info" %}

### &#x20;**Key Benefits**

* **Centralize scattered ETH/ERC-20 tokens** with one click
* **5 flexible collection modes** (full, fixed, percentage-based)
* **Gas-efficient batch processing**
* **Secure local execution** (keys never leave your browser)
  {% endhint %}

## **How It Works**

### **1. Set Up Collection**

**a) Select Asset**

* ETH
* ERC-20 Token (enter contract if custom)

**b) Choose Mode**

| Mode              | Description                       |
| ----------------- | --------------------------------- |
| **All Quantity**  | Empty each wallet completely      |
| **Fixed Amount**  | Collect same X tokens from all    |
| **Random Amount** | Take random value between Min/Max |
| **Random %**      | Collect random % of each balance  |
| **Keep Fixed**    | Leave Y tokens in each wallet     |

**c) Enter Receiving Address** *(Double-check!)*

***

### **2. Import Wallets**

**Option A: Connect Wallets**

* Use **MetaMask/WalletConnect** for multi-sig setups

**Option B: Paste Private Keys** *(Local only)*

text

```
0xPRIVATEKEY1  
0xPRIVATEKEY2  
```

{% hint style="danger" %}
**Never use shared devices for private key entry.**
{% endhint %}

***

### **3. Review & Execute**

📊 **Live Summary Shows:**

* Total wallets connected
* ETH/token balances
* Expected received amount
* Post-collection balance

🟢 **Start Collection** → Approve transactions

***

{% hint style="info" %}

### **Pricing & Fees**

* **Service fee:** 0.00005 ETH per address
* Plus standard network gas fees
  {% endhint %}

> ### **Security Checklist**
>
> ✔ Verify receiving address **twice**\
> ✔ Backup wallets before aggregating\
> ✔ Test first with small amounts\
> ✔ Avoid wallets with active DeFi positions

***

### **Top Use Cases**

| Scenario                  | Best Mode    |
| ------------------------- | ------------ |
| Treasury consolidation    | All Quantity |
| Airdrop fund recovery     | Keep Fixed   |
| Grant/clawback management | Fixed Amount |
| NFT project cleanup       | Random %     |

<br>


---

# 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://smart-tools.gitbook.io/smart-tools-docs/transfer-tools/many-to-one.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.
