Moonbeam Runtime 4100 — What it means for you
This release delivers important staking UX improvements, Asset Hub readiness, and runtime cleanups, alongside a key collator configuration update.
Parachain Staking improvements
Added bounded, FIFO multi-request support for delegation scheduling, allowing delegators to queue multiple unbonding or delegation changes safely.
Reduced minimum collator candidate stake from 500k → 100k GLMR, lowering the barrier to become a collator and improving decentralization.
Asset Hub–ready cross-chain execution
Updated XCM Transactor to fully support the Asset Hub migration, ensuring smooth remote execution and staking operations post-migration.
Additional upgrades include:
Fixed gas calculation issues in the Collective precompile
Removed legacy multi-block and lazy migrations from parachain staking
Replaced deprecated consensus converters with the new ExternalConsensusLocationsConverterFor
Upgraded to Polkadot SDK stable2506 for improved stability and forward compatibility
Breaking change:
- Storage layout update in
pallet-parachain-staking:
DelegationScheduledRequestsmoved from a singleStorageMap(by collator) to aStorageDoubleMapkeyed by(collator, delegator).
→ Indexers and dApps querying staking schedules must update accordingly.
Client requirement:
- Collators must upgrade to client v0.49.0 before Runtime 4100 is enacted.
No gas or ABI changes for EVM contracts—this release focuses on staking flexibility, cleaner runtime state, and long-term cross-chain readiness.