Skip to content

Zk-nd3r/awesome-agent-wallets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

awesome agent wallets

awesome

curated list of agent wallet and custody infrastructure. evaluated against five properties that define real agent custody.

the five properties

any agent that holds real capital needs all five. if it is missing one, it is not custody. it is a hot wallet with extra steps.

  1. non-drainable. no single key compromise drains the wallet. threshold or split-key signing minimum.
  2. policy-bound. spend limits, allowlists, time locks enforced on chain. not in client code.
  3. attested. every action produces a verifiable proof. anchored to an immutable ledger.
  4. remembering. the agent carries context across sessions. decisions are traceable.
  5. killable. a human or risk system can halt the agent instantly. no override.

comparison

project non-drainable policy-bound attested remembering killable privacy
shieldedvault yes (FROST 2-of-3) yes (Sui Move) yes (ZAP1 mainnet) yes (MemPalace) yes yes (Zcash shielded)
coinbase agentkit no (custodial) partial (server-side) no no partial no
trust wallet TWAK no (single key) no no no no no
privy agentic wallets no (single key) partial (policy API) no no partial no
crossmint agent wallets no (custodial) partial no no partial no
chimoney AI wallets no (custodial) no no no no no
lit protocol partial (N-of-M) partial (conditions) no no partial no
fireblocks yes (MPC) yes (policy engine) partial (audit log) no yes no
human.tech WaaP partial (2PC-MPC) partial (Sui Move) no no partial no
aeon protocol partial (Ika MPC) partial no no partial no

threshold signing

tools that split keys so no single compromise drains funds.

  • shieldedvault FROST CLI FROST(Pallas, BLAKE2b-512) with RedPallas. 2-of-3 threshold. keygen, sign, verify. Zcash native.
  • zcash-ika 2PC-MPC split-key custody via Ika dWallets. 54 exports. BTC + ZEC + EVM signing.

policy enforcement

on-chain rules that limit what the agent can do.

attestation

verifiable proof of what the agent did.

  • ZAP1 attestation protocol. BLAKE2b Merkle tree anchored to Zcash mainnet. 9 event types. verified on 5 EVM chains. ZIP-1243 under editor review.

memory and context

persistent agent memory across sessions.

  • MemPalace semantic search + knowledge graph. 19 MCP tools. ChromaDB + SQLite KG.

agent frameworks with wallet support

MCP servers for blockchain

  • zcash-mcp 22 tools for Zcash. blockchain queries, memo decoding, attestation verification. 2,480 downloads/month.

contributing

PRs welcome. add your project with an honest assessment against the five properties. no marketing copy. just facts.

license

CC0

About

curated list of agent wallet and custody infrastructure. the five properties: non-drainable, policy-bound, attested, remembering, killable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors