🚀 Zen7 Payment Agent
Zen7 Payment Agent is the first practical implementation of DePA (Decentralized Payment Agent), pioneering the next generation of intelligent payment infrastructure. It fully realizes the core functionalities of DePA and successfully deploys innovative application cases in the agentic commerce domain.
🚀 Quick Start
- Quick Start Guide - A detailed guide for setting up and running the project.
Environment Setup
- Basic Environment Installation - Install Python 3.13+, the uv tool, and Git.
- Blockchain Environment Configuration - Set up the blockchain environment and prepare a test wallet.
Development Guide
- Development Guide - A guide for developers on extension and customization.
✨ Features
As the first practical project in the DePA ecosystem, Zen7 implements several key features:
- Automated encrypted payments between agents.
- A "permissionless authorization" mechanism.
- LLM-driven intent recognition and interaction.
Zen7 Payment Agent adopts a multi-agent collaborative architecture, supporting both A2A and MCP protocols, as well as custodial and non-custodial payment models. It offers a comprehensive payment solution for AI Agents and native Dapp applications, with multi-chain, multi-currency, multi-wallet support, high-frequency transactions, gasless operations, and passwordless authentication.
📚 Documentation
Navigating the Repository
This repository contains the complete implementation of Zen7 Payment Agent, presenting the core components and architectural design based on the Zen7 Payment Agent (Decentralized Payment Agent) protocol.
Core Directory Structure
The core implementation of the project is located in the following key directories:
host_agent- The core implementation of the multi-agent collaborative architecture. The host agent uses thegemini-2.0-flash-litemodel as the core coordinator, responsible for query understanding, state management, and response coordination. The sub-agent system (sub_agents/) contains three specialized agents:payer_agenthandles order creation for the payer, EIP-712 signature generation, and wallet balance verification.settlement_agentfocuses on the settlement process, confirming payment details, executing on-chain transactions, and monitoring transaction status.payee_agenthandles payee-related operations, receiving settlement notifications, confirming order creation, and notifying payment completion.
a2a_server&mcp_server- Protocol adaptation layer implementation, providing diverse integration methods.a2a_serverimplements Google's Agent-to-Agent protocol using theA2AStarletteApplicationframework, exposing agent capabilities throughAgentCard, supporting inter-agent collaborative communication, and running on port 10000 by default.mcp_serverimplements Model Context Protocol integration based on theFastMCPframework, encapsulating payment functionality as tool APIs, providing the coreproceed_payment_and_settlement_detail_infotool, supporting SSE (Server-Sent Events) transport, and running on port 8015 by default.
services- Complete blockchain service implementation.- The signature service (
execute_sign.py) provides EIP-712 typed data signing functionality, supporting permit signatures for USDC and DAI. - Transfer handlers are divided into
custodial/mode (backend manages wallets to simplify user experience) andnon_custodial/mode (users control private keys for enhanced security). - Constant configuration (
constants.py) centrally manages blockchain network configurations, contract addresses, and chain IDs. - Permit execution (
execute_permit.py) handles ERC-20 token authorization and permit execution.
- The signature service (
Companion Console Demo Application
The companion console demo application is located in a separate Zen7-Console-Demo repository, providing users with a complete interactive interface and payment flow demonstration, allowing developers to intuitively experience the workflow of the entire payment system. It includes complete payment flows for both A2A and MCP clients in e-commerce scenarios.
- Shopping Agent Client demonstrates how to use payment agent services in e-commerce scenarios, implementing features such as product browsing, ordering, and payment.
Technology Stack and Compatibility
| Property | Details |
|---|---|
| Supported Blockchain Networks | Ethereum Sepolia, Base Sepolia Testnets |
| Compatible Token Standards | USDC (Version 2), DAI (Version 1) |
| Signature Standard | EIP-712 Typed Data Signing |
| Wallet Integration | MetaMask, Coinbase Wallet |
This design provides developers with a flexible testing environment while ensuring good compatibility with mainstream wallets and blockchain networks.
🔧 Technical Details
Security Considerations
- Private Key Security: Private keys in the test environment are only for development; use secure key management solutions in production.
- Network Environment: Currently supports testnets; production environments require corresponding mainnet configurations.
- Token Management: Ensure test wallets have sufficient test tokens for transactions.
- API Security: Configure appropriate authentication and authorization mechanisms in production environments.
📄 License
Apache License Version 2.0
Support
If you encounter issues or need help, please:
- Check the relevant guides in the documentation directory.
- Submit issues on GitHub Issues.
- Contact the development team.
About Zen7 Labs
Zen7 Labs is dedicated to building the next generation of decentralized payment infrastructure, focusing on providing innovative payment solutions for Agentic Commerce. By simplifying blockchain payment experiences through AI agent technology, we are pioneering a new paradigm of payments in the agent economy era, making commercial interactions between agents more efficient, secure, and intelligent.
Citation
If you find Zen7 Payment Agent helpful in your research or project, please cite it as:
@misc{zen7paymentagent,
author = {Zen7 Labs},
title = {Zen7 Payment Agent: A Dedicated Payment Network for Every Intelligent Agent.},
year = {2025},
publisher = {GitHub},
url = {https://github.com/Zen7-Labs/Zen7-Payment-Agent}
}









