”,
// 2
”+
‘
‘+
‘🚀 Advanced Platform. Real Opportunities.
‘+
‘Access deep liquidity, fast execution, and powerful order types. Start today.‘+
‘
‘+
”,
// 3
”+
‘
‘+
‘📈 Make Every Move Count
‘+
‘From spot to advanced trading tools, unlock a professional-grade experience in minutes.‘+
‘
‘+
”,
// 4
”+
‘
‘+
‘🧠 Smart Tools for Serious Traders
‘+
‘Set precise entries, manage risk, and act faster with pro features. Join now.‘+
‘
‘+
”,
// 5
”+
‘
‘+
‘⚡ Speed, Depth, Control
‘+
‘Tap into high-performance trading with robust charting and order execution.‘+
‘
‘+
”,
// 6
”+
‘
‘+
‘💼 Built for Professionals
‘+
‘Leverage advanced analytics and a wide selection of assets. Get started now.‘+
‘
‘+
”,
// 7
”+
‘
‘+
‘📊 Precision Trading, Simplified
‘+
‘Powerful charts, alerts, and order controls designed to help you execute with confidence.‘+
‘
‘+
”,
// 8
”+
‘
‘+
‘🔒 Secure. Efficient. Professional.
‘+
‘Experience a reliable environment to trade the markets your way—anytime.‘+
‘
‘+
”
];
var adplace = document.getElementById(“ads-binance”);
if (adplace) {
// Persist & rotate creatives per session
var sessIndex = parseInt(sessionStorage.getItem(“adsindexProEx”), 10);
var idx = Number.isInteger(sessIndex) ? sessIndex : Math.floor(Math.random() * adscodesPro.length);
adplace.innerHTML = adscodesPro[idx];
// Cycle next index
var next = (idx === adscodesPro.length – 1) ? 0 : idx + 1;
sessionStorage.setItem(“adsindexProEx”, next);
}
})();
Solana’s SIMD-0370 proposes removing the fixed compute block limit so block size scales with validator capacity, letting high-performance validators process complex blocks while slower nodes skip them, driving hardware upgrades and improved overall throughput for the network.
Removes static 60M compute unit cap to let block size scale by validator capacity
Incentivizes upgrades: validators that skip heavy blocks lose fees, encouraging investment in hardware and software optimization
‘+
”,// 2
”+
‘‘+
‘📈 Trade Smarter, Not Harder
‘+
‘Advanced charts, precise orders, and real-time insights—start now.‘+
‘‘+
”,// 3
”+
‘‘+
‘💼 Built for Active Traders
‘+
‘Access robust analytics, swift execution, and a wide range of markets.‘+
‘‘+
”,// 4
”+
‘‘+
‘⚡ Speed, Control, Precision
‘+
‘Set entries, manage risk, and act on opportunities in seconds.‘+
‘‘+
”,// 5
”+
‘‘+
‘🧠 Pro Tools for Clear Decisions
‘+
‘Alerts, order controls, and analytics designed for disciplined execution.‘+
‘‘+
”,// 6
”+
‘‘+
‘📊 Elevate Your Strategy
‘+
‘From scalping to swing, harness data-driven trading with ease.‘+
‘‘+
”,// 7
”+
‘‘+
‘🔒 Reliable. Efficient. Pro-Ready.
‘+
‘Trade your plan in a stable, high-performance environment—anytime.‘+
‘‘+
”,// 8
”+
‘‘+
‘🧭 Navigate Volatility with Confidence
‘+
‘Use advanced order types and risk tools to stay in control.‘+
‘‘+
”
];var adplace = document.getElementById(“ads-gateio”);
if (adplace) {
// Persist & rotate creatives per session
var sessIndex = parseInt(sessionStorage.getItem(“adsindexGateio”), 10);
var idx = Number.isInteger(sessIndex) ? sessIndex : Math.floor(Math.random() * adscodesGateio.length);
adplace.innerHTML = adscodesGateio[idx];// Cycle next index
var next = (idx === adscodesGateio.length – 1) ? 0 : idx + 1;
sessionStorage.setItem(“adsindexGateio”, next);
}
})();
Expected to boost throughput and finality when paired with Alpenglow and Firedancer deployment
Solana compute block limit update: SIMD-0370 proposes scaling blocks by validator capacity to boost throughput and incentivize upgrades — read the implications.
What is the Solana compute block limit proposal?
Solana compute block limit removal via SIMD-0370 would eliminate the fixed 60 million compute unit cap and let block size scale based on how many transactions each validator can process. This change aims to route complex blocks to high-performance validators while enabling lighter validators to skip heavy blocks and avoid overload.
How does SIMD-0370 change block sizing and validator incentives?
SIMD-0370 replaces a static block cap with dynamic sizing tied to validator capacity. Validators with higher throughput can include more transactions and earn more fees. Validators that cannot process complex blocks would skip them and forgo rewards, creating economic pressure to upgrade hardware or optimize clients.
‘+
”,
// 2
”+
‘
‘+
‘⚡ High-Performance Futures Trading
‘+
‘Trade with deep liquidity, precise controls, and real-time insights.‘+
‘
‘+
”,
// 3
”+
‘
‘+
‘🧠 Smarter Strategies. Better Execution.
‘+
‘Build positions with leverage responsibly and manage risk with pro-grade tools.‘+
‘
‘+
”,
// 4
”+
‘
‘+
‘🚀 Futures Opportunities, 24/7
‘+
‘Go long or short with confidence. Execute fast and stay in control.‘+
‘
‘+
”,
// 5
”+
‘
‘+
‘📊 Precision Tools for Volatile Markets
‘+
‘Set entries, define stops, and automate alerts for your edge.‘+
‘
‘+
”,
// 6
”+
‘
‘+
‘💼 Built for Serious Futures Traders
‘+
‘Institutional-grade charts, risk controls, and swift order routing.‘+
‘
‘+
”,
// 7
”+
‘
‘+
‘🧭 Navigate Volatility with Control
‘+
‘Hedge, speculate, and rebalance with flexible leverage options.‘+
‘
‘+
”,
// 8
”+
‘
‘+
‘🔒 Secure. Efficient. Futures-Ready.
‘+
‘Trade your plan with reliable execution and comprehensive analytics.‘+
‘
‘+
”
];
var adplace = document.getElementById(“ads-bitget”);
if (adplace) {
// Persist & rotate creatives per session
var sessIndex = parseInt(sessionStorage.getItem(“adsindexBitgetFuts”), 10);
var idx = Number.isInteger(sessIndex) ? sessIndex : Math.floor(Math.random() * adscodesBitget.length);
adplace.innerHTML = adscodesBitget[idx];
// Cycle next index
var next = (idx === adscodesBitget.length – 1) ? 0 : idx + 1;
sessionStorage.setItem(“adsindexBitgetFuts”, next);
}
})();
Jump Crypto, which is developing the Firedancer validator client, proposed SIMD-0370 to follow the Alpenglow upgrade, according to Solana research firm Anza.
Anza describes the mechanism as a “performance flywheel”: block producers push limits to increase fees; validators that skip blocks lose rewards, prompting upgrades; upgraded validators allow producers to safely extend limits further.
SIMD-0370 arrives amid efforts to diversify validator clients and strengthen network resilience. Firedancer launched on mainnet in a limited capacity in September 2024 and is a central piece of these performance improvements.
When would SIMD-0370 be implemented relative to Alpenglow?
SIMD-0370 is targeted for implementation after the Alpenglow upgrade. Alpenglow recently passed in a near-unanimous vote and is scheduled for a testnet deployment in December 2025. Alpenglow is expected to be a foundational upgrade that reduces finality times and improves consensus performance.
‘+
”,
// 2
”+
‘
‘+
‘📈 Trade With Confidence
‘+
‘Spot, margin, and precision tools to take control of your strategy.‘+
‘
‘+
”,
// 3
”+
‘
‘+
‘🧠 Smarter Tools. Better Decisions.
‘+
‘Use alerts, depth analytics, and risk controls to act faster.‘+
‘
‘+
”,
// 4
”+
‘
‘+
‘⚡ Fast Execution, Deep Liquidity
‘+
‘Enter and manage positions with speed and precision—anytime.‘+
‘
‘+
”,
// 5
”+
‘
‘+
‘📊 Precision Trading Made Simple
‘+
‘Clean UI, powerful charts, and flexible order controls for your edge.‘+
‘
‘+
”,
// 6
”+
‘
‘+
‘💼 Built for Active Traders
‘+
‘Analytics, watchlists, and risk tools to support your plan—start today.‘+
‘
‘+
”,
// 7
”+
‘
‘+
‘🔔 Never Miss the Move
‘+
‘Set custom alerts, define entries and exits, and execute with confidence.‘+
‘
‘+
”,
// 8
”+
‘
‘+
‘🔒 Secure. Efficient. Pro-Ready.
‘+
‘Trade your strategy with reliable performance and comprehensive tools.‘+
‘
‘+
”
];
// Mount point & rotation state (renamed keys, no brand in ids/keys)
var MOUNT_ID = “ads-unit-alpha”;
var ROT_KEY = “rot_alpha_index_v1”;
var mount = document.getElementById(MOUNT_ID);
if (mount) {
var saved = parseInt(sessionStorage.getItem(ROT_KEY), 10);
var idx = Number.isInteger(saved) ? saved : Math.floor(Math.random() * creativesPool.length);
mount.innerHTML = creativesPool[idx];
var next = (idx === creativesPool.length – 1) ? 0 : idx + 1;
sessionStorage.setItem(ROT_KEY, next);
}
})();
What are the expected performance gains from Alpenglow and related upgrades?
Alpenglow aims to cut transaction finality from about 12.8 seconds to around 150 milliseconds. Combined with dynamic block sizing and Firedancer’s high-performance client, these upgrades target faster finality, higher throughput, and improved resilience against traffic spikes that previously caused network instability.
Why do some engineers warn about centralization risks?
Engineers caution that dynamic block sizing could favor well-capitalized validators. If large validators continually invest in expensive hardware, smaller validators may be unable to compete and could drop out, reducing validator diversity and increasing centralization risks.
Engineer Akhilesh Singhania noted on GitHub that sustained hardware-driven advantages could lead to fewer, larger validators dominating the network unless offset by incentives to keep validator participation broad.
What earlier proposals relate to the compute block limit?
Earlier this year, Jito Labs CEO Lucas Bruder proposed raising the fixed compute unit limit from 60 million to 100 million under SIMD-0286. SIMD-0370 differs by removing the static cap entirely and allowing per-validator scaling instead of a uniform global limit.
Frequently Asked Questions
How will removing the fixed compute block limit affect transaction fees?
Removing the fixed limit may increase short-term fee competition: block producers that can pack more transactions will collect more fees, potentially raising fee variance across validators but also rewarding higher throughput and efficiency.
Can smaller validators remain competitive after SIMD-0370?
Smaller validators can remain competitive by optimizing code, using efficient clients like Firedancer where feasible, or focusing on niche roles. However, some may need hardware upgrades to avoid frequently skipping blocks and losing fee revenue.
Key Takeaways
- Dynamic sizing: SIMD-0370 replaces the static 60M compute unit cap with per-validator scaling to match capacity.
- Incentives: High-performance validators process complex blocks and earn more fees; lower-capacity nodes may need upgrades.
- Risks and mitigation: Centralization concerns exist; careful validator economics and client diversity will be crucial.
Conclusion
SIMD-0370 proposes removing Solana’s fixed compute block limit to allow block sizing to scale with validator capacity, aiming to boost throughput and finality when combined with Alpenglow and Firedancer. Stakeholders should weigh performance gains against centralization risks and adopt incremental upgrades to maintain a resilient, decentralized network.
‘+
”,
// 2
”+
‘
‘+
‘Advanced Platform. Clear Control.
‘+
‘Define entries and exits precisely with robust risk management features.‘+
‘
‘+
”,
// 3
”+
‘
‘+
‘Speed Meets Liquidity
‘+
‘Execute with confidence using reliable order routing and depth analytics.‘+
‘
‘+
”,
// 4
”+
‘
‘+
‘Pro-Grade Features, Simplified
‘+
‘Clean UI, alerting, and advanced order types designed for active traders.‘+
‘
‘+
”,
// 5
”+
‘
‘+
‘Execute with Discipline
‘+
‘Leverage risk tools, watchlists, and analytics to stay in control.‘+
‘
‘+
”,
// 6
”+
‘
‘+
‘24/7 Opportunities, One Interface
‘+
‘Build, adjust, and manage positions efficiently—anytime.‘+
‘
‘+
”
];
// Mount and rotation state (new keys, no brand)
const MOUNT_NODE_ID = “promo-slot-x”;
const STORAGE_KEY = “cr_rot_seed_x”;
const mount = document.getElementById(MOUNT_NODE_ID);
if (!mount) return;
// Rotate consistently within the session
const savedIndex = parseInt(sessionStorage.getItem(STORAGE_KEY), 10);
const idx = Number.isInteger(savedIndex)
? savedIndex
: Math.floor(Math.random() * CREATIVE_SET.length);
mount.innerHTML = CREATIVE_SET[idx];
// Next index for subsequent loads
const next = (idx + 1) % CREATIVE_SET.length;
sessionStorage.setItem(STORAGE_KEY, String(next));
})();