ElizaOS plugin for crypto payment: AESP #6572
ya-xyz
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'd like to share our AESP plugin for ElizaOS: https://github.com/ya-xyz/elizaos-plugin-aesp. AESP represents Agent Economic Sovereignty Protocol , which is hosted at https://github.com/ya-xyz/aesp.
AESP define how AI agents operate economically under human sovereignty. It enables AI agents to autonomously negotiate, transact, and settle payments — all within human-defined policy boundaries. It bridges the gap between autonomous agent capabilities and the non-negotiable requirement for human control over economic actions.
Core Idea
Agents should be economically capable but never economically sovereign. AESP enforces this principle through:
Policy-gated execution — Every agent action is checked against human-defined spending limits, allowlists, time windows, and chain restrictions before it can proceed.
Human-in-the-loop review — Actions that exceed policy boundaries are routed to the human's mobile device for biometric approval.
Cryptographic commitments — Agent-to-agent agreements are structured as EIP-712 typed data, signed by both parties, and settled on-chain via escrow.
Context-isolated privacy — Each transaction uses HKDF-derived ephemeral addresses so that on-chain activity cannot be correlated across agent contexts.
With https://github.com/ya-xyz/elizaos-plugin-aesp, you can build AI agents that supports crypto payments and settlements more smoothly than fiat.
Thanks,
Jason
Beta Was this translation helpful? Give feedback.
All reactions