# 准备 SOL 与 Solana 租金说明

### 🪙 什么是 SOL？

* SOL 是 Solana 区块链的原生代币，用于支付交易费用，同时也可用于其他功能，例如通过质押参与网络安全维护。

### 💸 **Solana 交易费用**

* 在 Solana 上进行任何链上操作都需要用 SOL 支付手续费。也就是说，每次在 CiaoTool 发起交易时，你的钱包里都必须有足够的 SOL 来覆盖费用。

{% hint style="success" %}
**小贴士：**&#x30;.000000001 SOL = 1 lamport（SOL 的十亿分之一）
{% endhint %}

### 💰 **Solana 租金**

#### 🏗️ Solana 区块链之所以能高效存储数据，其中一个关键原因是其独特&#x7684;**“租金”**&#x673A;制。

* 在 Solana 上，每个用户的钱包地址、代币转移记录以及其他程序化交易都会占用区块链存储资源。为了  使用这些资源，系统会收取一定的租金。

📝 **SOL 是 Solana 的原生代币，用于支付创建和维护每个账户所需的租金。租金的多少取决于该账户占用的存储资源量。**

* 例如，当你第一次在钱包中收到新代币时，系统会自动为该代币创建关联账户（ATA），并收取相应的 SOL 租金。
* 大多数情况下，这部分租金是可退的。如果账户被关闭，所占用的存储资源会被释放，租金会退回到账户所有者的地址。
* 你可以通过 **CiaoTool** 的 [**「钱包管理 → 租金回收」**](https://ciaotool.io/zh-CN/wallet/manage/reclaim-rent)页面，一键退还代币账户的租金。

{% hint style="danger" %}
CiaoTool 致力于提供便捷的工具服务，但不构成任何投资建议。平台内容可能根据产品迭代进行调整，敬请用户自行判断并留意更新。
{% endhint %}

**💬 如遇到问题？加入社群实时咨询**：<https://t.me/ciaotool>

* **Email**：<support@ciaotool.io>
* **官网**：[https://ciaotool.io](https://ciaotool.io/)
* **X（Twitter）**：<https://x.com/CiaoTool>
* **Medium**： <https://medium.com/@ciaotool>
* **Blog**：<https://www.ciaoailiquidity.com/zh/blog>
* **YouTube**：<https://www.youtube.com/@CiaoTool>
* **WhatsApp**：<https://whatsapp.com/channel/0029VbAuLrVAojYxRNw95W1J>


---

# 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://ciaotool.gitbook.io/docs/sol/other/sol-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.
