# Dust Sweeper

The Dust Sweeper scans your wallet and finds all low-value tokens — also called "dust" — and lets you convert them all into SOL in a single transaction.

### What is dust?

Dust is the accumulation of tiny token balances left over from swaps, airdrops, or failed transactions. These tokens are often worth a few cents but clutter your wallet and are hard to sell individually.

### How to use the Dust Sweeper

1. Connect your wallet
2. Go to the Sweep page
3. Pangeon automatically scans your wallet for dust tokens
4. Select the tokens you want to sweep
5. Choose your output token — SOL&#x20;
6. Click "Sweep" and confirm in your wallet

### How it works

The Dust Sweeper uses Jupiter to find the best swap route for each token simultaneously. All swaps are batched into as few transactions as possible to save on fees.

### Tips

* Tokens below this threshold may not be sweepable
* Always keep some SOL in your wallet to pay transaction fees


---

# 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://pangeon.gitbook.io/pangeon/dust-sweeper.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.
