Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 3.74 KB

governance-proposals-bots.md

File metadata and controls

62 lines (35 loc) · 3.74 KB
coverY
0

🏝 Governance Proposals Bots

Telegram Proposal Bot

Intro

Kjnodes team have built bots to keep validators notified when there is a new proposal on the chain. To distinguish mainnet from testnet we have created two separate bots that can be found by following links provided below.

Supported chains Users Active subscriptions
🤖 Mainnet Proposal Bot 17 140 226
🤖 Testnet Proposal Bot 27 421 1331

How to use

To start using the bot type /start command and choose the networks in which you want to get notified. 🥝 icon will tell you which network notifications are turned on.

Currently bots support chains where we operate our own RPC endpoints. List of supported chains can be found in the bot menu.

That’s it! You are all set! Here is some example of the notification from the bot.

From kjnodes with ❤

Discord Proposal Bot

Intro

As a contribution to Cosmos ecosystem our team has built this bot to keep chain governance participants notified when there is a new proposal on chain.

How it works

Bot checks the proposals on chain every minute using our RPC node, if new proposal is found - bot post it in a Discord using a Webhook.

Workflows

Our bot supports three workflows giving the projects oportunity to choose workflow they like the most.

  1. Simple proposal notifications - this workflow is very simple. Bot connects to dedicated channel using WebHook. Proposal cards are being sent to dedicated channel notifying the relevant user groups.

    Simple Proposals example

  2. Proposal notifications with threads - more advanced worflow where bot is invited to the server with set of permissions. This workflow is similar to first one, but it also adds reactions ✅ and 🧵 threads to the posts where validators can do discussions.

    Threaded Proposals example

  3. Forum proposals - more advanced worflow where bot is invited to the server with set of permissions. Bot creates forum posts with proposal cards and sends out notification in announcement channel (this feature can be enabled/disabled based on client needs) This workflow is very similar to governance solution used in Osmosis Discord Server.

    Forum Proposals example

How to use

If you are interested and want us to implement bot into your Discord server please reach out at [email protected]

As we fully manage current service our bot support chains where we operate our own RPC endpoints.

From kjnodes with ❤