XEL-run at launch
No trustless Sui keeper network exists yet, so XEL runs the first service.
Open-source heartbeat service for Sui
A small XEL-run service for authority-free task heartbeats. Register a task, poke it on schedule, and require x402 payment when access should be paid.
Why DeHeart exists
No trustless Sui keeper network exists yet, so XEL runs the first service.
The heartbeat is a poke, not privileged control. Anyone can run the same worker.
Paid task access is built into the API through x402 challenges and attempts.
The service, docs, schemas, and examples are designed to be public and inspectable.
Docs expose llms.txt, OpenAPI, and simple JSON discovery endpoints.
PTBs, Seal, Nautilus, and decentralized keepers can plug in later.
How it works
DeHeart starts as a tiny service: task metadata, heartbeat state, x402 access, and a worker XEL runs first. The decentralized keeper network is the successor path.