Documentation Index
Fetch the complete documentation index at: https://docs.pulsy.app/llms.txt
Use this file to discover all available pages before exploring further.
Running Feeds
When a feed is running, the Runtime claims the feed with a lease, reads block data, executes logic, and advances the feed cursor. The lease is the runtime’s temporary ownership marker, so another runtime instance does not process the same feed at the same time.Start Block
If a feed has astartBlock, processing begins there. If not, the runtime can start from the current chain head.