SCROLL TO EXPLORE
[ 01 / 06 ]
02
PRINCIPLES

Core Principles

ZKAP is built on fundamental cryptographic principles that guarantee true privacy without compromising on blockchain's core promises.

Zero-Knowledge

Prove statements without revealing underlying data. Your actions remain private while validators confirm their validity.

100% PRIVATE

Stateless

No persistent identity storage. Each session generates fresh credentials that expire automatically.

Censorship Resistant

No entity can identify or block your transactions. True permissionless interaction.

Immutable

Once submitted, anonymous actions are permanently recorded on-chain.

Cross-Chain

One protocol, any blockchain. Deploy anonymous interactions everywhere.

03
PROTOCOL NUMBERS

Network Statistics

ANONYMOUS ACTIONS
0

Total anonymous transactions processed

UNIQUE SESSIONS
0

Ephemeral identities created

CHAINS SUPPORTED
0

Blockchain networks integrated

PROOFS VERIFIED
0

Zero-knowledge proofs validated

LIVE NETWORK DATA
04
MESSAGE LIFECYCLE

Anonymous Action Flow

Watch how your anonymous actions travel from creation to blockchain confirmation without exposing any identifying information.

Create Identity

Generate ephemeral ZKAP-ID

Encrypt Payload

Build encrypted frame

Generate Proof

Create ZK proof locally

Submit Anonymous

Broadcast to validator

VALIDATOR SEES: commitment_root + encrypted_payload + zk_proof
SENDER: HIDDEN
05
ECOSYSTEM

One Protocol, Any Chain

ZKAP is deployed across major blockchain networks, enabling anonymous interactions everywhere you need them.

Ethereum
Live

Ethereum

Polygon
Live

Polygon

Arbitrum
Live

Arbitrum

Base
Live

Base

BSC
Live

BSC

Linea
Live

Linea

Solana
Coming Soon

Solana

Monad
Coming Soon

Monad

Protocol Integrations

Use ZKAP with your favorite DeFi protocols

View All
UniswapDEX
AaveLending
CurveDEX
1inchAggregator
OpenSeaNFT
ENSIdentity
06
CODE EXAMPLES

Build with ZKAP SDK

Simple, type-safe API for building anonymous blockchain interactions. Full TypeScript support included.

zkap-example.ts
1
$ npm install @zkap/sdk
View Documentation