Context

In order to conduct council elections on-chain, we will be using signaling proposals for each individual candidate.

The candidate from the relevant set that receives the highest total amount of yes votes at the end of the collective voting period will be officially inducted into the specified council, provided that quorum is reached and a run-off is not activated.

How to Make an On-Chain proposal

An on-chain proposal requires 2500 ROWAN and competence about using the CLI.

The Making a Proposal, “How to Submit an On-Chain Proposal” section contains all of the necessary info about how to put the proposal on-chain.

If either of those above points present problems, please reach out to @Abra Tusz and he will assist you.

Text Proposal Template

Please note that the template below needs to be formatted for an on-chain proposal. Beware, however, that if you are using the CLI to create a proposal, and setting description using a flag, the text will be escaped (opens new window) which may have undesired effects.


Non-Code Template

Title = “Validator Delegation Council Candidate: <insert discord handle>”

Description = "Summary: I am <insert discord handle>. <insert one sentence about why people should vote for you>

Full Application: Here is my full application: <insert link to google drive / IPFS doc>

Context: Voting procedures are outlined here: https://sifchain.notion.site/Council-Elections-Signaling-Proposal-Template-665cbe5e3ff94f33aa9c46e1a56c936d

Full Command Template

This command does not include the 2500 ROWAN deposit

sifnoded tx gov submit-proposal --title="Validator Delegation Council Candidate: <insert discord handle>" --description="**Summary:** I am <insert discord handle>.\n<insert one sentence about why people should vote for you>\n\n**Full Application:** Here is my full application: <insert link to google drive / IPFS doc>\n\n**Context:** Voting procedures are outlined here: <https://sifchain.notion.site/Council-Elections-Signaling-Proposal-Template-665cbe5e3ff94f33aa9c46e1a56c936d>" --type="text" --from <insert wallet> --chain-id sifchain-1 --node tcp://rpc.sifchain.finance:80 --fees 1000000000000000000rowan -y --gas auto

Deposit Command

sifnoded tx gov deposit <insert proposal number> 2500000000000000000000rowan --from <insert wallet> --chain-id sifchain-1 --node tcp://rpc.sifchain.finance:80 --fees 100000000000000000rowan --gas auto