Block Bot Monitoring

What is Block Bot Monitoring?

Block Bot Monitoring is used to track the gas consumption of blocks in the target chain, thereby allowing for the prediction of possible situations on the chain.

Typical Scenarios for Block Bot Monitoring

  1. Monitoring the value of block Gas Fees

  2. Monitoring the proportion of block gas consumption relative to the maximum block limit

  3. Monitoring the block miner

Supported Data Sources

Data SourceTypeStability

Ethereum

on chain

Very High

How to Configure Block Bot Monitoring?

After logging into the ChainBot platform, click "Create Bot" -> "Block Monitor" in the top right corner.

Info Description

Field NameDescriptionRequired

Name

Bot Monitoring Name

Yes

Chain

User-selected chain

Yes

Tags

Bot monitoring tags for search

Yes

Conditions Description

ParameterSymbolDescription

Miner

==

Monitor blocks mined by specific miner

BlockNumber

>, >=, <, <=, ==

Block height

BaseFeePerGas

>, >=, <, <=, ==

Block Gas Fee

GasUsedPercent

>, >=, <, <=, ==

Proportion of gas used in the block

Template Variable Description

VariableDescription

$block.number

Block height

$block.baseFeePerGas

Block gas fee

$block.gasUsedPercent

Percentage of gas used in the block

$block.miner

Miner address

$block.time

Block creation time

Default Alert Template

[{$bot.name}]
View: https://etherscan.io/block/{$block.height}
Time: {$alert.time}

Learn more about the alert notification template?

Notification Message Example

[ Ethereum Base Fee monitor ] BaseFee: 10.35 Gwei View: https://etherscan.io/block/16081313 Time: 2022-11-30T11:28:11+04:00 Created By ChainBot.io

Block Bot Monitoring Case

Block Bot Example

Last updated