PASS: A Provenanced Access Subaccount System for Blockchain Wallets
Jay Yu, Shunfan Zhou, Hang Yin, Brian Seong
TLDR
PASS introduces a provenance-based blockchain wallet system for secure, private multi-actor asset management, replacing traditional key ownership.
Key contributions
- Replaces role/identity control with provenance-based asset access for multi-actor wallets.
- Inbox-Outbox mechanism ensures verifiable lineage for all external blockchain actions.
- Guarantees privacy for internal asset transfers, indistinguishable from standard EOAs.
- Formally verified in Lean 4 and implemented efficiently with enclave backends.
Why it matters
This paper addresses the limitations of traditional blockchain wallets for complex multi-actor scenarios like AI agents or enterprise use. PASS enables secure, private shared access to assets without exposing secrets or activity. This advances the design of practical, privacy-preserving custody solutions.
Original Abstract
Blockchain wallets conventionally follow an ownership model where possession of a private key grants unilateral control. However, this assumption is brittle for emerging settings such as AI agent wallets, organizational custody, and enterprise payroll, where multiple actors must coordinate without exposing secrets or leaking internal activity. We present PASS, a Provenanced Access Subaccount System that replaces role-based or identity-based control with provenance-based control: assets can only be used by subaccounts that can trace custody back to a valid deposit. A simple Inbox-Outbox mechanism ensures all external actions have verifiable lineage, while internal transfers remain private and indistinguishable from ordinary EOAs. We formalize PASS in Lean 4 and prove core invariants, including privacy of internal transfers, asset accessibility, and provenance integrity. We implement a prototype with enclave backends on AWS Nitro Enclaves and dstack Intel TDX, integrate with WalletConnect, and benchmark throughput across wallet operations. These results show that provenance-based wallets are both implementable and efficient. PASS bridges today's gap between strict self-custody and flexible shared access, advancing the design space for practical, privacy-preserving custody.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.