> For the complete documentation index, see [llms.txt](https://0xkowloon.gitbook.io/anchor-for-evm-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0xkowloon.gitbook.io/anchor-for-evm-developers/reclaiming-rent-from-a-token-account.md).

# Reclaiming Rent From A Token Account

**EVM**

Rent does not exist in EVM

**Solana**

Solana requires a wallet to deposit a small amount of SOL when creating an SPL token account for the account to be rent-exempt. When you no longer hold any tokens, you can reclaim the SOL by calling

```
spl-token close $TOKEN_MINT_ADDRESS
```
