Privacy should extend beyond wallets and execution into identity itself. VeilID gives users, apps, and AI agents disposable identities and abstracted reputation — onchain, unlinkable.
Every transaction you sign becomes a permanent behavioral fingerprint. Over time, those traces are linked, clustered, and attributed — until a single address tells your whole story.
Wallets can be shielded. Execution can be hidden. But your identity — the connective tissue between everything you do — stays exposed.
Disposable identities, reputation abstraction, and privacy-preserving credentials — composed into a single control surface.
Manage multiple privacy-preserving identities from one control layer. Rotate, segment, and revoke — without ever exposing the wallet beneath.
Spin up temporary identities for trading, governance, gaming, and apps. Use once, then burn — leaving no thread to pull.
Build trust and carry credentials without exposing wallet ownership.
AI agents operate through isolated, attributable-only-to-themselves identities.
Identity, verification, and reputation APIs with first-class integration tools.
Your wallet stays sealed in the Vault. Every identity it issues is unlinkable to the next — and the apps and agents you touch only ever see a disposable face.
Issue a fresh identity for a single trade, a single vote, a single session. When you're done, burn it — and the trail ends there.
Demo · state resets on reload
Reputation is abstracted away from your wallet. Carry verifiable standing — history, attestations, stake — into any context without ever revealing who holds it.
Autonomous agents act through isolated identities — accountable for their own behavior, never traceable back to you or to each other.
Trade and rebalance under a throwaway identity scoped to one mandate.
Monitor and act on your behalf without inheriting your history.
Negotiate and coordinate across protocols, each behind its own veil.
VeilID is one layer in a private-by-default stack on Solana. Each layer seals a different surface — together, they leave nothing to trace.
VeilID is built with Hush Wallet — extending its private-by-default foundation from balances into identity.
Identity, verification, and reputation APIs with typed SDKs. Issue, verify, and burn identities from any app or agent.
import { VeilID } from '@veilid/sdk'const veil = new VeilID({ apiKey: 'pk_live_…' })// Issue a disposable, reputation-bearing identityconst profile = await veil.identities.create({purpose: 'governance',ttl: '24h',reputation: 'inherit'})console.log(profile.handle) // veil:9fK…2aQ