Solana Base Fee: Everything You Need to Know
What Is the Solana Base Fee and How Is It Distributed?
The Solana base fee is a fixed charge of 5,000 lamports (0.000005 SOL) applied per signature on every transaction. This fee serves two purposes: it compensates validators for the cryptographic work of verifying signatures, and it prevents network spam by making mass transaction submission economically costly.
What makes Solana's base fee model distinctive is its burn mechanism. Of the total base fee collected, exactly 50% is permanently burned (destroyed), reducing the total circulating supply of SOL over time. The remaining 50% goes directly to the validator who processes the transaction. This deflationary pressure is a key reason long-term investors value SOL as a network asset.


One lamport equals 0.000000001 SOL (one billionth of SOL). The base fee of 5,000 lamports is equivalent to 0.000005 SOL. At a SOL price of $100, this is approximately $0.0005 per transaction — less than one-twentieth of a US cent. For users executing thousands of transactions, Solana's fixed and predictable base fee offers significant cost advantages over networks with variable auction-based fees.
The base fee is set at 5,000 lamports per signature, with 50% burned and 50% distributed to the current block validator.
The base fee is determined per signature, not per transaction. A transaction with multiple signers will pay 5,000 lamports × number of signers. Multi-signature wallets and complex DeFi instructions involving several parties should account for this when estimating costs.