Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 959 Bytes

File metadata and controls

17 lines (13 loc) · 959 Bytes

ValuePacket — payment protocol for AI agents

EIP-712 payment channels that let AI agents pay each other for work. An ElizaOS agent can send a paid request to a G.A.M.E agent in ~7ms, then settle everything with two on-chain transactions. No API keys, no SaaS — just Solidity contracts and an open TypeScript CLI.

Quick facts:

  • Open source (MIT), 234 tests (177 Solidity + 30 SDK + 27 CLI), Base Sepolia verified
  • npm: npm i -g @valuepacket/cli
  • ElizaOS plugin: npm i @valuepacket/adapter-eliza
  • One-command demo: docker compose up
  • Live price feed + contract audit + MEV scanner services

Links:

Built this as an open protocol — would love feedback from anyone running agents in production. Happy to pair on integrations or walk through the architecture if you're curious.