# Withdraw, burn & claim rent

_Source: https://docs.neurotrading.io/kr/wallet-tools/withdraw-burn-rent_

## Withdrawing funds

* **SOL:** Wallets → pick the wallet → **Withdraw/Transfer** → destination + amount. Multi-recipient transfers are supported, and transfers are **2FA-gated** when you have 2FA enabled.
* **Tokens:** the withdraw modal also supports SPL tokens — choose the token (shown with its image), destination and amount.
* In Telegram, the wallet menu offers **Transfer SOL** and **transfer-all** flows, plus **wrap/unwrap WSOL**.

Always send a small test amount first when withdrawing to a new address — see [Withdraw funds safely](../tutorials/withdraw-funds).

## Burning tokens

Burning destroys tokens you no longer want (dust, rugs, spam airdrops):

* **Web:** wallet management → **Burn** on a holding → confirm in the modal (the button shows a loading state, and a success modal confirms the burn).
* **Telegram:** `/burn` → pick the token, or burn **all low-value tokens** in one sweep.

Burning a token also lets its now-empty token account be closed — which is where rent comes in.

## Claiming rent

Every SPL token you hold lives in a **token account** that locks a small refundable SOL deposit ("rent", ~0.002 SOL each). Over months of trading, dozens of empty or dust accounts add up to real SOL.

* **Claim rent** (web wallet management, or the `claimRent` action in Telegram) finds your empty/low-value token accounts, closes them, and returns the locked SOL to the wallet.
* Accounts holding dust are burned first, then closed — you'll see the list of what qualifies before confirming.

> **Info**
>
> Rent reclaim covers tokens on **both** Solana token programs (classic SPL and Token-2022), so newer-standard tokens aren't silently missed.

> **Warning**
>
> Burning is irreversible. The flows only propose low-value holdings for bulk burns, but always read the confirmation list.
