> For the complete documentation index, see [llms.txt](https://docs.slerf.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slerf.tools/solana-basic/solana-rent.md).

# Solana 租金

Solana 区块链能够高效存储数据的原因之一是其新颖的“租金”机制。&#x20;

Solana 创建不同的账户来记录不同用户钱包地址之间的代币转移和所有权相关的数据，以及区块链上的其他程序化交易。由于存储在 Solana 区块链上的交易历史或其他数据使用资源，因此会收取租金。

SOL 是用作租金的加密货币，用于在 Solana 上创建或维护每个唯一帐户，SOL 租金的金额取决于该帐户使用的必要数据资源。

例如，当您第一次在钱包中收到新代币时，您的钱包拥有的代币关联账户 (ATA) 会自动创建，并在此过程中收取 SOL 租金。

在大多数情况下，用于租金的 SOL 是**可以退还的。**&#x5982;果帐户被关闭，Solana 上使用的关联数据资源将被释放，租金将退还至您的地址（帐户所有者）。

可以通过 [SlerfTools 账户回收页面](https://slerf.tools/close-account/solana) 一键退还你的代币账户租金。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.slerf.tools/solana-basic/solana-rent.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.
