Namada

Definition:

Namada is a Proof-of-Stake Layer 1 blockchain built by Heliax (the team behind Anoma) that provides unified multi-asset privacy for tokens from multiple blockchain ecosystems — including Ethereum (via IBC bridge and Ethereum bridge), Cosmos IBC chains, and Bitcoin — through a Multi-Asset Shielded Pool (MASP) derived from Zcash’s sapling cryptographic primitives. Namada’s unique value proposition is “shielding” rather than “mixing”: instead of routing assets through a fixed-denomination anonymity set, Namada allows users to transfer any supported asset into a single shielded pool where all internal transactions are invisible.


Core Concept: The MASP

MASP (Multi-Asset Shielded Pool):

Traditional Zcash supports only ZEC in its shielded pool. Namada generalizes this to support multiple assets simultaneously in a single shielded set. The larger and more diverse the set of assets in the pool, the stronger the privacy guarantees for all users (more cover traffic, more ambiguity about transaction origins).

Privacy guarantees:

  • Asset type (which token) is hidden inside the pool
  • Amount is hidden
  • Sender and receiver are hidden
  • Transaction graph is hidden (no linkability between shield and unshield operations)

Only the user with the spending key can see their own shielded balances.


Architecture

Consensus: CometBFT (the Tendermint implementation used by Cosmos chains). Namada is IBC-compatible.

Shielded execution: The MASP circuit is based on Zcash’s Sapling circuit, extended to support multiple asset types and arbitrary amounts (not just ZEC). Proofs are generated by a Zcash-derived proving stack.

Native token (NAM): Governance and staking token. Used for gas fees, validator staking, and DAO governance.

Shielded asset rewards: A “shielded asset rewards” program periodically distributes NAM tokens to users who keep assets in the shielded pool — incentivizing pool size growth, which strengthens privacy for all users.

IBC bridge: Namada is natively IBC-compatible, allowing Cosmos ecosystem tokens (ATOM, OSMO, etc.) to be bridged in and shielded directly.

Ethereum bridge: A separate Ethereum bridge allows ERC-20 tokens to be bridged into Namada’s shielded pool.


Anoma and Heliax Connection

Namada is built by Heliax, the primary contributor to the Anoma Protocol. Anoma is a broader vision for intent-centric blockchains (counterparty discovery across chains); Namada serves as a standalone privacy-focused chain that shares Heliax’s research foundations but has its own mainnet and community.


Mainnet Launch

Namada launched mainnet in 2024 after extensive testnet campaigns. The launch was significant in the privacy blockchain space as it brought multi-asset ZK privacy to an IBC-native chain for the first time.


Comparison: Privacy Chains

Chain Privacy Model Multi-Asset? IBC?
Zcash Single asset (ZEC) sapling pool No No
Namada MASP (any supported token) Yes Yes
Penumbra Shielded AMM Yes (DEX assets) Yes
Secret Network SGX-based trusted execution Yes Yes
Aztec ZK L2 (Ethereum assets) Yes No

Related Terms


Sources

Last updated: 2026-04