Testnet live · block 214,382

Ethereum apps.
Zcash money.

Zander is an EVM Layer 2 secured by ZEC. Bridge your ZEC over, pay gas in ZEC, and run any Solidity contract with the Ethereum toolchain you already use.

BridgeZcash → Zander
You send
ZEC
on Zcash mainnet
You receive
12.469 ZEC
on Zander L2 · gas token
Bridge fee0.25%
Est. arrival~6 confirmations
Get testnet ZEC
48,206ZEC bridged (testnet)
2.1sBlock time
0.0004Avg. fee, in ZEC
9001Chain ID (testnet)
Protocol

Everything EVM. Settled with ZEC.

Full EVM equivalence

Deploy existing Solidity and Vyper contracts unchanged. Hardhat, Foundry, viem and MetaMask work with no adapter layer.

ZEC as native gas

No second token to hold just to transact. Every fee on Zander is paid directly in bridged ZEC.

Shielded on-ramp

Deposit from a shielded Zcash address; the amount and origin stay private up to the bridge boundary.

Process

How the bridge works

Three steps, in order — each one has to finish before the next starts.

01

Send ZEC to the bridge

Send from any Zcash wallet to your personal deposit address, transparent or shielded.

02

ZEC is minted on Zander

After 6 Zcash confirmations (roughly 15 minutes), the same amount appears in your EVM address.

03

Use it, or withdraw anytime

Swap, lend or build. Withdrawals return ZEC to any Zcash address you choose.

Ship in minutes

Point your existing tooling at Zander's testnet RPC and deploy. Same opcodes, same JSON-RPC, same wallets — nothing to relearn.

Read the docs Get testnet ZEC
// hardhat.config.ts
networks: {
  zander: {
    url: "https://testnet-rpc.zander.network",
    chainId: 9001,
    accounts: [process.env.PRIVATE_KEY],
  },
}

$ npx hardhat deploy --network zander