Steem Developer logo

Steem Developer Portal

Intro

Steem.DAO is an account on the Steem blockchain (@steem.dao) that receives 10% of the annual new supply. These funds are dedicated to the Steem Proposal System (SPS) for platform improvements.

Every day a portion of the SBD fund managed by the Steem.DAO is distributed to various proposals, depending on a) how much the proposal is asking for and b) how much approval the proposal has.

The Steem.DAO was a concept proposed by @blocktrades to allow Steem users to publicly propose work they are willing to do in exchange for pay. Steem users can then vote on these proposals in almost the same way they vote for witnesses. It uses stake-weighted votes, but voters can vote for as many proposals as they want.

See original announcement: https://steemit.com/steem/@steemitblog/hf21-sps-and-eip-explained

Tools

API

To access the proposal system by JSON-RPC request, see: database_api.list_proposals. Proposal creation by broadcast operation, see: create_proposal.