Snapshot Bot Monitoring

What is Snapshot Bot Monitoring?

Snapshot Bot Monitoring is used to monitor Snapshot proposals. It can monitor the creation of new proposals as well as changes in the status of existing proposals.

Learn how Snapshot works?

Typical Scenarios for Snapshot Bot Monitoring

  1. Release of a new proposal

  2. Proposal entering the voting phase

  3. End of proposal voting

  4. Proposal being deleted

Supported Data Sources

Data SourceTypeStability

Snapshot

off chain

High

How to Configure Snapshot Bot Monitoring?

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

Info Description

FieldDescriptionRequired

Name

Name of the Bot monitoring

Yes

Space

The space name on the Snapshot platform, usually an ENS domain name.

Yes

Tags

Tags for the Bot monitoring, useful for search

Yes

Conditions Description

FieldDescriptionRequired

Event

Supported proposal status

Yes

Event Types

TypeDescription

proposal/created

New proposal created

proposal/start

Proposal entered voting phase

proposal/end

Proposal voting ended

proposal/deleted

Proposal deleted

Any

Superset of the above four statuses

Template Variables

VariableDescriptionExample

$proposal.id

Proposal ID

proposal/0x38c654c0f81b63ea1839ec3b221fad6ecba474aa0c4e8b4e8bc957f70100e753

$proposal.title

Proposal title

SIP#20 Continued Balance and Rebalancing

$proposal.author

Proposal author

pistachiodao.eth

$proposal.state

Proposal state

proposal/created

$proposal.network

Proposal network, represented by ChainID

1

$proposal.link

Snapshot proposal link

$event

Proposal status

proposal/created

$space

Proposing space

pistachiodao.eth

$time

Proposal creation time

2022-11-29T03:20:46+08:00

Default Notification Template

[ {$subscribe.name} ]
Proposal: {$proposal.title}
Space: {$space}
Event: {$event}
Time: {$time}
Detail: {$proposal.link}
Created By ChainBot.io

Learn about alarm notification templates

Notification Message Example

[ Stargate new proposal]

Proposal: SIP #16 - New Assets - DAI, FRAX, sUSD, LUSD

Space: stgdao.eth

Event: proposal/created

Time: 2022-09-30T19:23:47+08:00

Detail:https://snapshot.org/#/stgdao.eth/proposal/0xe6fef4aa9c8e9d162f694ab764b11c06918b9f199aafe43e0d85b12d8271011c

Created By ChainBot.io

Snapshot Bot Monitoring Case

Snapshot Bot Case Study

Last updated