Skip to main content

Roadmap

Shipped

Core wallet

  • Ritual Chain (chain ID 1979)
  • Email login via Privy embedded wallet
  • MetaMask and WalletConnect support
  • RITUAL token staking (delegate, unstake, claim rewards)
  • Token swaps with price impact preview
  • Send and receive RITUAL and ERC-20 tokens
  • .ritual name resolution
  • Transaction history with AI receipt summaries
  • NFT gallery

Ritual Chain primitives

  • TxPasskey (type 0x77) — passkey transaction signing
  • SECP256R1 precompile (0x0100) — P-256 on-chain verification
  • HTTP precompile (0x0801) — on-chain HTTP calls
  • LLM precompile — on-chain AI inference
  • Infernet Protocol — decentralised AI inference jobs
  • DKMS precompile (0x081B) — distributed key management
  • RitualWallet — native gas deposit system
  • EIP-7702 + ERC-7579 — smart account modules for EOAs

Security and AI

  • Passkey authentication — Face ID / Touch ID login and transaction approval
  • MEV protection — sandwich attack detection with Infernet AI scoring
  • Bytecode risk scanner — contract analysis before signing
  • Security sentinel — automated wallet monitoring via Infernet cron
  • AI voice payments — spoken transaction commands
  • End-to-end encrypted chat — ECIES wallet-to-wallet messaging
  • On-chain identity — KYC verification levels 0, 1, 2
  • Social group pots

In progress

  • Tempo VRF — verifiable random numbers
  • JQ precompile — on-chain JSON processing
  • Ritual Bridge — cross-chain asset transfer
  • Ritual Mainnet support

Planned

  • ZK proof precompile
  • AI agent wallet — autonomous spending with configurable rules
  • Token-gated AI model access
  • Scheduled and recurring transactions
  • On-chain model registry
  • Multi-sig via ERC-7579 modules
  • Google and Discord social login

Ritual Chain coverage

#FeaturePrimitiveStatus
1Passkey signingTxPasskey (0x77)Shipped
2P-256 verificationSECP256R1 (0x0100)Shipped
3On-chain HTTPHTTP precompile (0x0801)Shipped
4On-chain AILLM precompileShipped
5AI inference jobsInfernet ProtocolShipped
6Key managementDKMS (0x081B)Shipped
7Gas depositRitualWalletShipped
8Smart accountEIP-7702 + ERC-7579Shipped
9Name resolution.ritualShipped
10StakingNative RITUAL stakingShipped
11Chain configChain ID 1979Shipped
12EntropyWiFi / hardware TEEShipped
13IdentityOn-chain KYCShipped
14Contract analysisInfernet bytecode scannerShipped
15Voice paymentsLLM + voiceShipped
16Encrypted messagingECIES chatShipped
17MonitoringInfernet sentinelShipped
18Group DeFiSocial potsShipped
19Random numbersTempo VRFIn progress
20JSON processingJQ precompileIn progress
21ZK proofsgroth16 / ZKMLPlanned