Iron Fish

Iron Fish is a proof-of-work Layer 1 blockchain that enforces full transaction privacy by default for every transaction — unlike Zcash where most users choose transparent addresses. Founded by Elena Nadolinski (formerly of Apple and Airbnb) and launched in 2023, Iron Fish uses the same zk-SNARK primitive as Zcash (based on Sapling-like note commitments and Groth16 proofs) but makes shielding mandatory: there are no transparent addresses. Every Iron Fish account holds shielded notes; every transaction is a ZK proof of valid spend without revealing sender, receiver, or amount. The IRON token is the native currency. Iron Fish’s thesis mirrors Monero’s philosophy (“privacy by default, for everyone”) applied to the ZK proof design space — arguing that opt-in privacy (Zcash model) fails because using the privacy feature is itself a suspicious act when 80-90% of users don’t use it. Iron Fish has emphasized accessibility (browser-accessible wallet, simple setup) and legitimate use cases (enterprise financial privacy, personal data protection) rather than the technical complexity that characterizes Zcash communication.


Mandatory vs. Optional Privacy

Zcash model (optional privacy):

  • Two address types: transparent (t-addr) and shielded (z-addr)
  • 85-90% of ZEC in transparent addresses
  • Using shielded features = minority behavior = suspicious signal
  • Regulatory authorities can blacklist z-address usage in some jurisdictions

Iron Fish model (mandatory privacy):

  • All addresses are shielded — no transparent option
  • 100% of transactions use ZK proofs
  • Privacy is the baseline, not the exception
  • Anonymity set = entire network (not a fraction)

Protocol Design

Notes: Encrypted value commitments (like Zcash Sapling notes)

Nullifiers: Unique identifiers proving note consumption without revealing which note

Merkle Tree: Global commitment tree of all notes

Asset Model: Iron Fish supports multi-asset natively — any token created on Iron Fish is shielded by default (not just IRON)


Multi-Asset Privacy

A significant differentiator: Iron Fish supports native custom assets where all token types benefit from mandatory privacy:

  • Create a token on Iron Fish → all transactions of that token are shielded
  • This enables a “private ERC-20” model where any stablecoin or asset can have Zcash-level privacy
  • Contrast: Zcash has limited support for non-ZEC assets

IRON Token Economics

  • Consensus: Proof-of-Work (Fisherman algorithm, GPU-friendly)
  • Block reward: Fixed emission, halving schedule
  • Mining: Accessible to GPU miners
  • Genesis: No pre-mine controversy; team allocation from block rewards
  • Total supply: Target ~256M IRON over halving schedule

Social Media Sentiment

Iron Fish received positive coverage for its thesis (mandatory ZK privacy) and Elena Nadolinski’s clear communication about legitimate use cases for financial privacy. The project raised $27.6M from a16z, Electric Capital, and Sequoia. Criticism focuses on adoption — as an independent L1 with no DeFi ecosystem and limited bridge support to Ethereum, Iron Fish struggles with the cold-start problem. IRON’s price has been volatile and community activity has declined from peak. The mandatory privacy model means exchanges must implement shielded address support (some decline due to compliance concerns), hurting liquidity. Despite these challenges, Iron Fish remains the most principled implementation of the “private by default” thesis.


Last updated: 2026-04

Related Terms


Sources

  1. “Iron Fish: Privacy-Preserving Cryptocurrency with Mandatory Shielding” — Nadolinski et al. (2022). Iron Fish whitepaper — documenting the design philosophy (mandatory vs. optional privacy), the Sapling-derived ZK circuit, multi-asset support, and the case for mandatory shielding over opt-in.
  1. “The Mandatory Privacy Thesis: Why Opt-In Privacy Systems Fail” — Electric Capital (2023). Investment analysis making the case for mandatory privacy protocols — arguing that optional privacy creates “privacy ghetto” effects where using privacy signals suspicion, evaluating Monero, Iron Fish, and Penumbra as the leading mandatory-privacy systems.
  1. “Iron Fish Multi-Asset: Private Token Standard” — Iron Fish Developers (2023). Technical documentation of Iron Fish’s multi-asset system — describing how custom tokens are created and how all asset types inherit mandatory privacy within the Iron Fish shielded pool.
  1. “Proof-of-Work in Privacy Coins: GPU Mining and Decentralization” — CoinMetrics (2023). Analysis of why Iron Fish and other privacy coins chose GPU PoW consensus — examining mining decentralization, ASIC resistance, and the tradeoff vs. proof-of-stake for privacy-focused networks.
  1. “Bridge Privacy: Iron Fish and the Cross-Chain Privacy Problem” — Iron Fish Community Research (2023). Analysis of how Iron Fish’s mandatory privacy intersects with cross-chain bridging — examining how any bridge between Iron Fish and Ethereum creates a privacy boundary that potentially leaks information.