> 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-priority-fee.md).

# Solana 优先级费用

在Solana区块链上，优先级费用是用户为了加速其交易被处理的速度所支付的额外费用。这种机制允许用户通过支付更高的费用来提高其交易在网络中的优先级，从而比其他支付较低费用的交易更快地被验证者确认和处理。这类似于以太坊网络中的Gas费用，用户可以根据自己的需求调整支付的费用，以便更快完成交易。

\
SlerfTools 根据Solana网络情况，制定了三个级别的优先级费用，选择低优先级，一笔交易不会超过 0.00015 sol，选择高优先级，一笔交易最大不会超过 0.003 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/solana-priority-fee.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.
