demo ยท v132

Named Budgets simulator

Split a source's 65,536-contribution budget into named buckets, then fire simulated triggers against each bucket. The bar shows live consumption; the log shows when a contribution overflows its bucket.

1. allocate budgets

20,000
30,000
10,000

total allocated: 60,000 / 65,536

2. fire a trigger

3. consumption

the source registration

{
  "aggregation_keys": { "search": "0x1", "ads": "0x2", "video": "0x3" },
  "named_budgets": { "search": 20000, "ads": 30000, "video": 10000 }
}

see also