Roadmap
Last updated
Last updated
Redact roadmap consists of 5 phases:
Phase 0 - Testnet Deployment (current stage)
Phase 1 - Mainnet Launch
Phase 2 - Core Components Polish
Phase 3 - Ecosystem Expansion
Phase 4 - UX Optimization
Goal: Launch Redact on the testnet to introduce confidential DeFi for initial use
Encrypt
Encrypt ERC20 token balances into fhERC20 confidential token balances.
Decrypt Decrypt fhERC20 token balances back into ERC20 public token balances.
Confidential Transactions Privately send confidential tokens between wallets, the amount sent is encrypted and private (confidentiality), but the sender and receiver are public (non-anonymous).
Goal: Deploy Redact on mainnet
Mainnet launch Deploy contracts, update frontend network configs, run pre-launch smoke tests.
Performance & load testing Validate end-to-end flows at scale (wrapping, minting, transfers).
Monitoring & alerts Stand up on-chain telemetry and on-call dashboard for quick incident response.
Goal: Round out foundational UX & privacy flows
Multi-wallet connect Ensure users can connect multiple wallets.
Smart wallet integration Finalize Alchemy Smart Wallet SDK flows: creation, import, signing.
Wallet optimization Triage and fix performance/UI glitches in the in-dApp wallet.
Goal: Grow reach via incentives and new chains
Deployment on additional EVM-chains Roll out Redact contracts & UI to one or two testnet/mainnet EVM forks (e.g. Polygon, BSC).
Rewards mechanism release Launch the opt-in yield-rewards module on mainnet.
Goal: Drive adoption with polished experiences
Mobile version optimization Refactor responsive layouts, performance budgets, touch-flow refinements.
Ongoing wallet optimization Iterate on UX (batch txs, gas-fee hints, balance sync), reduce latency further.
Confidential tx hardening Add final checks (fraud-proofs, replay protection) and audit fixes for confidential transfers.
Shared permits integration Wire up fhERC-20 permit issuance on login for confidential-data decryption.