Documentation Index
Fetch the complete documentation index at: https://docs.cowboy.lat/llms.txt
Use this file to discover all available pages before exploring further.
Sequence Diagram
The scheduler workflow is illustrated as follows…End-to-End Sequence (Conceptual)
What Happens At A Glance
- Actors schedule timers via
set_timeout(...); the scheduler enqueues them in tiered queues. - At each block, the producer fetches due timers and queries each timer’s GBA for a bid (read-only context).
- Timers are ordered by effective priority (tip-based) and executed within a fixed per-block budget.
- Unexecuted timers automatically roll over to the next block.
- Fee metering and dynamics follow CIP-3 (dual metering, basefee burn, proposer tip).

