Solana Base Fee: 5,000 Lamports per Signature
Every transaction on the Solana blockchain requires a mandatory base fee of 5,000 lamports (0.000005 SOL) per signature. This fee compensates validators for the cryptographic work of verifying Ed25519 signatures and is charged regardless of whether the transaction succeeds or fails.
What Is the Solana Base Fee?
The Solana base fee is the minimum cost required to process any transaction on the network. Currently fixed at 5,000 lamports per signature — equivalent to 0.000005 SOL — it represents a fraction of a penny in USD at most SOL price levels. A standard single-signer transaction therefore costs exactly 5,000 lamports in base fees.
How Is the Base Fee Distributed?
The Solana protocol splits the base fee 50/50. Half of every base fee (2,500 lamports) is permanently burned, removing it from the circulating supply of SOL. The remaining half is paid to the block-producing validator as a reward. This burn mechanism creates mild deflationary pressure on SOL over time.
Base Fee vs. Priority Fee
The base fee is mandatory and fixed. An optional priority fee can be added on top to increase the likelihood that validators include your transaction in the next block — especially during periods of high network demand such as NFT launches or major airdrops. Priority fees are 100% paid to validators and are not burned.
Why Is the Solana Base Fee So Low?
Solana achieves low fees through its high-throughput architecture: Proof of History (PoH) timestamping, the Sealevel parallel transaction processing engine, and a large block size. These design choices allow thousands of transactions per second, keeping per-transaction costs minimal even during peak activity.
Frequently Asked Questions
What is the current Solana base fee?
The current Solana base fee is 5,000 lamports (0.000005 SOL) per signature. At $150 SOL price this equals approximately $0.00075 per transaction.
Is the Solana base fee always the same?
Yes. The base fee is a protocol constant set at 5,000 lamports per signature. It does not change with network congestion — only the optional priority fee fluctuates.
Does the base fee get refunded if my transaction fails?
No. The base fee is charged whether a transaction succeeds or fails, since validators expend computational resources verifying signatures regardless of outcome.

Related Fee Topics
Transaction Fee
A Solana transaction fee has two components: a mandatory base fee and an optional priority fee. Unde...
Priority Fee
The Solana priority fee is an optional payment that increases the scheduling priority of your transa...
Fee Calculator
Calculate your exact Solana transaction fee before sending. The total fee combines a fixed base fee ...