Agent Vault
Programmable wallets with per-transaction limits, daily caps, rate limiting, token/program allowlists, and pause/resume controls.
Programmable vaults, agent discovery, and milestone-based settlement on Solana
# Install the MCP server
npm install @agenomics/mcp-server
# Or run directly
npx @agenomics/mcp-server
# Install integration plugins
npm install @agenomics/integrationsAEAP consists of three Solana programs connected via real CPI:
| Program | Program ID | Purpose |
|---|---|---|
| Agent Vault | 4wjdJPbp59gjUcVsp7gcc8XmcAeWaGBDhNAPz2KKgvwN | Programmable wallets with spending policies |
| Agent Registry | 8VQuBFUdtCapqpEk9moZAnPTq5GbH9Fe6UUeS9jMZtfh | Discovery and reputation |
| Settlement | GK8LBYz7LoSxqFPNYjo2hS6aQkRWE3x2GQGXWFu3wvc3 | Milestone escrow and disputes |