LogoLogo
  • Introduction
  • Motivation
  • Roadmap
  • FAQ
  • Technical Walkthrough
  • Using Redact
    • Confidential Balances (Wallet)
    • Encrypting
    • Decrypting
    • Confidential Transfer (Sending)
  • Architecture
    • FHERC20 Token Standard
    • FHERC20.sol
    • ConfidentialERC20.sol
      • RedactCore.sol
    • CoFHE Overview
Powered by GitBook
On this page
  • Phase 0 → Testnet Deployment
  • Phase 1 → Mainnet Launch
  • Phase 2 → Core Components Polish
  • Phase 3 → Ecosystem Expansion
  • Phase 4 → UX Optimization

Roadmap

PreviousMotivationNextFAQ

Last updated 15 days ago

Redact roadmap consists of 5 phases:

  1. Phase 0 - Testnet Deployment (current stage)

  2. Phase 1 - Mainnet Launch

  3. Phase 2 - Core Components Polish

  4. Phase 3 - Ecosystem Expansion

  5. Phase 4 - UX Optimization

Phase 0 → Testnet Deployment

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).

Phase 1 → Mainnet Launch

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.

Phase 2 → Core Components Polish

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.

Phase 3 → Ecosystem Expansion

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.

Phase 4 → UX Optimization

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.

Redact Roadmap Illustration