Skip to main content
Chain governance SGP-0003 On-chain tally finalized

SGP-0003: Resource and Inclusion Fee

  1. Support
  2. Discuss
  3. Snapshot
  4. Voting
  5. Await
  6. Final
Open official governance app ↗ Verify the current state at the official destination before taking action. simd.watch never asks you to connect a wallet or sign a transaction.

SGP

On-chain governance

Chain governance phaseOn-chain tally finalized
Current epoch1030
Declared statusDraft
Recorded on-chain support 65,223,314.5073 SOL Last tally stored in the proposal account; not current stake.
Vote distribution For share of For + Against 74.0%
For
53.9% 142.84M SOL
Against
18.9% 50.15M SOL
Abstain
27.2% 72.03M SOL

Card percentages use the total of For, Against, and Abstain.

Outcome Finalized tally · policy outcome unclassified

Proposal PDA
AGHDQ6gjRFJPoyEcHuc4X7sbxJwyJfeKTb3UrGFzFNZD
Snapshot slot
440641000
Voting schedule
Epochs 1021–1023; voting closes at the start of epoch 1024

Decision brief

Why this proposal matters

This SGP asks validators and delegators to endorse restructuring Solana's base transaction fee into a fixed base inclusion fee paid to the block leader and a separate resource fee that scales with requested transaction cost and is 100% burned. A "yes" is a mandate to pursue that fee model; the detailed mechanism is specified in SIMD-0553.

Source-backed reading aid · source language: EN

Proposal at a glance

What changes

  • Endorse the following fee model for on-chain transactions:
  • • Keep a static base inclusion fee of 2,500 lamports per transaction, paid 100% to the block leader.
  • • Introduce a resource fee computed from requested cost units, burned 100%, with a staged rate ramp (feature-gated) up to a terminal rate of 1/2 lamport per requested cost unit.

Stakeholder map

Who is affected

Builders & client teams Medium impact

• High-compute / loose-budget users. Zero- and low-priority traffic that over-requests compute units will see much higher fees until wallets and apps tighten Compute Budget limits and programs are optimized.

Action requirement unknown
Validators & operators Medium impact

• Low-resource users. At the terminal rate, efficient transactions (e.g. oracle updates, correctly budgeted votes) can pay less than today's flat 5,000-lamport base fee.

Action requirement unknown
Users & stakers Medium impact

• SOL holders. Empirical estimates in SIMD-0553 (May 2026 network data) suggest roughly ~1,500–1,800 / ~3,750–4,500 / ~7,500–9,000 SOL/day of resource-fee burn at the 1/10 / 1/4 / 1/2 rates respectively, replacing ~648 SOL/day of flat signature-fee burn at current throughput.

Action requirement unknown
Governance & ecosystem Impact unknown

No proposal-specific evidence was found for this group.

Action requirement unknown

Exact source revision

Full proposal document

Source-language document. Technical identifiers and evidence remain unchanged. 4898af7015fb

Summary

This SGP asks validators and delegators to endorse restructuring Solana's base transaction fee into a fixed base inclusion fee paid to the block leader and a separate resource fee that scales with requested transaction cost and is 100% burned. A "yes" is a mandate to pursue that fee model; the detailed mechanism is specified in SIMD-0553.

Motivation

Today every transaction pays a flat 5,000-lamport per-signature base fee (half burned, half to the leader), regardless of how much compute, write locks, or loaded data it requests. That leaves two problems:

  1. Burn is negligible relative to inflation. At current throughput, signature fee burn is on the order of ~648 SOL/day — far below daily inflation (~60,000 SOL/day).
  2. Resources are mispriced. Light transactions and heavy ones pay the same base charge, so compute-heavy activity is underpriced at the base layer while efficient, low-resource traffic gets no break.

This is a directional, network-level economics question — should Solana price inclusion and resources this way? The technical design lives in SIMD-0553; this vote is the stake-weighted mandate to proceed with that direction.

Proposal

Endorse the following fee model for on-chain transactions:

  • Keep a static base inclusion fee of 2,500 lamports per transaction, paid 100% to the block leader.
  • Introduce a resource fee computed from requested cost units, burned 100%, with a staged rate ramp (feature-gated) up to a terminal rate of 1/2 lamport per requested cost unit.
  • Leave priority fees unchanged (100% to the leader, per SIMD-0096).

A "yes" means the network supports activating this direction via the SIMD / feature-gate process. It does not itself activate any feature gate.

Rationale

  • Price what the transaction costs. Requested cost units already drive block packing; charging a burned resource fee on that quantity aligns base fees with the work every node must absorb.
  • Preserve leader inclusion incentives. A nonzero inclusion fee remains so leaders are paid even when priority fees are zero. Resource fee is burned instead of given to validators or stakers to not disrupt current incentive structure and market structure, i.e. do not incentivize inefficient smart contracts, or swaps over quote updates.
  • Burn scales with demand. Resource-heavy activity contributes more SOL burn; light, efficient transactions can pay less than under today's flat base fee.
  • Stage the rate. A feature-gated ramp (1/10 → 1/4 → 1/2) lets applications adapt before the terminal rate, while keeping validator priority-fee economics intact.
  • Charge requested, not consumed. Same predictability rationale as priority fees: fee known before execution, better UX, and an incentive to request accurate compute budgets.

