Confidential distribution infrastructure
Private token distributions. Public-chain settlement.
Public token distributions leak allocation data: recipient lists, amounts, and timing become permanent chain intelligence. VantaDrop keeps allocation data confidential while preserving public settlement. The sender creates a confidential distribution, stores claim material in the encrypted Claim Vault, and each recipient decrypts only their own allocation.
Use cases
On-chain settlement for allocations that should not become public data.
VantaDrop is designed for serious token operations: auditable public infrastructure, confidential allocation data, and recipient-controlled decryption.
Confidential airdrops
Reward users without publishing who received which allocation.
Team distributions
Settle contributor grants on-chain without exposing the compensation table.
Investor allocations
Prove settlement while keeping individual terms confidential.
DAO rewards
Pay contributors without turning every amount into public governance drama.
Privacy model
The registry is public. The allocation data is not.
VantaDropRegistry stores only public metadata. It never stores recipient lists, allocation amounts, notes, claim signatures, handles, or proofs. Claim material is stored in the encrypted Claim Vault and released only after wallet-ownership verification for the matching recipient.
Public surface
Verifiable metadata only
The registry is intentionally narrow: it records public metadata needed for discovery and judging, not recipient-specific claim material.
Confidential surface
Claim Vault capsules and encrypted allocations
Claim material is stored in encrypted backend capsules for wallet discovery. Recipients decrypt only their own allocation after explicit wallet actions.
Workflow
Sender timeline to recipient proof.
The flow is explicit because privacy is the product. Every public fact is separated from private claim material, and every live action remains behind a user click.
- OKSender preparesThe sender connects on Sepolia, mints test CTTT if needed, approves TokenOps as operator, and reviews public registry metadata.
- OKCreate confidential distributionTokenOps creates and funds a ConfidentialAirdrop clone. Funding is encrypted in-flight; the registry stores public metadata only.
- OKStore in encrypted Claim VaultThe app stores encrypted recipient claim capsules off-chain. VantaDropRegistry still stores public metadata only.
- OKRecipient decrypts and claimsThe recipient connects from /drops, signs a harmless eligibility message, receives only their matching capsule, decrypts their own allocation, claims, and verifies balance.
Proof, not promises
Judge the project from public Sepolia evidence.
Contracts
Live transactions
Demo guide
Three public surfaces for the complete story.
Start with the sender console, inspect the distribution room, then run the recipient-side decrypt and claim portal. Live transaction buttons remain explicit; nothing auto-executes.
Create
Use the live sender wizard. It preserves the proven TokenOps flow and stores encrypted claim capsules when the Claim Vault is configured.
OpenDistribution room
Inspect public metadata, registry facts, TokenOps clone links, and the privacy boundary.
OpenDrops dashboard
Connect your wallet to privately check eligible claim packages and open the claim flow.
OpenReady for review
Confidential allocation data. Public settlement proof.
VantaDrop keeps the sensitive parts out of the registry and lets the chain prove the parts that should be public.