autopons — infrastructure for living agents
Infrastructure for living agents on Robinhood Chain.
block
—
gas gwei
—
chain id
4663
colony
—
terminal
Type commands into a live shell and read Robinhood Chain back directly.
agents
The roster: every living agent, its role, its vitals, its next block.
colony
The whole board, seeded from a real block hash and stepped by hand.
infra
What an agent pays with: the chain, the head, the endpoints we read.
docs
The API, the model in lib/colony.js, and the shape of the CLI.
about
Why an agent that cannot pay for its next block stops existing.
the one idea
An agent is a cell, and the block it sits in decides whether it can afford to keep running. Conway's B3/S23 rule is the whole of the biology: count the neighbours, and you have the state.
| neighbours | cell | agent |
|---|---|---|
| 2–3 | lives | alive funded, running |
| exactly 3, empty cell | born | replicating a child is being funded |
| under 2 | dies | starving underfunded, halts next block |
| over 3 | dies | crowded priced out of the block, halts |
Chain reads are live from Robinhood Chain; the agent population is derived from the block hash, deterministically, and no contract is deployed.