← All posts
Jun 2026 · Field notes · Netizen Labs

The Röbel Münzen economy, end to end

We have written about why a town would choose this kind of money and how it scales. This note is the plumbing: the actual, live economy of Röbel Münzen as it runs today, with the parts you can verify onchain marked so you can check them rather than trust us.

Two tokens, not one

The thing most people miss is that there are two tokens involved, and only one of them is the money.

Personal CRC (shown in-app as your Münzen)Röbel Münzen (RCRC), the group token
What it iseach Circles human's own hourly issuance (~1/hour)the town's single shared currency
Who can create itevery registered human, citizen or touristonly citizens (see the gate below)
What backs itthe protocol's own issuance1:1 by personal CRC locked in the group vault
Who can hold itthe person themselvesanyone, freely transferable
Its joba personal basic income and onboardingthe spendable local currency

When a citizen taps "collect today," two things happen under the hood: they mint their own personal CRC, then the system locks that personal CRC as collateral and mints them Röbel Münzen against it. The citizen walks away holding Röbel Münzen; their personal issuance sits in the vault as the backing. No coin is ever conjured from nothing.

How a coin is born, and how the rewards recycle

The mint is the self-faucet: citizens make their own money. The reward economy on top of it is a deliberately small, closed loop. A reserve Safe holds the town's float and tops up a hot wallet; that hot wallet pays out civic rewards and receives what people spend on lootbox keys. Because the same float pays rewards and collects spend, the reward economy recycles rather than draining, and the hot wallet stays small so its risk is capped while the Safe holds the reserve.

Earning them

A short list of verified actions pays out Röbel Münzen, each one paid at most once. The amounts live in config and can be tuned without a deployment.

ActionRewardNote
Cast a vote1participation only, never the choice; the ballot stays secret
Checkpoint0.5a light, regular civic ping
Submit an event3
Refer a citizen2paid to the referrer
Attend an event (scan its QR)5once per event, a "was in Röbel" badge

Two design choices matter here. Rewards are idempotent: the record of a payout is written before the payment, so a crash or a retry can never double-pay. And the vote reward pays for taking part, not for how you voted, so the secret ballot stays secret and there is no way to buy a vote.

Spending them, and the visitor on-ramp

Today Röbel Münzen buy lootbox keys in the app: the user pays the float, the payment is verified onchain, the key is granted, and the money flows back into the same pool the rewards come from. That is the loop closing.

The other live surface is the Smart Event QR: a single, time-limited code a citizen generates for an event, printable as an A4 poster. What happens when it is scanned depends on who scans it.

Who scansWhat happensFunded by
A first-timer with no Circles accountthey get onboarded, start minting their own Münzen, and receive the event badgethe operator
Anyone already onboarded, tourist or citizena 5 Röbel Münzen "was in Röbel" badge, once per eventthe float

This is how a visitor becomes part of the money without being a citizen: they can be paid in Röbel Münzen and carry a real attendance badge, but they still cannot mint.

Only citizens mint, and that is enforced twice

Holding Röbel Münzen is open to everyone. Minting them is not. To create a coin you must be a Circles human with personal CRC and be trusted by the group, and the group only trusts holders of the town's soulbound citizen credential.

That gate is enforced at two independent layers, so a failure of one does not open minting to outsiders:

Live, and checkable

None of this is a description of intent. Here are the contracts; follow the links and read the state yourself.

WhatVerify onchain
Röbel Münzen group (the currency)explorer.aboutcircles.com
Group vault (holds the collateral)0x0476…8763
Mint gate (citizen membership condition)0x1064…76f6
CitizenNFT (the credential)0x6FF3…04DD4
Circles Hub v20xc12C…13e8
Stadtkasse Safe (reserve and owner)0x3A08…FDEa

What is next

The system is deliberately conservative today, with room to grow as circulation justifies it:

The shape is the point: a parallel, human-scale money for one town, backed by its own people, gated by its own credential, and verifiable by anyone. The rest is adoption.