Provider console
Pledge normalized capacity, keep it online, and draw the bond stream your uptime earns. Collateral is staked $LOXLEY — slashed in the holder's favor when the SLA breaks, returned to you when it does not.
§APledge capacity to the registry
Stake $LOXLEY per CU
Every registered Compute Unit is bonded with … LOXLEY of collateral. Declare your capacity and the required stake is escrowed at registration; add or unbond it later as capacity changes.
Earn served uptime
The bond behind each deed streams to you per online-second across a three-year vesting horizon. Payment accrues only while the oracle attests you online — go dark and the stream halts in the same block.
Stated plainly
Downtime past a 300s grace is slashed at 1 LOXLEY per assigned CU·hour, capped at 10% of collateral per incident — 80% to affected holders, 20% burned. Unbonding takes 14d 0h and stays slashable; fall below your required stake and you are jailed until you top up.
§BRegister as a provider
Connect a wallet to proceed.
Registration escrows a $LOXLEY stake and files your capacity on-chain.
§CSend heartbeats
The oracle attests you online from your heartbeat. Post one at least every 60 seconds; miss the window past the SLA grace and the bond stream halts — prolonged silence is slashable.
curl -X POST https://locksley.tech/api/heartbeat \
-H 'Content-Type: application/json' \
-d '{"address":"0xYOUR_ADDRESS"}'while true; do
curl -s -X POST https://locksley.tech/api/heartbeat \
-H 'Content-Type: application/json' \
-d '{"address":"0xYOUR_ADDRESS"}'
sleep 45
done* * * * * curl -s -X POST https://locksley.tech/api/heartbeat -H 'Content-Type: application/json' -d '{"address":"0xYOUR_ADDRESS"}'