Inspiration

As we move from chatbots to autonomous agents (AutoGPT, LangChain), we realized a critical gap: Agents are financially paralyzed. They can write code and plan tasks, but they cannot pay for APIs, compute, or data without a human credit card. Giving an autonomous bot a raw private key is a security nightmare. We needed a "CFO for AI Agents."

What it does

AgentPay OS is a Treasury Management System for AI fleets.

  1. Treasury Dashboard: Humans provision "Agent Wallets" and fund them with MNEE tokens.
  2. On-Chain Governance: It allows humans to set strict spending policies (e.g., "Max 100 MNEE/day", "Allowed Category: Compute Only") enforced by Smart Contracts.
  3. Simulation Engine: It visualizes the invisible economy of agents negotiating and paying each other for resources in real-time.

How we built it

We built the frontend with React 18 and Tailwind CSS for a futuristic, command-center aesthetic.

  • Web3: We used Ethers.js v6 to connect to Ethereum Mainnet and interact with the MNEE Token contract for real value transfer.
  • Simulation: We built a custom state engine to simulate the asynchronous negotiation between "Researcher" and "Provider" agents.
  • Testing: We actually built an internal "Director Mode" tool (hidden in the repo!) that automates the UI to record perfect demo videos.

Challenges we ran into

Balancing the "Simulation" with "Real Blockchain" transactions was tricky. We wanted the demo to feel alive (simulated high-frequency trading) while proving we could do real on-chain funding. We solved this by using real MNEE for the "Funding" phase and a simulated ledger for the high-speed internal economy visualization.

Accomplishments that we're proud of

We are proud of the UI/UX. Crypto tools are often clunky; we wanted AgentPay OS to feel like a sci-fi interface that a future AI operator would actually use. We're also proud of the Smart Contract architecture (AgentWallet.sol) which wraps ERC-20 tokens in a safety layer.

What's next for AgentPay OS

  1. Deploying the factory contracts to Mainnet so users can deploy actual wallet clones.
  2. Integrating an "Approval Workflow" where agents request funds via Telegram, and humans approve via the dashboard.

Built With

Share this project:

Updates