Rejected for the following reason(s):
- This is an automated rejection.
- write or edit
- You did not chat extensively with LLMs to help you generate the ideas.
- Your post is not about AI consciousness/recursion/emergence, or novel interpretations of physics.
Read full explanation
A resource-allocation mechanism for volunteer/public-good labor coordination
Problem
Classic time-banking systems (Ithaca Hours, LETS, Edgar Cahn's Time Dollars) use a fixed 1:1 exchange rate: one hour of any labor equals one hour of credit, regardless of skill or scarcity. This has a well-documented failure mode: when a scarce or high-skill task (medical consult, plumbing repair) is priced identically to a low-skill, abundant one (dog walking, data entry), skilled contributors disengage, scarce categories go permanently unfilled, and the system either collapses or quietly reverts to informal favor-trading outside the ledger.
The goal here is a mechanism that keeps the core properties of time banking that make it attractive — non-transferable credits, no money, no accumulation into a de facto currency — while fixing the fixed-rate problem, without reintroducing a priced labor market or a central administrator manually setting rates.
Mechanism
1. Cold start
The system launches with a flat 1:1 baseline: one hour of registered task time equals one unit of standard credit, for every task category. Entry requires only a minimal competency check for skill-gated categories (e.g. basic verification for first-aid or plumbing tasks) — no formal certification bureaucracy.
2. Gap detection
A shared ledger tracks, per task category, the ratio of posted task-hours to filled task-hours over a rolling window (e.g. 2–4 weeks). A category is flagged as "in deficit" when unfilled hours exceed a threshold for N consecutive windows.
3. Dynamic rate adjustment
When a category is in sustained deficit, its exchange rate is increased algorithmically (e.g. 1:1 → 1:1.5 → 1:2), making it more attractive relative to other categories, without changing what credits can be redeemed for. As supply catches up and the deficit clears, the rate decays back toward the 1:1 baseline over a fixed half-life, rather than snapping back instantly (to avoid oscillation).
4. Multi-signal feedback (beyond raw supply/demand)
Two additional signals correct for a failure mode that pure supply/demand tracking misses — a category can look "adequately priced" by the numbers while actually being miserable to do:
5. Non-transferability and decay
Credits cannot be transferred between individuals and decay over time if unused. This is a deliberate design constraint, not an oversight: it prevents credits from being accumulated, traded, or converted into a store of wealth or status, which is the property that distinguishes this from a parallel currency.
Prior art
What doesn't seem to exist, as far as I've found: a non-transferable, decaying credit system with a continuously adjusted rate driven by a multi-signal feedback loop (gap + exit rate + repeat rate + survey), rather than price or gap data alone.
Open problems
What I'm looking for
Pointers to prior systems that tried something like the multi-signal dynamic-rate approach (rather than fixed-rate time banking or priced surge pricing) and where it broke in practice — especially any that got past small-community scale. Also interested in known Sybil-resistance approaches that don't require a centralized identity authority, if any credible ones exist.