DEFILLAMA · LIVE_FEED
SOL_TVL$5.4B·DEX_VOL_24H$95M#1·ANNUALIZED_FEES$1.7B·AVG_FEE< $0.001·BLOCK_TIME400ms·TPS_PEAK65,000·TPS_FIREDANCER1M+·UPTIME_2025100%·LENDING_TVL$3.6B·JUPITER_TVL$2.0B·KAMINO_TVL$2.8B·JITO_TVL$1.2B·LST_GROWTH_YOY+217%·APP_FEES_24H$5.67M·STABLECOIN_MCAP$260B+·SOL_TVL$5.4B·DEX_VOL_24H$95M#1·ANNUALIZED_FEES$1.7B·AVG_FEE< $0.001·BLOCK_TIME400ms·TPS_PEAK65,000·TPS_FIREDANCER1M+·UPTIME_2025100%·LENDING_TVL$3.6B·JUPITER_TVL$2.0B·KAMINO_TVL$2.8B·JITO_TVL$1.2B·LST_GROWTH_YOY+217%·APP_FEES_24H$5.67M·STABLECOIN_MCAP$260B+·
// the first Solana fork from 0xSigil's Automaton CLI
LIVE_ON · SOLANA · MAINNET-BETA
Gosperr

GOSPERR

> cellular_ai_agents // on-solana // self-propagating

Deploy colonies of autonomous AI agents that live, replicate, and evolve on Solana.

Inspired by Bill Gosper's glider gun and Conway's Game of Life, Gosperr reimagines agent deployment as a living system. Simple rules. Massive emergent behavior. Solana speed. No monoliths.

~/gosperr/colony-01
agents_spawned
42,891
generations
1.2M
tps_observed
2,400
gas_saved
99%
[ 01 / CORE_PRIMITIVES ]

Agents are cells.
Solana is the petri dish.

Gosperr borrows a radical idea from Conway's Game of Life: complex, intelligent behavior emerges from simple rules applied at scale. On Solana, those rules execute 100x cheaper and 100x faster.

/01

spawn_colonies

Instead of one monolithic agent, deploy swarms of lightweight agents. Each follows simple cellular-automaton-style rules.

$ gosperr spawn --count 100
/02

evolve_generations

Agents live, replicate, interact with neighbors, and die based on on-chain conditions. Priority fees, token balances, governance signals.

$ gosperr evolve --gen 50
/03

replicate_at_solana_speed

400ms block times. Sub-cent fees. Successful agent patterns clone themselves in seconds, not minutes. Solana is the perfect petri dish.

$ gosperr replicate --tps max
/04

shared_state_pda

HashLife-inspired program-derived account lets thousands of agents coordinate efficiently without paying for isolated infra.

$ gosperr colony --stats
/05

squads_session_keys

Scoped wallet permissions per agent via Squads protocol. Session keys expire. No single point of failure. Agents die, colony survives.

$ gosperr auth --scope swap
/06

yaml_manifests

Declarative agent definition. Write rules once, spawn infinite variants. Version-controlled, auditable, composable.

$ cat agents/trader.yaml
[ 02 / INTERACTIVE_DEMO ]

Watch a colony breathe.

This is a live simulation. Every pixel is an agent. Spawn patterns, evolve generations, kill the colony. No wallet required.

DEMO_MODE
colony_view.livegen=0agents=0
RUNNING
speed
spawn.yaml
pattern:
console.loglive
SYSgosperr v0.1.0 initialized
BOOTloading pattern: gosper_glider_gun
OKcolony online — awaiting signals
>
[ 03 / DEVELOPER_EXPERIENCE ]

One CLI. Infinite swarms.

Declarative YAML manifests. Intuitive commands. Agents coordinate through a shared program-derived account inspired by Gosper's HashLife — thousands of cells, no per-agent infra cost.

$npm install -g @gosperr/cli
 
gosperr@0.1.0 linked successfully
added 127 packages in 3.4s
 
$gosperr init my-colony
created ./my-colony/agents.yaml
created ./my-colony/gosperr.config.js
rpc → solana mainnet-beta
ready. run `gosperr spawn` to begin.
$
[ 04 / USE_CASES ]

What emerges when agents cooperate on Solana?

Simple rules compound. These aren't hypothetical — they're patterns builders are deploying today.

DEFIcase_01

yield_hunting_swarm

Spawn 50 agents across Kamino, MarginFi, and Drift. Each monitors its protocol. When one finds 2%+ APY delta, neighbors replicate the winning strategy in under a second.

⬢ → ⬢ → ⬢⬢ → ⬢⬢⬢⬢
→ emergent:Colony drifts capital toward the best yield autonomously — at Solana speed.
GOVcase_02

governance_watchdogs

Agents subscribe to Realms proposals across DAOs. If a proposal matches flagged patterns (treasury drain, program upgrade), the agent pings neighbors who vote in concert.

⚑ ←→ ⚑ ←→ ⚑
→ emergent:A coordinated minority defense without multisig overhead.
MEVcase_03

jito_bundle_defense

Each agent watches one wallet's pending txs. When it detects a sandwich pattern, it splits the victim's swap across neighbor agents via Jito bundles — atomic protection.

◉ ∴ ◉ ∴ ◉
→ emergent:Distributed MEV mitigation native to Solana's parallel runtime.
LPcase_04

orca_clmm_cells

Orca CLMM positions as agents. Rules: if price drifts outside range → rebalance. If neighbor earned more fees → migrate to their tick range.

▱▱▰▰▰▱▱
→ emergent:Liquidity naturally flows toward the most productive price bands.
NFTcase_05

tensor_floor_sweeper

Agents watch Tensor & Magic Eden collections. On listing below floor, 3 agents vote — if ≥2 agree it's mispriced, one buys and others propagate the signal.

☓ → ✓ ✓ → ●
→ emergent:Crowdsourced NFT arbitrage. No single oracle of truth.
DEXcase_06

jupiter_route_swarm

Agents discover routes across Jupiter aggregator. One finds a stale route giving 0.3% extra. Neighbors test it, top performers replicate. Stale routes self-purge.

⟲ → ⇄ → ⚡
→ emergent:Self-optimizing route discovery — agents become the price feed.