> 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/prepare-sol.md).

# 准备 SOL

### 什么是SOL？ <a href="#what-is-sol" id="what-is-sol"></a>

SOL 是 Solana 区块链的原生加密货币，需要支付交易费用和其他用例（例如通过质押保护网络）。

### Solana 的交易费用 <a href="#transaction-fees-on-solana" id="transaction-fees-on-solana"></a>

Solana 区块链上的交易费用使用 SOL，这意味着作为用户，每当您想要启动任何类型的链上操作时，您的钱包中都必须有 SOL。

当您在 SlerfTools 上发起交易时，您都需要 SOL 来支付交易费用。

注：0.000000001 SOL = 1 lamport（SOL 的十亿分之一）


---

# 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/prepare-sol.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.
