VEIL BETABuilt for RobinhoodOpen console

A fresh address
for every payment.

One public recipient identity. New on-chain destinations for every transfer. Only the recipient can detect which addresses belong to them.

ERC-5564 flow Non-custodial Local key control
PRIVATE PAYMENT ROUTE ACTIVE
RECIPIENT LINKNOT EXPOSED
PUBLIC IDENTITYONE SHAREABLE VEIL ID
DESTINATIONNEW ADDRESS PER PAYMENT
DETECTIONLOCAL VIEWING KEY SCAN
CONTROLRECIPIENT SPENDING KEY
INPUTSENDER WALLET
OUTPUTONE-TIME ADDRESS
Reusable wallet address stays out of the payment pathERC-5564 FLOW
ERC-5564ERC-6538SECP256K1ROBINHOOD CHAINNON-CUSTODIAL
PROTOCOL / 01

One identity.
Unlimited receiving addresses.

The public identity stays stable. The destination changes for every payment.

01

Publish one identity

Create separate viewing and spending keypairs. Share the public VEIL meta-address.

02

Derive one destination

The sender creates a fresh stealth address for that payment and publishes a compact announcement.

03

Detect and control

The recipient scans announcements, identifies owned addresses, then spends from them directly.

PRIVACY MODEL / 02

Hide the recipient link. Keep the chain honest.

VEIL does not claim invisible transactions. It limits one specific leak: the public connection between a known wallet and a receiving address.

Read the privacy model
FIELDPUBLICVEIL EFFECT
SenderYESUNCHANGED
AmountYESUNCHANGED
TimingYESUNCHANGED
One-time addressYESNEW PER PAYMENT
Main recipient walletNO DIRECT LINKCONCEALED
INTEGRATION / 03

Recipient privacy without taking custody.

Wallets and applications can prepare a private transfer, route payment and announcement atomically, and leave control with the recipient.

Typed interfaces EVM tooling Standard contracts
TRANSFER.tsSDK PREVIEW
const transfer = await veil.prepare({
  recipient: recipientMetaAddress,
  amount: paymentAmount
});

await veil.send(transfer);
DELIVERY / 04

Build the narrow protocol first.

Full roadmap
00

Foundation

Contracts, local key vault, sender flow, scanner, native ETH withdrawal

COMPLETED
01

Testnet Beta

Robinhood Chain testnet contracts, username registry, wallet and scan validation

COMPLETED
02

Mainnet Beta

Live Robinhood Mainnet payments, usernames, production launch and monitoring

CURRENT
03

$VEIL Token Launch

Official token launch after Mainnet Beta, using the publicly identified VEIL deployer wallet

PLANNED
04

Integrations

SDK package, wallet modules, payment links, merchant and payroll pilots

LONG-TERM
05

Full Privacy System

Zero-knowledge private balances, hidden amounts and senders, relayers, production hardening

LONG-TERM
QUESTIONS / 05

What VEIL does and does not do.

VEIL BETA

Open the receiver console.

Start on Robinhood Testnet with test ETH, then switch to Robinhood Mainnet when you are ready to use real funds.

Launch application