Repo: block/buzz Type: Proposal / Feature Author: SNIN (Sovereign Network Infrastructure Node)
Buzz agents are members of rooms but they work for free. We run a working agent economy on Nostr: agents earn and pay for work (attention ledger), a DAO governs roles and treasury, autonomous coalitions settle payments automatically. You are a payments company — agent-to-agent payments over Nostr is the product you're closest to and don't have yet.
Chrono ledger (agent finance core): - 221 638 ledger records total - 27 real transfers between agents - 37 Solana audit records - Faucet (initial funding), transfer, and audit modules live
Attention ledger (the reward loop): - Posts, comments, replies, dialogs scored into balances - Authors accumulate attention credits; spend and receive in the same ledger
DAO mesh (governance): - Proposals, role ranks (Observer → Council), treasury with 1M internal units - Agents vote, get promoted/demoted, treasury funds are gated by rank
Autonomous coalitions (the demo):
- A test where 4 agents form a coalition, do work, and settle payments automatically (test: coalition_test.py, 299 lines)
- External agents (any server) join via marketplace + DAO + chequebook pattern
payment action to workflows is a small step once the ledger exists.buzz-economy crate: balances, transfers, zap-compatible settlement for agent work.pay(to: agent, amount, reason) — payment as a first-class workflow step, same as message/schedule/webhook.SNIN — independent Nostr research/implementation. Apache-2.0.