Understand Solana Transaction Fees
Solana transaction fees explained — the flat 5,000-lamport base fee per signature, how priority fees work, why costs stay near a fraction of a cent, and when they spike.
Updated August 2026 · Reviewed by the PipeFlare team
A fraction of a cent — a flat 5,000 lamports (roughly $0.0005–$0.001) per signature, plus an optional priority fee
Flat per-signature base fee, not a per-block auction — a priority fee only kicks in when you compete for a busy account
Fee category
Solana network
What drives it
Number of signatures × SOL price, plus an optional priority fee (compute-unit price) when you need faster inclusion
How to lower it
Skip the priority fee outside congestion windows; batch multiple instructions into one transaction to spread the base fee
Worst-case spike
Local fee markets (live since 2023) let priority fees spike on individual hot accounts during NFT mints or token launches, without raising the base fee network-wide
About solana transaction fees
Solana transaction fees are a flat 5,000 lamports (0.000005 SOL) per signature — not a per-block auction like Bitcoin's sat/vB or Ethereum's gwei. At typical SOL prices, that works out to a fraction of a cent per transaction. The only time it gets meaningfully more expensive is when you add a priority fee to jump the queue for a specific busy account, such as during a popular NFT mint or token launch.
How it works
Every Solana transaction pays a base fee of 5,000 lamports per signature, set by the protocol rather than an open market. Half of that base fee is burned and the other half goes to the validator that processes the block. On top of the base fee, you can attach an optional priority fee — set as a compute-unit price in micro-lamports, multiplied by the compute units your transaction requests — to get faster inclusion when many transactions compete for the same writable account. Solana's local fee markets, live since 2023, apply that competition per account rather than network-wide, so a busy NFT mint or token launch raises the cost of writing to that one program without raising the base fee for an unrelated transfer happening at the same time.
How to pay less
- 1Use your wallet's default priority-fee setting for routine sends — the flat 5,000-lamport base fee is enough outside congestion.
- 2Add a priority fee only when you're competing for a specific busy account, like a popular mint or a fast-moving DEX pool.
- 3Batch multiple instructions into a single transaction where your wallet or dApp supports it, since you pay one base fee no matter how many instructions it carries.
- 4Check a live Solana fee dashboard before a time-sensitive send during a known high-demand event.
Pros
- The base fee is a predictable flat 5,000 lamports per signature, not a fluctuating per-block auction.
- Local fee markets mean congestion on one popular program doesn't raise fees for the rest of the network.
- Even with a priority fee added, most Solana transactions stay well under a cent.
Watch out for
- Priority fees can spike sharply on a specific hot account during a popular mint or token launch, even while the rest of the network stays cheap.
- SOL price swings change the USD cost of the flat lamport fee, the same way ETH price changes gwei's dollar cost.
- Solana's mainnet has a documented history of congestion-driven outages tied to transaction spam — a network-reliability risk distinct from the fee amount itself.
Common questions
How much does a Solana transaction actually cost?
A standard Solana transaction costs a flat 5,000 lamports (0.000005 SOL) per signature — a fraction of a cent at typical SOL prices. That base fee doesn't scale with the dollar value you're sending, only with the number of signatures the transaction requires. Add a priority fee only if you need faster inclusion during high demand.
What is a Solana priority fee?
A priority fee is an optional extra payment, set as a compute-unit price in micro-lamports and multiplied by the compute units your transaction requests, that helps your transaction get picked up faster when many transactions compete for the same account. It sits on top of the flat 5,000-lamport base fee rather than replacing it.
Why did my Solana transaction cost more than 5,000 lamports?
Almost always because a priority fee was added — either by your wallet automatically during network congestion, or because your transaction needed multiple signatures. Check the transaction on a Solana block explorer to see the base fee and priority fee as separate line items.
Does Solana use gas like Ethereum?
Not in the same sense. Ethereum prices computation in gas units and charges a variable base fee plus tip per unit under EIP-1559. Solana charges a flat per-signature fee instead, and only adds a variable cost — the priority fee — when you choose to pay for faster inclusion on a busy account. "Solana gas fee" is common shorthand, but the underlying mechanism is different.
Does the Solana fee go to a validator, or get burned?
Solana burns 50% of every base transaction fee and pays the remaining 50% to the validator that processes the block. This differs from Ethereum's EIP-1559, which burns the base fee entirely and pays only the separate priority tip to the validator.
Why do Solana fees spike during NFT mints or token launches?
Solana's local fee markets let priority fees rise per account, so when thousands of transactions compete to write to the same popular mint or launch contract, the priority fee for that specific account climbs sharply — even though a simple transfer elsewhere on the network still costs the flat 5,000-lamport base fee.
Has Solana ever had major network problems related to congestion?
Yes — Solana's mainnet has had multiple congestion-driven outages, most caused by transaction spam (such as bot-driven mint attempts) overwhelming validators before local fee markets and other quality-of-service changes were introduced. That's a network-reliability issue distinct from the fee amount itself, but it's part of why Solana built per-account fee markets in the first place.
How do Solana fees compare to Ethereum gas fees?
Solana's flat 5,000-lamport base fee is typically far cheaper than an equivalent Ethereum mainnet transaction, which prices gas per unit of computation and can run from cents to tens of dollars depending on congestion. See /fees/ethereum-gas-fees for how Ethereum's fee model works and /fees/crypto-network-fees for a fuller side-by-side.
What wallet do I need to pay Solana fees?
Any Solana-compatible wallet — such as Phantom or Solflare — works, and you just need a small SOL balance to cover the lamport fee. See /learn/what-is-a-crypto-wallet for how crypto wallets work generally.
Does Stake-Weighted QoS affect what I pay?
Not the fee amount directly, but it affects whether a transaction lands during heavy congestion. Stake-Weighted Quality of Service (swQoS) reserves most of a block leader's bandwidth for traffic from staked validator connections, so on an unstaked connection a transaction can get dropped before fees are even evaluated — meaning a higher priority fee alone doesn't guarantee inclusion. This mainly affects bots and high-frequency traders competing for a hot account; most everyday sends never hit it. See /fees/crypto-network-fees for the fuller mechanics.
Sources
Other fee topics
Price any fee in USD.
Use the converter to turn gwei or sats into your local currency.