Protocol
Inscription Parameters
The basic operations parameters for creating a proposal, casting a vote, and tallying a vote are as follows:
p
protocol
Required for all
Provides indexers a way to identify and process votes
dao
DAO
Required for all
The name of the DAO or community
op
operation
Required for all
The details of the operation command
pid
proposal-id
Required for all
The unique number of the proposal
prop
proposal
Optional
The title of the proposal
sys
system
Required for propose, tally
The system of voting
mem
members
Required for propose, tally
Snapshot of the total member count of voter pool
quo
quorum
Required for propose, tally
The minimum participation threshold, represented as a %
exp
expiry
Required for propose, tally
The deadline block at which votes will have to be received to be valid
id
identification
Required for all
The voter ID as taproot wallet address of voter
cast
cast
Required for propose, vote
Either aye or nay
res
result
Tally only
The final outcome of the vote
Propose
Vote
Tally
Conditions
pid needs to be a sequential number unique to the DAO
Either the input or output of the tx has to match the wallet address that holds the votex inscription as well as the wallet address written in the inscription as id
Therefore it is advised to use only taproot wallets with a bitcoin balance to ensure vote is valid, and to avoid inscription services that first inscribe to their wallets
Only one vote (set of parameters) per inscription
The JSON format should be followed
Last updated