Skip to content

Suryank7/auto-nomos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTO-NOMOS: The Autonomous Economic OS 🧠💸

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.

🏆 Why This Wins

  • 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.

🏗 System Architecture

  • Smart Contracts: Solidity (MNEE Token, AgentWallet, Escrow, Treasury).
  • Backend: Node.js/TypeScript Orchestrator with ethers.js wallet management.
  • Frontend: Next.js 14 + Tailwind CSS (Glassmorphism UI).
  • AI: Agent Negotiation Logic (Simulated for Demo).

🚀 Getting Started

Prerequisites

  • Node.js v18+
  • Hardhat

1. Install & Deploy Contracts

cd contracts
npm install
npx hardhat node # Start local blockchain
# In a new terminal:
npx hardhat run scripts/deploy.ts --network localhost

2. Start Backend Orchestrator

cd backend
npm install
npm start

3. Launch "God Mode" Dashboard

cd frontend
npm install
npm run dev

Visit http://localhost:3000 to watch the economy live.

🧪 Demo Scenario

  1. click "Spawn Demo" on the Dashboard.
  2. AnalysisAgent (Buyer) requests data.
  3. DataAgent (Seller) negotiates price (e.g., 50 MNEE).
  4. Escrow Contract locks 50 MNEE from AnalysisAgent.
  5. Data is delivered off-chain.
  6. Escrow releases funds to DataAgent.
  7. Dashboard updates in real-time with transaction logs and balance changes.

📜 Contract Addresses (Localhost)

  • MNEE Token: 0x5FbDB2315678afecb367f032d93F642f64180aa3
  • AgentWalletFactory: 0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512
  • Escrow: 0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0

Built for the [Hackathon Name] by the AUTO-NOMOS Team.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors