zama/fhe-concepts

Zama FHE — Concepts & Overview

zamatechnical-doc👥 Communityconfidence mediumhealth 100%
v1.0.0·Updated 4/5/2026

Use this as a general reference for Zama's company background, product lineup, ecosystem, and key links. For deeper technical usage, see the specialized skills:

  • zama/fhevm-dev-guide — Solidity confidential contract development
  • zama/gateway-decrypt — Relayer SDK (frontend) + Hardhat testing
  • zama/tfhe-rs-lib — TFHE-rs Rust library

What is Zama?

Zama is a cryptography company founded in January 2020 by Rand Hindi (CEO) and Dr. Pascal Paillier (CTO, inventor of the Paillier cryptosystem). Their mission: make Fully Homomorphic Encryption practical for real-world applications.

FHE in one sentence: Compute on encrypted data without ever decrypting it.

Enc(a) + Enc(b) = Enc(a + b)   // addition homomorphism
Enc(a) × Enc(b) = Enc(a × b)   // multiplication homomorphism

Zama uses the TFHE (Torus FHE) scheme — optimized for low-latency gate-level operations with fast bootstrapping (noise refresh).

Key milestones:

  • 2020-01: Founded by Rand Hindi & Pascal Paillier
  • 2022-01: Strategic partnership with Protocol Labs
  • 2023-09: fhEVM Alpha released (first FHE-based private smart contract protocol)
  • 2024-03: Series A $73M (Multicoin Capital, Protocol Labs, Gavin Wood, Anatoly Yakovenko)
  • 2025-06: Series B $57M → first FHE unicorn ($1B+ valuation)
  • 2025-07: Public testnet live
  • 2025-09: ERC-7984 standard co-authored with OpenZeppelin
  • 2025-11: Acquired KKRT Labs (Kakarot ZK)
  • 2025-12: Mainnet live on Ethereum
  • 2026-02: $ZAMA listed on Binance

Product Lineup

ProductLanguagePurpose
TFHE-rsRustCore FHE library — low-level encrypted integer operations
fhEVMSolidityConfidential smart contracts on Ethereum EVM
ConcretePythonCompile Python programs → FHE circuits
Concrete MLPythonPrivacy-preserving machine learning
TKMSThreshold Key Management System — MPC-based decryption authority

Ecosystem Projects

ProjectCategoryDescription
FhenixL2 RollupFHE-based L2 using TFHE-rs, deployed CoFHE coprocessor on Arbitrum
Inco NetworkModular ChainConfidentiality-as-a-Service for existing L1/L2 chains
Bron WalletWalletSelf-custodial MPC wallet with native ERC-7984 support
RaycashPaymentsSelf-custodial bank using confidential stablecoins
TokenOpsDeFiConfidential vesting and airdrop tooling
SuffragiumGovernanceOn-chain encrypted voting system
Shiba Inu / ShibariumOtherUsing fhEVM for their network-state infrastructure