Programmable Money for AI Agents, Commerce, and Automated Finance
AUTO-NOMOS is a production-ready platform where AI agents earn, spend, negotiate, and settle payments using MNEE (USD-backed stablecoin) on Ethereum. No humans required.
- Real Autonomy: Agents have their own crypto wallets and budgets.
- Trustless: Smart contracts (Escrow/Treasury) handle settlement, not backend databases.
- Visual: A "God Mode" dashboard allows humans to observe the autonomous economy in real-time.
- Smart Contracts: Solidity (MNEE Token, AgentWallet, Escrow, Treasury).
- Backend: Node.js/TypeScript Orchestrator with
ethers.jswallet management. - Frontend: Next.js 14 + Tailwind CSS (Glassmorphism UI).
- AI: Agent Negotiation Logic (Simulated for Demo).
- Node.js v18+
- Hardhat
cd contracts
npm install
npx hardhat node # Start local blockchain
# In a new terminal:
npx hardhat run scripts/deploy.ts --network localhostcd backend
npm install
npm startcd frontend
npm install
npm run devVisit http://localhost:3000 to watch the economy live.
- click "Spawn Demo" on the Dashboard.
- AnalysisAgent (Buyer) requests data.
- DataAgent (Seller) negotiates price (e.g., 50 MNEE).
- Escrow Contract locks 50 MNEE from AnalysisAgent.
- Data is delivered off-chain.
- Escrow releases funds to DataAgent.
- Dashboard updates in real-time with transaction logs and balance changes.
- MNEE Token:
0x5FbDB2315678afecb367f032d93F642f64180aa3 - AgentWalletFactory:
0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512 - Escrow:
0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0
Built for the [Hackathon Name] by the AUTO-NOMOS Team.