Made on SolMade on Sol
Tools
Blog
Sign In
Made on SolMade on Sol

The ultimate directory for everything built on Solana. Discover, compare, and review the best tools in the ecosystem.

Explore

  • All Tools
  • Find Tool
  • Categories
  • Stacks
  • Revenue Rankings
  • Deployer Hunter
  • TikTok Trends
  • Yields
  • Blog

Best Of

  • Best Trading Bots
  • Best DEXs
  • Best Wallets
  • Best Analytics
  • Best DeFi
  • Best Snipers

Compare

  • Axiom vs BullX
  • Axiom vs Photon
  • BullX vs Photon
  • Jupiter vs Raydium
  • Phantom vs Solflare
  • Backpack vs Phantom

Resources

  • Submit a Tool
  • Newsletter
  • Bot Fee Calculator
  • RPC Comparison
  • Status
  • Get Badge
  • About
  • Learn
  • Advertise
  • Contact
  • Stats

Legal

  • Terms of Service
  • Privacy Policy
  • Disclaimer

© 2026 Made on Sol

The #1 Solana tool directory — 530+ tools reviewed & monitored
LearnGas Optimization

Gas Optimization on Solana: How to Save on Transaction Costs

TL;DR

Gas optimization on Solana means minimizing transaction costs by configuring compute unit budgets, priority fees, and Jito tips appropriately for each transaction’s urgency level.

The Cost Components

Solana transaction cost = base fee (~0.000005 SOL) + priority fee (compute units × price per CU) + Jito tip (optional, for bundle inclusion). For a casual swap, total cost is $0.001-0.01. For a competitive snipe, it can be $1-50+. The key is matching your fee level to the transaction’s urgency — overpaying on non-urgent trades wastes money.

Optimization Strategies

Use transaction simulation to determine exact CU needs (don’t over-request). Set dynamic priority fees based on recent network congestion (most bots do this automatically). Only use Jito tips for time-sensitive trades (snipes, sandwiches). Batch operations when possible — closing 10 empty token accounts in one transaction costs less than 10 separate transactions. Choose trade routes that use fewer CU even if the price is marginally worse.

Bot Fee Settings

Most trading bots let you configure priority fee levels: low (casual trades), medium (standard execution), high (important trades), turbo (sniping). Start with medium and adjust based on your experience. Track your total fees spent vs trading PnL — if fees are eating a significant percentage of your profits, lower your default priority level. The bot comparison tool on MadeOnSol shows fee structures across all major bots.

Related Tools & Features

Trading Bots
Bot Fee Calculator
RPC Providers

Related Terms

Compute UnitsTransaction Fees on SolanaPriority Fees & Jito Tips
Back to glossary