Engineering

AERE upgrades to Fusaka, native passkey signatures now on-chain

On May 31, 2026 at 09:39:11 UTC, AERE Network activated the Fusaka EVM ruleset at block 2,106,606, the second hardfork shipped on AERE in a single day, following the Pectra activation seven hours earlier. The chain remained at one-second blocks throughout, all three validators participated cleanly through a rolling restart staged ahead of the timestamp.

Fusaka is the EVM ruleset adopted by Ethereum mainnet on December 3, 2025. AERE chain 2800 is now at full Pectra+Fusaka parity with the live Ethereum specification, within a single day of activation, no chain-halting event required.

What's new in one line: AERE smart contracts can now verify Apple Face ID, Touch ID, Windows Hello, Android biometric, YubiKey, and EU Digital Identity Wallet signatures on-chain at ~3,500 gas, roughly 70× cheaper than verifying the same signature in Solidity. This is the cryptographic foundation for biometric-login wallets on AERE.

What Fusaka brings to AERE

The marquee feature for AERE is RIP-7951, a single new precompile, but with outsized consumer-UX implications.

EIP / RIPWhat it does on AERE
RIP-7951secp256r1 / P-256 signature verification precompile at address 0x0000000000000000000000000000000000000100. Fixed cost: 3,450 gas. Returns 1 if the signature is valid, 0 otherwise. This is the curve used by every modern hardware-secure-element on consumer devices.

Why P-256 matters

Every modern smartphone, laptop, and security key already signs cryptographic operations using the secp256r1 (P-256) curve. None of them can talk to a blockchain today, because blockchains historically only verify secp256k1 (the curve used by Bitcoin and MetaMask). Until now.

With Fusaka active on AERE, the following hardware can produce signatures that smart contracts on AERE can verify natively, at production gas costs:

Before Fusaka, verifying any one of these signatures on-chain via Solidity cost roughly 250,000 gas, too expensive for everyday transactions. With the RIP-7951 precompile, it costs 3,450 gas, well within the budget of an ordinary user operation. The signature primitive that powers every consumer device on Earth is now economically usable on AERE.

What this unlocks

The upgrade procedure

Same playbook as Pectra, executed seven hours earlier the same day:

  1. Confirmed Hyperledger Besu v26.4.0 on all 3 validators supports the Osaka hardfork (Besu's name for Fusaka).
  2. Generated a new genesis with osakaTime: 1780220351 (2026-05-31 09:39:11 UTC), backed up the existing Pectra-era genesis as genesis.pre-fusaka.bak.
  3. Pushed the new genesis to all 3 validators and rolling-restarted each one with 5+ minutes between restarts. Quorum maintained throughout.
  4. At the fork timestamp, the chain transitioned cleanly. The first post-fork block was 2,106,606.
  5. Verified Fusaka active by inspecting block-header fields and probing the secp256r1 precompile at 0x100.

What's next

With Pectra and Fusaka now both active, AERE has the cryptographic primitives needed for the next wave of consumer wallet UX:

The chain layer is now ready. The application layer is where the work continues.

← Back to all posts