# 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
```


---

# 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://0xkowloon.gitbook.io/anchor-for-evm-developers/reclaiming-rent-from-a-token-account.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.
