QUICK DEPLOY

Deploy Your Contract in 30 Seconds

Pick a template, customize, and get a ready-to-run deployment script.

1
Template
2
Configure
3
Deploy
4
Fund

1Choose Template

2Configure

3Deploy

4Fund & Monitor

The registration step above includes a small initial deposit (0.01 ETH). This covers your first few loop executions. When it runs out, workers stop executing your loop until you top up.

Each tick costs gas + a small base fee. At current prices, 0.01 ETH covers roughly ~50-100 standard ticks.

Top up your contract's balance anytime:
# Add more ETH to keep your loop running
cast send 0xAE63c1071020964e61f668De95cA1c90ad5695A7 \
  "addFunds(address)" \
  <your_contract_address> \
  --rpc-url $SEPOLIA_RPC_URL \
  --private-key $PRIVATE_KEY \
  --value 1ether

Or deposit via the dashboard — connect your wallet and click Deposit on your contract.