create account

beneficiaries from DHF- begünstigte vom DHF by hive-coding

View this thread on: hive.blogpeakd.comecency.com
· @hive-coding ·
$1.65
beneficiaries from DHF- begünstigte vom DHF
## EN 
A few days ago, okay, almost two weeks ago, @hive-124221 (Dogmingo) wanted to know who received the most from the [DHF](https://developers.hive.io/services/dhf.html).

So who received HBD from hive.fund?
First, I searched for it in HiveQL in the TXTransfer table, but there were no transfers to be found there. So I looked to see which table might still contain this data and found the VOProposalPays table.

 https://img.leopedia.io/DQmV9MRwr9n7m2kpRyfvfNf1GcXdRiYPagKd9g3k6rZKUuq/grafik.png

The query is very simple: just the sum of payments grouped by recipient and sorted by total:

 ```MSSQL
SELECT 
    receiver, 
    SUM(payment) AS total_payment
FROM VOProposalPays
GROUP BY receiver
ORDER BY total_payment DESC;
 ``` 


  | Recipient            | Total payment        |
|----------------------|----------------------|
| steem.dao            | 170113750.956        |
| hbdstabilizer        | 107005695.165        |
| valueplan            | 3456746.872          |
| keychain             | 801688.376           |
| howo                 | 620679.469           |
| ecency               | 607306.734           |
| peak.open            | 588499.69            |
| splinterlands        | 415507.62            |
| vsc.network          | 400,586.474           |
| spkproposal          | 377,152.279           |
| disregardfiat        | 251,051.894           |
| hiveauth             | 235,492.477           |
| leofinance           | 231,166.698           |
| hivewatchers         | 225,880.205           |
| fund.dbuzz           | 212,693.899           |
| blocktrades          | 204,230.00            |
| hivechain.app        | 193,676.008           |
| peak.proposals       | 177,384.182           |
| hivesql              | 174,687.863           |
| hive.multisig        | 162,594.929           |
| lordbutterfly        | 155,977.295           |
| imwatsi              | 152,388.462           |
| v4vapp.dhf           | 138,762.314           |
| actifit.funds        | 126,744.878           |
| hdev.fund            | 105007.617           |
| engrave.cold         | 90000.104            |
| hashkings            | 70113.946            |
| netuoso              | 65911.883            |
| fullalt.dhf          | 61554.486            |
| good-karma           | 59544.478            |
| deathwing            | 50825.493            |
| martibis             | 34736.306            |
| blockanarchist1      | 34539.53             |
| mahdiyari            | 31726.991            |
| hivedebitfund        | 31452.552            |
| detlev               | 30516.368            |
| justineh             | 29910.70             |
| vimm.dhf             | 27202.856            |
| fridaybot            | 25456.746            |
| ilysarazom           | 24989.934            |
| inertia              | 23240.502            |
| sbdpotato            | 21132.95             |
| hivefest             | 18985.623            |
| hivecreators         | 17640.66             |
| steem-keychain       | 16619.32             |
| zyptoapp             | 15158.972            |
| amgr                 | 10999.824            |
| worldmappin          | 7946.274             |
| fundacoven           | 7149.413             |
| pettycash            | 6984.592             |
| podping              | 6615.90              |
| superhive            | 5998.383             |
| steemonboarding      | 5861.46              |
| latino.romano        | 4999.92              |
| themarkymark         | 4353.914             |
| hivesearcher         | 4056.451             |
| openseed             | 3956.20              |
| anyx                 | 3790.831             |
| steemchiller         | 3635.412             |
| brofund              | 2999.952             |
| hive.loans           | 1872.792             |
| spaminator           | 1214.096             |
| vimm                 | 1164.534             |
| haveyoubeenhere      | 1107.614             |
| dapplr               | 982,182              |
| esteemapp            | 969,674              |
| hive-woodpeckers     | 530,40               |
| fabien               | 466,962              |
| stemsocial-dev       | 329,472              |
| poshbot              | 269.36               |
| smooth               | 139,992              |
| emrebeyler           | 43,413               |
| steem-plus           | 18,729               |
| steemitworldmap      | 5,414                |


## Important
These are only the payments from hive.fund to the corresponding accounts. Regardless of what happens to the HBD and whether there were any repayments! steem.dao is the return proposal, if I'm not mistaken.


This is for the entire term, here is another query for 2025, i.e. ~7 months:


```MSSQL
SELECT 
    receiver, 
    SUM(payment) AS total_payment
FROM VOProposalPays
where year(timestamp)=2025
GROUP BY receiver
ORDER BY total_payment DESC;
```



| Recipient        | Total payment     |
|------------------|-------------------|
| steem.dao        | 46099840.871      |
| hbdstabilizer    | 2398502.912       |
| valueplan        | 617789.161        |
| vsc.network      | 183218.987        |
| keychain         | 127400.16         |
| hdev.fund        | 82810.104         |
| ecency           | 82153.604         |
| howo             | 71,958.504         |
| peak.open        | 67,429.552         |
| disregardfiat    | 48,051.033         |
| splinterlands    | 47,208.864         |
| hivedebitfund    | 31,618.812         |
| vimm.dhf         | 23992.00          |
| hivewatchers     | 20169.992         |
| zyptoapp         | 15158.972         |
| detlev           | 13926.765         |
| worldmappin      | 8084.399          |
| mahdiyari        | 5106.643          |
| actifit.funds    | 3219.888          |
| leofinance       | 1940.21           |
| hive-woodpeckers | 530.40            |
| hivesql          | 135.00            |

Translated with DeepL.com (free version)


## DE 
Vor paar Tagen, Ok sind schon fast 2 Wochen, wollte @hive-124221 (Dogmingo) gerne wissen, wer am meisten aus dem [DHF](https://developers.hive.io/services/dhf.html) erhalten hat.

Wer hat also HBD von hive.fund erhalten?
Zunächst habe ich danach in HiveQL in der TXTransfer Tabelle gesucht, aber dort waren keine Transfers zu finden. Daher habe ich geschaut, welche Tabelle diese Daten noch beinhalten könnte und habe die Tabelle VOProposalPays gefunden.

 https://img.leopedia.io/DQmV9MRwr9n7m2kpRyfvfNf1GcXdRiYPagKd9g3k6rZKUuq/grafik.png 

Die Abfrage ist damit sehr simpel, einfach die Summe der Zahlungen gruppiert nach Empfänger und sortiert nach der Summe:

 ```MSSQL
SELECT 
    receiver, 
    SUM(payment) AS total_payment
FROM VOProposalPays
GROUP BY receiver
ORDER BY total_payment DESC;
 ``` 


  | Empfänger            | Gesamtzahlung        |
|----------------------|----------------------|
| steem.dao            | 170113750,956        |
| hbdstabilizer        | 107005695,165        |
| valueplan            | 3456746,872          |
| keychain             | 801688,376           |
| howo                 | 620679,469           |
| ecency               | 607306,734           |
| peak.open            | 588499,69            |
| splinterlands        | 415507,62            |
| vsc.network          | 400586,474           |
| spkproposal          | 377152,279           |
| disregardfiat        | 251051,894           |
| hiveauth             | 235492,477           |
| leofinance           | 231166,698           |
| hivewatchers         | 225880,205           |
| fund.dbuzz           | 212693,899           |
| blocktrades          | 204230,00            |
| hivechain.app        | 193676,008           |
| peak.proposals       | 177384,182           |
| hivesql              | 174687,863           |
| hive.multisig        | 162594,929           |
| lordbutterfly        | 155977,295           |
| imwatsi              | 152388,462           |
| v4vapp.dhf           | 138762,314           |
| actifit.funds        | 126744,878           |
| hdev.fund            | 105007,617           |
| engrave.cold         | 90000,104            |
| hashkings            | 70113,946            |
| netuoso              | 65911,883            |
| fullalt.dhf          | 61554,486            |
| good-karma           | 59544,478            |
| deathwing            | 50825,493            |
| martibis             | 34736,306            |
| blockanarchist1      | 34539,53             |
| mahdiyari            | 31726,991            |
| hivedebitfund        | 31452,552            |
| detlev               | 30516,368            |
| justineh             | 29910,70             |
| vimm.dhf             | 27202,856            |
| fridaybot            | 25456,746            |
| ilysarazom           | 24989,934            |
| inertia              | 23240,502            |
| sbdpotato            | 21132,95             |
| hivefest             | 18985,623            |
| hivecreators         | 17640,66             |
| steem-keychain       | 16619,32             |
| zyptoapp             | 15158,972            |
| amgr                 | 10999,824            |
| worldmappin          | 7946,274             |
| fundacoven           | 7149,413             |
| pettycash            | 6984,592             |
| podping              | 6615,90              |
| superhive            | 5998,383             |
| steemonboarding      | 5861,46              |
| latino.romano        | 4999,92              |
| themarkymark         | 4353,914             |
| hivesearcher         | 4056,451             |
| openseed             | 3956,20              |
| anyx                 | 3790,831             |
| steemchiller         | 3635,412             |
| brofund              | 2999,952             |
| hive.loans           | 1872,792             |
| spaminator           | 1214,096             |
| vimm                 | 1164,534             |
| haveyoubeenhere      | 1107,614             |
| dapplr               | 982,182              |
| esteemapp            | 969,674              |
| hive-woodpeckers     | 530,40               |
| fabien               | 466,962              |
| stemsocial-dev       | 329,472              |
| poshbot              | 269,36               |
| smooth               | 139,992              |
| emrebeyler           | 43,413               |
| steem-plus           | 18,729               |
| steemitworldmap      | 5,414                |

## Wichtig
Dies sind nur die Zahlungen aus dem hive.fund an die entsprechenden Accounts. Unabhängig, was mit den HBD dann passiert und ob es ggf. auch Rückzahlungen gab! steem.dao ist das Return Proposal wenn ich mich nicht täusche.

Das ist über die gesamte Laufzeit, hier noch eine Abfrage für 2025, also ~7 Monate:

 ```MSSQL
SELECT 
    receiver, 
    SUM(payment) AS total_payment
FROM VOProposalPays
where year(timestamp)=2025
GROUP BY receiver
ORDER BY total_payment DESC;
 ```

| Empfänger        | Gesamtzahlung     |
|------------------|-------------------|
| steem.dao        | 46099840,871      |
| hbdstabilizer    | 2398502,912       |
| valueplan        | 617789,161        |
| vsc.network      | 183218,987        |
| keychain         | 127400,16         |
| hdev.fund        | 82810,104         |
| ecency           | 82153,604         |
| howo             | 71958,504         |
| peak.open        | 67429,552         |
| disregardfiat    | 48051,033         |
| splinterlands    | 47208,864         |
| hivedebitfund    | 31618,812         |
| vimm.dhf         | 23992,00          |
| hivewatchers     | 20169,992         |
| zyptoapp         | 15158,972         |
| detlev           | 13926,765         |
| worldmappin      | 8084,399          |
| mahdiyari        | 5106,643          |
| actifit.funds    | 3219,888          |
| leofinance       | 1940,21           |
| hive-woodpeckers | 530,40            |
| hivesql          | 135,00            |





Posted Using [INLEO](https://inleo.io/@hive-coding/beneficiaries-from-dhf-begnstigte-vom-dhf-pj)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorhive-coding
permlinkbeneficiaries-from-dhf-begnstigte-vom-dhf-pj
categoryhive-169321
json_metadata{"app":"leothreads/0.3","format":"markdown","tags":["hive-169321","hive","coding","deutsch","hive-engine","alive","hive-coding","pob","dev"],"canonical_url":"https://inleo.io/@hive-coding/beneficiaries-from-dhf-begnstigte-vom-dhf-pj","links":["https://developers.hive.io/services/dhf.html).","https://developers.hive.io/services/dhf.html)","https://inleo.io/@hive-coding/beneficiaries-from-dhf-begnstigte-vom-dhf-pj)"],"images":["https://img.leopedia.io/DQmV9MRwr9n7m2kpRyfvfNf1GcXdRiYPagKd9g3k6rZKUuq/grafik.png","https://img.leopedia.io/DQmV9MRwr9n7m2kpRyfvfNf1GcXdRiYPagKd9g3k6rZKUuq/grafik.png"],"isPoll":false,"dimensions":{}}
created2025-08-02 10:56:57
last_update2025-08-02 10:56:57
depth0
children1
last_payout1969-12-31 23:59:59
cashout_time2025-08-09 10:56:57
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value1.645 HBD
promoted0.000 HBD
body_length11,940
author_reputation8,646,729,670,322
root_title"beneficiaries from DHF- begünstigte vom DHF"
beneficiaries
0.
accountreward.app
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id144,623,067
net_rshares5,560,152,471,489
author_curate_reward""
vote details (63)
@hivebuzz ·
Congratulations @hive-coding! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

<table><tr><td><img src="https://images.hive.blog/60x70/https://hivebuzz.me/@hive-coding/upvotes.png?202508050732"></td><td>You distributed more than 9000 upvotes.<br>Your next target is to reach 10000 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@hive-coding) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out our last posts:**
<table><tr><td><a href="/hive-122221/@hivebuzz/pum-202507-delegations"><img src="https://images.hive.blog/64x128/https://i.imgur.com/fg8QnBc.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202507-delegations">Our Hive Power Delegations to the July PUM Winners</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202508-feedback"><img src="https://images.hive.blog/64x128/https://i.imgur.com/zHjYI1k.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202508-feedback">Feedback from the August Hive Power Up Day</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pum-202507-result"><img src="https://images.hive.blog/64x128/https://i.imgur.com/mzwqdSL.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202507-result">Hive Power Up Month Challenge - July 2025 Winners List</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-1754379746
categoryhive-169321
json_metadata{"image":["https://hivebuzz.me/notify.t6.png"]}
created2025-08-05 07:42:27
last_update2025-08-05 07:42:27
depth1
children0
last_payout1969-12-31 23:59:59
cashout_time2025-08-12 07:42:27
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,484
author_reputation370,752,520,390,273
root_title"beneficiaries from DHF- begünstigte vom DHF"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id144,704,039
net_rshares0