Skip to main content

Table description

This table provides a comprehensive view of all governance proposals made on Snapshot.

Table Schema

Column NameTypeDescription
idvarbinaryUnique identifier of the proposal
appvarcharApplication or client used to create the proposal
endbigintUnix timestamp when voting ends
bodyvarcharFull markdown body/description of the proposal
ipfsvarcharIPFS hash of the proposal data
typevarcharVoting type (e.g. single-choice, weighted, ranked-choice, approval)
spacevarcharSnapshot space (DAO) the proposal belongs to
startbigintUnix timestamp when voting begins
titlevarcharTitle of the proposal
votesbigintTotal number of votes cast on the proposal
authorvarbinaryAddress of the proposal creator
quorumdoubleMinimum voting power required for the proposal to pass
scoresvarcharJSON-encoded final scores for each choice
symbolvarcharToken symbol used for voting power display
choicesvarcharJSON-encoded array of available voting choices
createdbigintUnix timestamp when the proposal was created
flaggedbigintFlag indicating if the proposal has been flagged (1 = flagged)
networkvarcharBlockchain network ID used for strategy execution
pluginsvarcharJSON-encoded plugin configurations
privacyvarcharPrivacy mode for the vote (e.g. shutter for encrypted voting)
updatedbigintUnix timestamp of the last update
snapshotbigintBlock number snapshot used for voting power calculation
discussionvarcharURL to an external discussion thread
strategiesvarcharJSON-encoded array of voting strategies
validationvarcharJSON-encoded validation settings for proposal creation
scores_statevarcharState of score calculation (e.g. final)
scores_totaldoubleSum of all voting power across all choices
scores_updatedbigintUnix timestamp when scores were last updated
scores_by_strategyvarcharJSON-encoded breakdown of scores by each strategy

Table Sample