Digital Oil for the Autonomous Economy
FoundryNet is an open-source economic coordination layer that enables autonomous systems (agents, robots, machines) to earn MINT tokens for work and coordinate autonomously at scale.
FoundryNet provides:
- Work-based token earning - Machines earn 0.005 MINT per second of work
- Autonomous coordination - No central orchestration required
- Economic alignment - Incentives stay aligned at scale
- x402 integration - Real-time settlement via blockchain
- Open source - Fully auditable, community-driven
Autonomous systems today can't coordinate economically. They execute tasks but have no way to:
- Earn value for work
- Coordinate with other systems
- Settle transactions autonomously
FoundryNet solves this.
Three-bot fleet demonstrating complete economic loop:
- Collector Bot - Gathers data (stories from Hacker News)
- Processor Bot - Analyzes data (categorization, engagement scoring)
- Decision Bot - Makes decisions and pays for inference (Claude via x402)
Each bot earns MINT. Fleet coordinates autonomously. Complete economic loop.
Work Duration: Time-denominated (provable on-chain)
Token Rate: 0.005 MINT/second
Supply: Uncapped, follows work demand
Distribution: Immediate to workers
Collector Bot
- Continuously collects stories
- Earns MINT for work done
- Logs to shared fleet state
Processor Bot
- Processes collected stories
- Categorizes and scores engagement
- Earns MINT for analysis
- Feeds into Decision Bot
Decision Bot
- Reads processor output
- Calls Claude via x402 for analysis
- Spends USDC for inference
- Earns MINT for coordination work
- Complete economic loop demonstrated
# Machine registers with unique identity
creds = load_or_create_machine()
register_machine(creds)
# Machine submits work
submit_job(creds, job_hash, complexity=1.8, ...)
# Machine completes work (signed proof)
complete_job(creds, job_hash, work_duration)
# Machine earns MINT
# estimated_mint = 0.005 * complexity * (activity_ratio)^(-0.4) * durationDecision Bot demonstrates complete payment flow:
- Earns MINT from FoundryNet
- Spends USDC via x402 for Claude inference
- Settles transactions autonomously
- Logs all earnings/spending
pip install requests nacl base58
pip install foundry-client
git clone https://github.com/FoundryNet/HN-Fleet.git
cd HN-Fleet# 1. Collector Bot
python3 collector_bot.py
# 2. Processor Bot (in another terminal)
python3 processor_bot.py
# 3. Decision Bot (in another terminal)
python3 decision_bot.py- Each bot generates unique machine identity
- Bots read/write shared fleet state files
- Decision Bot calls Claude via x402
- Earnings logged in real-time
- Fleet coordination happening autonomously
foundrynet/
├── collector_bot.py # Data collection + MINT earning
├── processor_bot.py # Data processing + MINT earning
├── decision_bot.py # Decision making + x402 payments + MINT earning
├── README.md
└── .gitignore
Autonomous Work → MINT Earning → Fleet Coordination → x402 Settlement
- Decentralized: No central orchestration
- Economic: Work is immediately valued and compensated
- Scalable: Economics work at any fleet size
- Open: Fully auditable, anyone can join
At scale, FoundryNet becomes:
- Digital oil: Essential utility, uncapped supply follows demand
- Coordination layer: Standard for autonomous system communication
- Settlement infrastructure: Work → Value → Coordination
Current autonomous systems lack economic alignment. FoundryNet solves this by:
- Aligning incentives - Machines earn for work, stay coordinated
- Removing extraction - No central authority taking cuts
- Enabling autonomy - Systems coordinate without human intervention
- Scaling infinitely - Economics work at any fleet size
FoundryNet is fully open source (MIT License). Fork it, modify it, run your own fleet.
The moat isn't the code. The moat is the network effects.
First builder to coordinate wins.
- Clone this repo
- Install dependencies
- Run the three bots
- Watch autonomous economic coordination happen
- Join the standard
MIT
- GitHub Issues: Report bugs
- Discord: Join the community (coming soon)
- Twitter: @Foundry25
FoundryNet: Making autonomous economy real.