# Unwanted Intro

Unwanted is a tool enabling blockchain users to clear their wallets of unwanted digital assets. Users are able to transfer tokens out of their wallets to either an [EVM Zero Address ](https://ethereum.org/sw/glossary/#zero-address)or an address they choose. In addition, users are capable of "airdropping" a single token to batches of externally owned accounts. Ultimately, the Unwanted app facilitates transferring of ERC20 & ERC721 tokens in batches saving user network fees and time.

{% hint style="success" %}
Unwanted allows you to clean, distribute, and transfer tokens and NFTs by batching them together in a single transaction.&#x20;
{% endhint %}

### :balloon: Airdropping

The **Airdropper** enables users to send batches of their ERC20 balance or ERC721 tokens **to** **multiple different addresses** in a single transaction. Visit[ ](#undefined)[Airdropping](https://docs.unwanted.app/tools/airdropping)

### 🪄  Blackhole (Annihilation)

The **Blackhole** enables "**Annihilation**" where a user can send balances of their ERC20 tokens or token-Ids of their ERC721 NFTs **to an EVM Burn address**. Visit [Token Annihilation](https://docs.unwanted.app/tools/token-annihiliation)

### ↔️ Standard Multi-Transfers&#x20;

The **HyperLoop** features standard transfers allowing users to transfer multiple ERC20 Tokens or ERC721 NFTs with their balances or token-Ids **to an address they choose** in a single transaction. Visit [Standard Multi-Transfers](https://docs.unwanted.app/tools/multi-token-transfers)

> * [Website](https://www.studiounwanted.com)
> * [DAPP](https://unwanted.app)


---

# 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://docs.unwanted.app/unwanted-intro.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.