Alternatives Considered

  • Status quo (do nothing). Leaves resource usage free and keep base-fee burn.
  • Uniform increase to the flat 5,000-lamport fee. Hits high-volume, low-resource senders (e.g. market makers) hardest while still failing to price compute.
  • Split the resource fee 50/50 burn / leader. Rejected in SIMD-0553: resource cost is borne by all replaying nodes, not only the leader; paying the leader a share distorts incentives toward inefficient, fee-heavy programs.
  • Dynamic rate controller from utilization. Reasonable follow-up; out of scope for the initial directional decision. SIMD-0553 uses staged static rates.
  • SIMD-0110-style hot-account base fees. Local and short-timescale; this proposal is global and tied to per-transaction requested cost.

Impact

  • SOL holders. Empirical estimates in SIMD-0553 (May 2026 network data) suggest roughly ~1,500–1,800 / ~3,750–4,500 / ~7,500–9,000 SOL/day of resource-fee burn at the 1/10 / 1/4 / 1/2 rates respectively, replacing ~648 SOL/day of flat signature-fee burn at current throughput.
  • Low-resource users. At the terminal rate, efficient transactions (e.g. oracle updates, correctly budgeted votes) can pay less than today's flat 5,000-lamport base fee.
  • High-compute / loose-budget users. Zero- and low-priority traffic that over-requests compute units will see much higher fees until wallets and apps tighten Compute Budget limits and programs are optimized.
  • Validators. Inclusion + priority fee economics stay with the leader; resource fee is burned. Pre-Alpenglow vote cost depends on requesting accurate vote compute budgets (see SIMD-0553).
  • Wallets / RPCs / apps. Must estimate total_fee under the new model before activation; loose default compute limits become expensive.

Risks include a lower lamport floor for minimal spam transactions at early gate rates, and activation friction for apps that still omit Compute Budget instructions.

Relationship to SIMDs

A "yes" endorses implementing and activating the design in:

Related context:

  • Discussion #547 — originating design discussion.
  • SIMD-0096 — priority fees remain 100% to the leader.
  • Companion tokenomics work (e.g. disinflation SGPs / SIMD-0550) is separate; this SGP is only about the fee model.

Open Questions

  • Exact mainnet activation timing for each feature gate (1/10 → 1/4 → 1/2), and how long to observe each stage.
  • Whether a later SIMD should reprice signature cost in the cost model for multi-signer / precompile-heavy transactions (called out as follow-up in SIMD-0553).
  • Ecosystem readiness: how quickly wallets, SDKs, and high-volume apps adopt accurate Compute Budget requests before the terminal rate.

Vote

Should Solana adopt a base inclusion fee plus a burned resource fee that scales with requested cost units, as specified in SIMD-0553?

Options: For / Against / Abstain

A "yes" requires a supermajority — For stake ≥ two-thirds (66.67%) of For + Against stake (Abstain is not counted) — over a 3-epoch voting period, after reaching 15% stake support. There is no quorum.

Evidence graph

Related proposals and rollout

Upstream review record

Upstream discussion & review

No verified upstream discussion was found. simd.watch does not invent a discussion link.

simd.watch community discussion · SGP-0003

Powered by Giscus · Sign in with GitHub to comment

This is a simd.watch community conversation. It is not an official governance record, support signal, or on-chain vote.

Community comments load when this section approaches the viewport.

Provenance

Evidence & technical details

Rollout or chain data, source revisions, freshness and integrity.
5

Exact source revision

Sources & integrity

  • Proposal document pinned_commit_blob
    4898af7015fb6f3a57cdb9c962d85bba7f821d5668df0e3096a1c22dadeba189
  • github-sgp-catalog document · current · Sep 7, 2026
    adb22a2a8181791e160ad66ecbbe93594070a231
  • svmgov-proposals chain · stale · Sep 7, 2026
    govYkyQ3ePtGULAtY6V75qjWE8UH4vCUVQ1W4HdCAZU@public-solana · slot 444962875
  • svmgov-global-config chain · stale · Sep 7, 2026
    slot 444962875
  • svmgov-current-epoch chain · stale · Sep 7, 2026
  • svmgov-decoder chain · stale · Sep 7, 2026
    9887b43027b95eb5666a522c0f313b5e25492ca1c9af3a881de703bb112bd611
  • github-chain-document:6191e69a332c document · current · Sep 7, 2026
    bbe76efda2b108daec5f2e8aa7cd4aa6538314c6

The document and on-chain titles differ; both sources are preserved.