Deployed addresses
EVM verifiers share the same address across all chains via CREATE2.
Live today
- Solana program on Devnet (program ID above): node registry, node staking, USDC plans/subscriptions, delegates, bonded gateways, maintained
Feedaccounts, permissionlesssubmit_data_update, subscription and agent round settlement (settle_round_receipt/settle_agent_round), finalize/dispute paths, reward accounting and claims, and direct Rust verification throughmolpha-verifier. - SDK —
@molpha/sdkv0.1.0: the full consumer flow (subscribe → derive feed → execute round → submit update → read feed) plus framework-agnostic EVM and Starknet verifier argument builders. - EVM verifiers — deployed on Ethereum Sepolia, Arbitrum Sepolia, Avalanche Fuji, and BSC testnet.
- Starknet verifier — deployed on Starknet Sepolia, with cross-chain parity tests proving that unmodified EVM-produced signatures verify on Cairo.
Not yet implemented
- Registry versioning & slashing economics — A3 (Chivchyn) ships Solana registry versioning with historical validation (prerequisite for dispute adjudication), then broader proof-based operator slashing beyond the existing
dispute_roundpath. The devnet node set remains permissioned. - Mainnet — gated on a full protocol audit. A4 (Dzembronia) targets Solana mainnet-beta, Starknet, and one EVM chain — not every supported chain.