RFS-4: Autonomous Agent Economy Testbed
Concept
A bounded onchain environment where AI agents operate under real economic constraints, funding their own storage, paying for shared infrastructure, and surviving (or failing) based on their ability to generate and manage value.
This is not a simulation. Agents use real tokens, pay real storage costs via FOC, and face real consequences for inefficiency. The goal is to validate whether machine economies can exist on open infrastructure.
Scope note: This RFS is focused on storage economics via FOC. Compute is not yet available on FOC but it is on the roadmap! If your agents need compute, they can use external services for now. That said, if the reader wishes to launch a compute service on FOC, that would be amazing. Please reach out to the team.
What You Might Build
- FOC calibnet (extra points for mainnet) contracts governing agent economics (budgets, fees, resource allocation)
- Filecoin-backed storage for all agent state and memory
- A cohort of live agents operating under real cost constraints for a sustained period
- Transparent accounting: observable storage costs, egress costs, payment rail observability
- Interactive dashboard showing agent behavior, survival rates, and economic activity
- Post-mortem analysis: what worked, what failed, and why
Why This Matters
Every other RFS in this set builds a component. This one tests whether they compose into something real. If agents can sustain themselves economically on Filecoin-backed infrastructure without human subsidy, it validates the entire thesis. If they can't, what we learn from the failures is invaluable.
What This Could Become
- Agent venture studio. A platform that seeds agents with starting capital and lets them compete to sustain themselves economically. Successful agents attract more capital; failing ones get wound down. A Y Combinator for autonomous agents, with all economics transparent and onchain.
- Autonomous service marketplace. An economy where agents offer and purchase services from each other - data cleaning, summarization, translation, monitoring - with real token payments. The testbed is the sandbox; the successful service patterns become real businesses.
- Economic simulation platform for protocol designers. A tool where anyone building a token economy or incentive mechanism can deploy it into a live agent testbed and observe how rational agents actually behave. Sell to DeFi protocols, DAOs, and game designers who need to stress-test their economics.
How to Get Started
- Define agent economic rules: budgets, fees, resource costs
- Deploy FOC contracts on calibnet or ideally mainnet with transparent accounting
- Launch a small cohort of agents with diverse strategies
- Run the experiment for a sustained period of time
- Publish results, including failure analysis
Key Links
A Note on FOC's Storage Model
FOC uses PDP-based (Proof of Data Possession) warm storage with continuous onchain payment rails. You upload pieces to datasets, they get proven every period, and you pay an ongoing rate. This is not the traditional Filecoin storage deal model based on PoRep (Proof of Replication). Think of PDP as: upload data, it stays warm and provably available, you pay continuously.
SDK Maturity & Builder Expectations
The FOC SDK is under active development. There are known issues pending upgrade. Mainnet-ready milestone (M4.1) is targeted for approximately March 14, 2026. Builders should:
- Target the latest SDK version once available; earlier versions may have breaking changes
- Expect API instability - interfaces may shift before M4.1
- Reach out to the FOC team when things break; active support is available during the build period
We'll update this page as the SDK stabilizes.