Skip to main content

Roadmap

Changelog

SDK v0.1.0 — current

  • Package published as @molpha/sdk (renamed from @molpha-oracle/sdk).
  • Gateway/SDK methods: MolphaGateway.requestSignedData, MolphaSDK.requestAndSubmit (formerly execute / executeAndSubmit).
  • Types: RequestSignedDataOptions, RoundContext (formerly ExecuteOptions / ExecuteContext).
  • Peer dependencies: @anchor-lang/core, bn.js. Default gateway: https://dev-gateway.molpha.io/.
  • Requires Node.js >=20.19.0.

Albyn (A1) — June 2026

First public testnet release.
  • @molpha/sdk v0.3.2 published: full consumer flow (subscribe → derive feed → execute round → submit update → read feed), buildEvmVerifierArgs, buildStarknetVerifierArgs.
  • Solana program live on Devnet (MoLFeTRpDZgckPjjbLwW1wB9n85bQiqboPnvw9RwoG8): registry, USDC plans/subscriptions, maintained Feed accounts, permissionless submit_data_update, and direct Rust verification through molpha-verifier.
  • EVM verifiers deployed on Ethereum Sepolia, Arbitrum Sepolia, Avalanche Fuji, BSC testnet.
  • Starknet verifier deployed on Starknet Sepolia, with cross-chain parity tests accepting unmodified EVM-produced signatures.
See current addresses and live/not-yet-implemented status in Deployments & Testnet Status.

Brebeneskul (A2) — July 2026

Current Solana program release on Devnet.
  • Solana program ID: MoLFGDpFoVnQgwbkTNScKPohCxhbfd61JjFrnotuwzh.
  • Lazy Feed accounts via submit_data_update only; variable-length value with FeedValueKind.
  • Subscription + agent settlement (settle_round_receipt, settle_agent_round), finalize_round, dispute_round, and reward claims.
  • x402 escrow PDA ["molpha_agent", authority, gateway]; Delegates for subscription-backed agents.
  • Docs re-architecture around agents, access models, gateways, and verifiers.