# 什么是Solana网络费

### 什么是Solana网络费 <a href="#id-0" id="id-0"></a>

Solana的交易费用由基础交易费和优先费两部分组成，其中基础交易费是Solana官方定的，每笔交易0.000005 SOL，每笔交易都必须支付。

优先费是一项可选交易费用，当网络拥堵时，只支付基础交易费可能会导致交易速度过慢，此时可以选择添加一项优先费用，激励矿工优先处理你的交易。

### Solana交易的网络费用如何计算？ <a href="#id-1" id="id-1"></a>

首先，需要知道以下的名词定义：

**Lamport：**&#x53;olana交易的最小单元，1 SOL=1,000,000,000 Lamport

**Comput Unit：**&#x6BCF;个Solana-bfp交易的计算单元，可以通过模拟交易获取

**Unit price：**&#x6BCF;一个交易单元（Comput Unit）的单价，单位为Micro-Lamport

根据当前网络拥堵的状况，以及支付优先费的交易情况，可以决定分别支付多少优先费用可以使得交易速度更快：

总网络费=固定网络费+ 优先费

固定交易费=5000Lamport=0.000005 SOL

优先费=Comput Unit\* Unit price

在这个公式中，可以自己定义每个Comput Unit的单价，在交易发起后，根据所设置的单价计算应该支付多少优先费。

### Solana网络费的分配规则 <a href="#id-3" id="id-3"></a>

在Solana上，每一笔交易的交易费将在交易开始执行后被扣除；领导者保留 50% 作为将交易包含在区块中的激励，50% 被销毁；在矿工处理完所有包含在区块中的交易后，收取的费用将存入领导者的账户。


---

# 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://help.tpwallet.io/cn/faq/solana-wallet/gas.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.
