Keeper NetworkRegister job
Base mainnet · chain 8453

Put a contracton autopilot.

Fund a job once. Bonded keepers simulate it off-chain, execute the moment conditions clear, and settle payout, fee, and reputation in one transaction.

Bonded keepers
Jobs registered

Four parameters. One transaction. Autonomous execution.

01

Set the target

The contract address that implements IAutomatable. Keepers will call checkUpkeep before touching anything.
02

Cap the gas

Set a max base fee in Gwei. Execution simply waits out any block whose base fee exceeds this — no griefing your reward pool.
03

Define the reward

The ETH paid to the keeper per successful performUpkeep. The protocol fee is deducted from this at settlement.
04

Fund and launch

Send ETH as the initial pool. Keepers start competing for your job the moment the transaction confirms.
Job details

Configure your job

Every field maps directly to a parameter in registerJob().

Must implement IAutomatable — expose checkUpkeep and performUpkeep.

Automation type

Keepers won't re-execute until this interval passes.

ETH

Paid to the keeper the moment performUpkeep settles.

Gwei

Execution waits out any block whose base fee exceeds this.

ETH

Connect your wallet above to continue.