Deployed addresses
EVM verifiers share the same address across all chains via CREATE2.
Live today
- Solana program on Devnet (program ID above): node registry, 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 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
- Mainnet-grade slashing economics —
dispute_roundexists on Solana; broader proof-based operator slashing and mainnet economic security ship in a later milestone. The testnet node set remains permissioned. - Mainnet — gated on a full protocol audit.