# How to close accounts

To close your accounts head into Solana Dust Vacuum and connect your wallet.

You gonna see a list of your tokens. SDV selects all tokens that are worth less than $0.10, but you are free to add or remove any token that you wish. On the column, Your tokens will be displayed your tokens. The column Tokens to close, as the name suggests will display the tokens that gonna be closed.

When you are happy with your list you can press the **close accounts** button. Our back end will create the transaction for closing all accounts on the list and return it to you.

You gonna be asked to sign a single transaction. Double-check if there is any token that is not supposed to be burned. You are able to see all accounts that had balances and the amount that is being burned. You should see the final amount of SOL that you gonna receive with the transaction, with the fee already deducted. If it is everything as you wish you can confirm the transaction.

After a couple of seconds, you gonna see your balance updated.

The process has a cost of 0.0003 SOL per account, which is reduced from your profit and bundled together at the end of the transaction.&#x20;

That is it. With these few clicks, you can claim your rent back and help the network run smoothly.


---

# 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.soldustvacuum.app/close-accounts/how-to-close-accounts.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.
