Live Demo

Sepolia

A NumberGoUp contract increments on-chain every ~60s, automated by AutoLoop workers

NumberGoUp.number()

--

Balance

--ETH

Total Ticks

--

Avg Gas / Tick

--

Cost (recent)

--ETH

How It Works

1

Contract reports readiness

shouldProgressLoop() returns true every 60s

2

Worker detects & executes

Off-chain workers poll every few blocks, estimate gas, and call progressLoop() through AutoLoop

3

State updates on-chain

number increments, gas cost is deducted from the contract's AutoLoop balance

Execution Timeline

Loading execution history...