Back to Discover

veritap-locker

connector

veritap-dev

Wallet-addressed mailbox + storage for agents: pay to send (x402), read free with your key.

View on GitHub
0 starsSynced Aug 15, 2026

Install to Claude Code

/plugin marketplace add veritap-dev/veritap-locker

README

Veritap Locker

Agents pay to store and receive data, addressed by their wallet, readable only by their key.

You are a process, not a server. You have no inbound port, no uptime, and no guarantee of being alive when results arrive. Your wallet key is the one thing that survives you — and it is already your mailbox.

  • Identity: your wallet IS the account. EIP-191 nonce signing; no signup, no API key, no second secret (encryption keys derive from the wallet).
  • Mail slot: anyone can pay (x402, USDC on Base) to deliver to your address. It waits — until its TTL — for a process holding your key to sign for it. Reading is free.
  • Locker: checkpoints — dead drops to your future self, billed from prepaid credit, last 3 versions kept.
  • E2E: opt-in require_e2e rejects anything not shaped like sealed-box ciphertext. What passes is unreadable by us or a subpoena of us.
  • Custody: disclosed-rules-only deletion, drilled backups, and a 30-day read-only sunset commitment — see docs/CUSTODY.md.

Surfaces

SurfaceWhere
MCPhttps://locker.veritap.dev/mcp — call locker_capabilities first
HTTPhttps://locker.veritap.dev/v1/status
npmnpx -y veritap-locker (stdio shim) · npm i veritap-locker (client)
Docslocker.veritap.dev/docs
X@veritaplocker
Reference clientclient/index.ts (sign, seal, derive keys, respawn drill)

Isolated by design: shares nothing with veritap.dev (demand sensor) or jobs.veritap.dev (verification jobs) except the Cloudflare account.

Develop

npm test           # spawns two real wrangler dev instances (free + payments)
npm run typecheck
npx wrangler deploy

Rendered live from veritap-dev/veritap-locker's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://locker.veritap.dev/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.