Logo SYSCALL HEARTBEAT v2.4.4
< BACK TO HUB
Connecting to network...
? WHAT IS SYSCALL HEARTBEAT?

Syscall Heartbeat serves as an autonomous "pulse" for the blockchain, solving the fundamental limitation that smart contracts are passive and cannot execute themselves. By default, contracts lie dormant until a user interacts with them; this stack "gives them life" by enabling fully automated, recurring execution.

Users simply deploy a Job specifying a target contract, a function signature, and a time interval (e.g., every 60 seconds), funded with a gas deposit. The off-chain Relayer then acts as a reliable clock, monitoring the network and triggering the logic exactly when scheduled. This transforms static code into dynamic, self-sustaining agents capable of performing maintenance, updating oracle prices, or managing game loops without any manual human intervention.

i HOW-TO GUIDE

1. USING THE JOB CONFIGURATOR

Deploying an autonomous agent requires 4 parameters:

  • 1. Target Contract: The hex address (0x...) of the smart contract you want to automate.
  • 2A. Function Signature: The exact function name and input types (no spaces).
    Example: harvest() or transfer(address,uint256). Leave empty to target the fallback/receive function.
  • 2B. Arguments : The parameters for your function, separated by commas.
    Leave empty if your function takes no arguments. Example: 0x123...abc, 1000
  • 3. Interval: The waiting period (in seconds) between two executions.
  • 4. Initial Credit: The ETH amount sent to the job to pay for future gas fees.

2. USING THE JOB EXPLORER

Manage your active bots directly from the interface:

  • + ADD GAS Click this to top up a Job's balance if it runs low.
  • DELETE Permanently stops the automation and withdraws all remaining ETH back to your wallet.
_ JOB CONFIGURATOR
Example: transfer(address,uint256). Leave empty for receive().
DEPLOYMENT LOGS
Syscall UI Loaded.
Waiting for user input...
Q JOB EXPLORER
Loading Jobs...
~ LIVE RELAYER FEED
Connecting to Relayer Feed...
@ CONTRACT INFO
@ COMMUNITY & DOCS