- I01RULE SHIFTERS
- I02429 SWARMLINGS
- II03CLAIM CRAWLERS
- II04MIMIC WARDENS
- III05GREY FOG
- III06THE FUNNEL
- IV07PUPPETEER HUNTERS
- V08INFRINGER LEDGER
THE ENEMY THAT IS YOUR OWN TRAFFIC
Swarmlings are the strangest species in the bestiary: they are your own automation, turned feral. Every background poll, retry loop and status check spends the same rate-limit budget your publishes need — until the launch that mattered gets a 429.

QUOTAS ARE A COMMONS, AND COMMONS GET GRAZED BARE
Platform APIs give each account a budget. Naive automation treats that budget as infinite: dashboards poll, schedulers retry, health checks check — and none of it is the publish. Worse, operations that pool one set of credentials across accounts trade a quota problem for a survival problem: coordinated-behaviour detection reads shared tokens as a botnet.
- R1
The graze
Background traffic quietly consumes the window — every poll a swarmling at the till, none of them doing work a reader will ever see.
- R2
The starvation
The publish that had a timing reason — the one that mattered — arrives at an empty budget and queues, or fails, at exactly the wrong moment.
- R3
The flag
Pooled tokens make many accounts move in lockstep. To the platform that pattern has a name, and the name is not "efficient" — it's "coordinated".
ONE BUBBLE PER SHIP, NEVER POOLED
TokenShield owns the token lifecycle and the budget arithmetic: one shield per account, never pooled, with launch capacity reserved before launch — Gate 03 of the chain exists so a ship discovers "no quota" on the ground, not at the dock. Housekeeping traffic is shaped to live on what's left, not the other way around.
STATUS: BEING BUILT — CAPABILITIES LANDING WITH TESTS, GAPS DOCUMENTED. SEE THE FULL MANIFEST →THE QUOTA MECHANICS ARE FULLY DOCUMENTED — READ THE FIELD GUIDE.
Reserved, not hoped for
Launch capacity is claimed ahead of time, so the content with a timing reason never queues behind a dashboard refresh.
Accounts that look like people
Per-account shields mean per-account rhythms. Nothing about your fleet's traffic pattern spells "one operator, many puppets".
Backpressure by design
When budget runs low, background work slows itself down — visibly, in order of importance — instead of everything failing at once.
The swarm cannot be fought at the moment of the 429 — by then the budget is already spent. It is fought at reservation time, which is why quota is a gate every ship threads before launch, not an error every ship discovers after.
WHY GATE 03 RESERVES INSTEAD OF RETRIES