Key facts
- Use the converter below for exact lamports ↔ SOL.
- Example: 2,500,000,000 lamports = 2.5 SOL.
- Example: 75,000,000 lamports = 0.075 SOL (matches revoke mint platform fee in current pricing).
What this means
Quick math: lamports ÷ 1e9 = SOL; SOL × 1e9 = lamports. Base tx fee ≈ 5,000 lamports (0.000005 SOL) per Solana docs — priority fees add more under congestion. SPL token amounts use each mint's decimals field — do not divide token raw amounts by 1e9 unless the mint uses 9 decimals. Token account rent-exempt minimum is a separate lamport balance (~0.002 SOL depending on account size). MMAC platform fees are quoted in SOL on /pricing but settle on-chain in lamports when you sign.
Step-by-step
- Use the converter below for exact lamports ↔ SOL.
- Example: 2,500,000,000 lamports = 2.5 SOL.
- Example: 75,000,000 lamports = 0.075 SOL (matches revoke mint platform fee in current pricing).
- In @solana/web3.js use LAMPORTS_PER_SOL instead of hardcoding 1e9.
- On Solscan tx pages, cross-check lamport and SOL columns match.
Next step
Next steps
Related tools
Related guides
FAQ
How many lamports in 1 SOL?
Exactly 1,000,000,000.
Do SPL tokens use lamports?
No — only native SOL. Tokens use their own decimals field.
Where are MMAC fees shown?
In SOL on /pricing and each tool page, charged on-chain in lamports when you sign.
The Solana launch trust layer — free mint, public Launch Score, paid trust actions.