EXPLORER

Privacy Dashboard

HYVE integrates Zcash-grade zero-knowledge privacy natively — not through a bridge or sidechain. Monitor the shielded pool, stealth address activity, and ZK proof verification.

HOW HYVE PRIVACY WORKS

1

Shield

Deposit tokens from your transparent EVM address into the unified shielded pool. This burns the transparent tokens and creates shielded notes.

Visible: sender, amount
2

Private Transfer

Transfer within the shielded pool using ZK proofs. No one can see the sender, receiver, or amount — only that a valid proof was submitted.

Hidden: sender, receiver, amount
3

Unshield

Withdraw tokens back to a transparent address by revealing a nullifier (prevents double-spend) and ZK proof of ownership.

Visible: recipient, amount
+

Stealth Addresses

Even outside the shielded pool, senders can generate one-time addresses using DKSAP. The recipient scans announcements with their viewing key.

Hidden: receiver identity

EVM PRIVACY PRECOMPILES

Privacy features are accessible from Solidity smart contracts via native EVM precompiles — no external bridges required.

0x0900MASP Extended

Full MASP operations from EVM contracts

shield()unshield()shieldedTransfer()shieldedBalance()merkleRoot()verifyProof()
0x0901Stealth Addresses

DKSAP one-time address generation

registerMetaAddress()getMetaAddress()announce()getAnnouncements()generateStealthAddress()
0x0902Privacy DeFi

Confidential DeFi operations

shieldedSwap()confidentialTransfer()shieldedCall()

WHAT THE BLOCKCHAIN REVEALS

  • A shielded transaction occurred (but not who or how much)
  • A ZK proof was verified as valid
  • Total value locked in the shielded pool
  • Shield/Unshield: transparent side amount and address
  • Gas was paid for the privacy operation

WHAT IS HIDDEN

  • Shielded transfer sender identity
  • Shielded transfer receiver identity
  • Shielded transfer amount
  • Which notes are being spent (nullifier unlinkability)
  • Stealth address recipient real identity
  • Connection between shield and unshield operations