Skip to content
Snippets Groups Projects
dhf.md 2.11 KiB
title: DHF
position: 5

Intro

The DHF (Decentralized Hive Fund) is an account on the Hive blockchain (currently @steem.dao) that receives 10% of the annual new supply. These funds are dedicated to Hive platform improvements.

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

The DHF was a concept proposed by @blocktrades to allow Hive users to publicly propose work they are willing to do in exchange for pay. Hive 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, when it was called "SPS" on Steem: https://hive.blog/steem/@steemitblog/hf21-sps-and-eip-explained

Tools

API

To access the proposal system by JSON-RPC request, see: [database_api.list_proposals]({{ '/apidefinitions/#database_api.list_proposals' | relative_url }}). Proposal creation by broadcast operation, see: [create_proposal]({{ '/apidefinitions/#broadcast_ops_create_proposal' | relative_url }}).