Fees

Every Solana transaction requires a fee paid in SOL. The fee has two components: a base fee and an optional prioritization fee. The base fee compensates validators for the cryptographic work of verifying signatures. The prioritization fee increases the likelihood that the current leader schedules your transaction ahead of competing ones.

Key facts

  • Base fee: per-signature, split 50% burned / 50% to the validator.
  • Prioritization fee: ceil(compute_unit_price * compute_unit_limit / 1,000,000) lamports. 100% to the validator.

Limits

LimitValueSource
Base fee per signature5,000 lamportslamports_per_signature
Default CU limit / instruction200,000DEFAULT_INSTRUCTION_COMPUTE_UNIT_LIMIT
Builtin instruction default CU3,000MAX_BUILTIN_ALLOCATION_COMPUTE_UNIT_LIMIT
Max CU limit / transaction1,400,000MAX_COMPUTE_UNIT_LIMIT
Micro-lamports per lamport1,000,000MICRO_LAMPORTS_PER_LAMPORT

Is this page helpful?

सामग्री तालिका

पृष्ठ संपादित करें

द्वारा प्रबंधित

© 2026 सोलाना फाउंडेशन। सर्वाधिकार सुरक्षित।
जुड़े रहें
Fees | Solana