🆕 Ethereum Staking API updates

  • Now supporting the Hoodi testnet.
  • Included gasEstimate in withdrawal responses for both full exits and partial withdrawals, helping users anticipate transaction costs.

🟣 Ethereum Staking API Updates

1. Pectra Upgrade Support

Pectra is the next major Ethereum hard fork, combining two key upgrades: The execution layer upgrade (Prague) & The consensus layer upgrade (Electra).

  • Increased Validator Limit: Raise maximum effective balance per validator from 32 ETH to 2,048 ETH for auto-compounding rewards.
  • Faster Deposits: Validator activation delays now average ~45 minutes, improving onboarding speed.
  • Independent Withdrawals: Users can now withdraw staking rewards or exit without needing validator operator action.
  • Reduced Slashing Penalties: Slashing penalties reduced 128x for improved validator safety.

We’ve added full support for Pectra in the Ethereum Staking API and Staking In App flow.

2. Updated Stake Flow

  • Mainnet, Holesky, and Hoodi network options
  • Validator types 0x01 and 0x02
  • Flexible validator sizing from 32–2,048 ETH per validator

3. Withdrawals Intent Endpoints

Introduced new /withdrawals-intent endpoints to the Ethereum Staking API, allowing users to define withdrawal parameters before staking. These intents help manage reward withdrawals and exits more effectively:


🔵 Polkadot Staking API Updates

Added a new /bond-extra endpoint, enabling users to bond more tokens to an existing stash account. This increases the DOT stake without the need to re-nominate or unbond.

🚧 Batch insert support for Solana withdrawal intents

Refactored StoreSolanaWithdrawalIntent to support batch insertion of large numbers of withdrawal intents. Intents are now grouped (e.g., 1,000 per batch) and inserted in bulk to improve performance and efficiency.

✅ Staking POL via the BD app

Improved handling of Solana withdrawal intents to ensure accurate status updates for stake accounts, including better validation and processing of pending and executed intents.

Login to the Blockdaemon app to try it out and refer to the doc here.

✅ Staking POL via the BD app

Resolved an issue where users withdrawing Polygon via the BD app received MATIC tokens instead of POL.

🚀 MATIC Upgraded to POL

As of September 4th, 2024, POL will replace MATIC as the gas and staking token on Polygon PoS (Proof of Stake) and Polygon zkEVM.

  • MATIC Stakers: No action is required. All staked MATIC will be converted to POL.
  • MATIC Holders on the Polygon PoS network: No action is required. Your tokens will be automatically migrated 1:1 to POL.
  • MATIC Holders on the Ethereum network or Polygon zkEVM: You’ll need to migrate your tokens. For more details, please refer to the migration guide here.
  • To stake POL: You'll need to sign the bootstrap transaction. If you want to stake or unstake MATIC without migrating to POL, call the Staking API with MATIC as the token type.

🛠 New Improvement

  • [ETH] The ETH Dashboard now allows 1-day exports.