create account

The HBD limits explained (technical) by andablackwidow

View this thread on: hive.blogpeakd.comecency.com
· @andablackwidow ·
$399.67
The HBD limits explained (technical)
Since last point of [25th update of 2021 on BlockTrades work on Hive software](http://hive.blog/hive-139531/@blocktrades/25th-update-of-2021-on-blocktrades-work-on-hive-software) gained a lot of attention, I thought it would be nice to sum up current state of the code, that is, how the mechanism in question works at the moment.

There are three semi-independent limits related to HBD. First two constitute **SOFT LIMIT** and mainly control HBD print rate. These are `dynamic_global_property_object::hbd_start_percent` and `dynamic_global_property_object::hbd_stop_percent`. Despite being variable members of dynamic properties these values can only change during hardforks. Up to HF20 their values were 200 and 500 respectively (value in basis points => 2% and 5%), after HF20 the values changed to 900 and 1000 (9% and 10%). As the total amount of HBD in existence<sup>(x)</sup> in relation to virtual supply grows (aka debt ratio), it affects the value of `dynamic_global_property_object::hbd_print_rate`. When it is below `hbd_start_percent`, the value is 10000 (100%), meaning that portion of comment rewards that is due to be paid in HBD will not be limited. When the ratio grows above `hbd_start_percent` but remains below `hbd_stop_percent`, the `hbd_print_rate` is reduced proportionally which in turn reduces comment rewards paid in HBD - they are paid in HIVE instead. Finally, when there is so much total HBD that the ratio reaches `hbd_stop_percent`, `hbd_print_rate` is set to 0 which means comment rewards will not contain any portion that is paid in HBD.

`hbd_stop_percent` limit has one more use. If execution of `collateralized_convert_operation` (conversion of HIVE to HBD) was to push debt ratio above that limit, the operation will fail. It means that upper soft limit not only stops (some) automatic HBD printing but also stops users from printing new HBD.

Ok, but what is virtual supply and how is the debt ratio calculated? Virtual supply is essentially the total amount of HIVE: liquid, in savings, as well as VESTed, but also including all HIVE that would be issued if all HBD was to be converted into HIVE. The value is stored in `dynamic_global_property_object::virtual_supply` and updated (along with `hbd_print_rate`) twice every block - once after transactions are processed and potentially new internal price is established, second time after some automatic operations are finalized, including conversion processing and comment rewards (but not proposal payouts) - see calls to `database::update_virtual_supply`.

<sup>(x)</sup>While `virtual_supply` is calculated like I described, when calculating debt ratio, all the HBD stored in treasury account (`hive.fund`) is subtracted as if it didn't exist. It was done so since treasury holds large amount of HBD from Steem->Hive airdrop and the funds are governed by the code, not by users, so it makes no sense to treat it the same way as HBD on the market. When HBD held by treasury was still calculated into debt ratio, the limits were reached pretty much all the time. If you are interested in details of debt ratio calculations, look for [`database::calculate_HBD_percent`](https://gitlab.syncad.com/hive/hive/-/blob/master/libraries/chain/database.cpp#L4920).

Because treasury balance is not taken into account, when HBD is transfered out of it as proposal pay, it is functionally equivalent of issuing new HBD, therefore even if upper soft limit is reached, new HBD can still show up on the market, hence "soft" limit. It also does not stop interest on HBD savings.

Since calculation of `virtual_supply` involves adding values of HIVE and HBD, which are different assets, there needs to be the price to put them on common ground. That price is held in `feed_history_object::current_median_history` and updated once every hour from what witnesses propose as correct price - see [`database::update_median_feed`](https://gitlab.syncad.com/hive/hive/-/blob/master/libraries/chain/database.cpp#L4310). It is possible, especially during decline of HIVE price, that the amount of HBD on the market that was below debt limit, after the price is updated it becomes well above limit. If that happened, there was theoretical scenario where one user holding large portion of HBD would then be able to use `convert_operation` (HBD to HIVE conversion) to turn all his HBD into large amount of HIVE, power it up and consequently gain massive voting power, possibly taking over the blockchain governance. Note that if he tried to collect the same amount of HIVE on the market, it would move the price upwards, but since conversion happens on chain, no such immediate effect would take place.

Here is where last limit takes effect - the **HARD LIMIT**. It is currently hardcoded into process of price update and it changes the witness established price in such a way to guarantee, that even if all the HBD was converted into HIVE, the conversion would only create no more than hard limit amount of total HIVE. The hardcoded limit is at 10%, the same value as upper soft limit, and it only makes sense to have upper soft limit at or below hard limit, because since debt ratio calculations use internal price and that is affected by hard limit, soft limit could never be reached if it was above hard limit.

When hard limit is reached, the internal price of HIVE becomes artificially high, meaning that on chain conversion and other calculations will cause code to give out less HIVE than one would expect (so f.e. the user trying to convert HBD to HIVE on chain will be at a loss compared to the market, but the chain as a whole will be safe). Now, why would we want to reduce such strong protection? Nowadays we have more tools to use if the attack scenario takes place, including delayed voting - extra 30 days to react in case of attempt to hostile takeover. As long as "the good guys" have more voting power than attacker could gain there should be no problem.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 175 others
properties (23)
authorandablackwidow
permlinkthe-hbd-limits-explained-technical
categoryhive-139531
json_metadata{"links":["http://hive.blog/hive-139531/@blocktrades/25th-update-of-2021-on-blocktrades-work-on-hive-software","https://gitlab.syncad.com/hive/hive/-/blob/master/libraries/chain/database.cpp#L4920","https://gitlab.syncad.com/hive/hive/-/blob/master/libraries/chain/database.cpp#L4310"],"tags":["hive-139531","hive","blockchain","software"],"app":"ecency/3.0.19-surfer","format":"markdown+html"}
created2021-10-08 14:59:39
last_update2021-10-08 14:59:39
depth0
children25
last_payout2021-10-15 14:59:39
cashout_time1969-12-31 23:59:59
total_payout_value199.881 HBD
curator_payout_value199.792 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,938
author_reputation66,039,169,583,429
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,878,818
net_rshares347,967,223,757,902
author_curate_reward""
vote details (239)
@brianoflondon ·
That's a great explanation. Thank you. 
properties (22)
authorbrianoflondon
permlinkre-andablackwidow-r0pxvm
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-10-09 16:31:00
last_update2021-10-09 16:31:00
depth1
children0
last_payout2021-10-16 16:31:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation708,942,510,741,011
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,905,761
net_rshares0
@gtg ·
$0.16
You should definitely write such posts more often :-)
👍  ,
properties (23)
authorgtg
permlinkr0o26q
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-10-08 16:08:54
last_update2021-10-08 16:08:54
depth1
children3
last_payout2021-10-15 16:08:54
cashout_time1969-12-31 23:59:59
total_payout_value0.081 HBD
curator_payout_value0.080 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation387,273,898,754,362
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,880,334
net_rshares142,278,862,632
author_curate_reward""
vote details (2)
@andablackwidow ·
$33.60
Nah, it takes too much time. I should be doing stuff, not writing about it :o) But let's play a bit.

Even the simplest changes are not as straightforward as one would think. F.e. in order to make hard limit more flexible we first have to change hardcoded part into generalized formula.

Let's define `h = HBD supply` (corrected for treasury balance), `v = HIVE supply`. Current code sets minimal price as `9*h HBD per v HIVE`. Check: `virtual supply = h*price + v = (1/9)*v + v = (10/9)*v`; the HBD part `(1/9)*v` in relation to virtual supply `(10/9)*v` is `((1/9)*v) / ((10/9)*v) = 1/10 = 10%` exactly as we wanted.

Generalized price formula could look like this: `(10000/limit - 1) * h HBD per v HIVE`. For `limit = 1000` (10%) we get exactly the same price as before. It also looks nice for 20% (`4*h HBD per v HIVE`), but for 30% we get `2*h HBD per v HIVE` - exactly the same as for 33%. Not good.

Alternative price formula would look like this: `(10000-limit) * h HBD per limit*v HIVE`. It has the advantage of pushing the inevitable truncation during integer division to the very end (when price is multiplied by asset). However it means that we're expressing price using much larger values. It is true that in general price expressed as `a per b` is equivalent to price expressed as `10000*a per 10000*b`, that is, as long as we can fit bigger numbers in 64bit variables. We are using total supply numbers inside price definition. Current HIVE supply is ~350 million, so let's triple that number to account for future inflation and safety margin. Amount of HBD is much smaller. We also have to consider that it is expressed with 3 digit precision and another 4 places to account for 10000 basis points (100%) of potential limit value. We get 10<sup>(9+3+4)</sup> = 10<sup>16</sup>. Signed 64bit integer can hold up to 9*10<sup>18</sup>, so there is still some space left... at least as long as we are not doing another similar price percentage scaling somewhere. The only place that I currently remember where scaling happens is during calculation of modified price for `collateralized_convert_operation`, however we are not actually scaling price itself, we are doing the scaling along with multiplication with asset (`multiply_with_fee`) and that calculation happens on 128bit integers, so we are safe there. But to make sure we are not going to run into trouble, all the places where price is constructed need to be found and verified (cheers for someone who thought constructing price with use of `operator /` is going to be a good idea - that needs to be eliminated first). On top of that it might be a good idea to also assume (`static_assert`) that limit is at least in whole percentages, so instead of `(10000-limit) * h HBD per limit*v HIVE` we can use `(100-limit/100) * h HBD per (limit/100)*v HIVE` which would give us two more levels of magnitude of margin.

The above is an example of a lot of work required to change couple of lines of code :o) And it doesn't even touch the unit tests, that tend to go belly-up whenever you sneeze near the code, especially when they are designed to test the edge cases.
👍  , , , ,
properties (23)
authorandablackwidow
permlinkre-gtg-2021109t154348706z
categoryhive-139531
json_metadata{"tags":["ecency"],"app":"ecency/3.0.19-surfer","format":"markdown+html"}
created2021-10-09 13:43:42
last_update2021-10-09 13:43:42
depth2
children2
last_payout2021-10-16 13:43:42
cashout_time1969-12-31 23:59:59
total_payout_value16.800 HBD
curator_payout_value16.799 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,131
author_reputation66,039,169,583,429
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,901,956
net_rshares29,039,422,564,422
author_curate_reward""
vote details (5)
@jelly13 ·
Cool, there will be people requesting their right to argue if 32% is better than 31% for placing the haircut. I think they are missing the point. 

To me, changing that "9" into 4 (too conservative), 3 (reasonably conservative), 2 (reasonably aggresive) or 1 (too agressive for starters but a good goal to reach after a couple of `i:=i-1` hardforks at least for a while until people feel 50% is too low) **is enough of a choice** for politics. 

The side message (this number is not intended for frequent changes) is even cooler. 
👎  , , ,
properties (23)
authorjelly13
permlinkre-andablackwidow-r0qfu1
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-10-09 22:58:48
last_update2021-10-09 22:58:48
depth3
children0
last_payout2021-10-16 22:58:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length530
author_reputation-23,235,237,016,640
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,912,359
net_rshares-4,331,756,644,926
author_curate_reward""
vote details (4)
@smooth ·
> It also looks nice for 20% (4*h HBD per v HIVE), but for 30% we get 2*h HBD per v HIVE - exactly the same as for 33%.

Is there anything wrong with using 20% or 25% or 33 1/3% and keeping the "couple of lines" of code change minimal? The number seems mostly arbitrarily picked, I don't see the value in fretting over getting right to 30% vs 25% or 33 1/3%?
properties (22)
authorsmooth
permlinkr0qn09
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-10-10 01:33:45
last_update2021-10-10 01:33:45
depth3
children0
last_payout2021-10-17 01:33:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length358
author_reputation245,194,432,541,145
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,914,484
net_rshares0
@hivebuzz ·
Congratulations @andablackwidow! 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/http://hivebuzz.me/@andablackwidow/upvoted.png?202110090041"></td><td>You received more than 100 upvotes.<br>Your next target is to reach 200 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@andablackwidow) 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 the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pud-202110-feedback"><img src="https://images.hive.blog/64x128/https://i.imgur.com/zHjYI1k.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202110-feedback">Feedback from the October 1st Hive Power Up Day</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-andablackwidow-20211009t005537
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-10-09 00:55:36
last_update2021-10-09 00:55:36
depth1
children0
last_payout2021-10-16 00:55:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length963
author_reputation368,388,951,016,087
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,890,815
net_rshares0
@mahdiyari ·
I'm very glad to see you posting on Hive.

I might be late for the game but I might have something in response to people who are still against increasing the haircut ratio after reading the post.

Just remember, that limit wasn't always 10%. It's an arbitrary number. Even if you set it to 5%, it can cause a downward spiral for the price of Hive in a price crash.

You don't know what is the good number for the hard limit. 2, 5, 10, 20, or maybe 50?
There is no science or formula to calculate it. That doesn't mean we have to go out of our minds and make huge changes. That's why the proposed change is so tiny compared to the current situation and the demand for HBD.

Anyway, I'm not here to argue with anyone. The decision is up to the top 20 witnesses.
properties (22)
authormahdiyari
permlinkr0qd6f
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-10-09 22:01:30
last_update2021-10-09 22:01:30
depth1
children1
last_payout2021-10-16 22:01:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length759
author_reputation168,453,265,420,231
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,911,592
net_rshares0
@smooth ·
> You don't know what is the good number for the hard limit. 2, 5, 10, 20, or maybe 50?

Yeah I agree, which is why I think we ought to stick with something that is easily to implement. With the way the code works, this seems to be 20%, 25% or 33 1/3%.
properties (22)
authorsmooth
permlinkr0qn34
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-10-10 01:35:27
last_update2021-10-10 01:35:27
depth2
children0
last_payout2021-10-17 01:35:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation245,194,432,541,145
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,914,513
net_rshares0
@ond ·
Hive (as Steem getting more complicated with every update. I think we should always have in our minds the average non technical user.
👎  
properties (23)
authorond
permlinkr0oqwf
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-10-09 01:02:45
last_update2021-10-09 01:02:45
depth1
children3
last_payout2021-10-16 01:02:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation2,599,620,590,431
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,890,908
net_rshares0
author_curate_reward""
vote details (1)
@gtg ·
$0.63
It's a job for user interfaces to deal with this problem. Otherwise we would be bunch of savages chasing each other with poop sticks. Average user of a car have no idea how the engine works, and that's fine if all they are looking for is drive from A to B.
👍  ,
properties (23)
authorgtg
permlinkr0pdpn
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-10-09 09:15:24
last_update2021-10-09 09:15:24
depth2
children2
last_payout2021-10-16 09:15:24
cashout_time1969-12-31 23:59:59
total_payout_value0.314 HBD
curator_payout_value0.315 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length256
author_reputation387,273,898,754,362
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,897,763
net_rshares548,898,345,672
author_curate_reward""
vote details (2)
@jelly13 ·
In this case, the first step for UIs is to include a haircut warning in the convert HBD->Hive section. Preferably along with an estimate of the current debt ratio.   

IIUC, the real issue is that few people understand they can get rekt when they seemingly start HBD conversion in time but then the debt ratio goes over the limit and their rate gets calculated from inflated internal price over the next 3.5 days.
👎  , , ,
properties (23)
authorjelly13
permlinkre-gtg-r0pmk9
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-10-09 12:26:33
last_update2021-10-09 12:26:33
depth3
children0
last_payout2021-10-16 12:26:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length413
author_reputation-23,235,237,016,640
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,900,528
net_rshares-4,090,693,129,178
author_curate_reward""
vote details (4)
@ond ·
I think the statistics speak for themselves. There are many ways to go from A to B.
👎  
properties (23)
authorond
permlinkre-gtg-20211010t21553869z
categoryhive-139531
json_metadata{"tags":["ecency"],"app":"ecency/3.0.23-mobile","format":"markdown+html"}
created2021-10-10 18:05:54
last_update2021-10-10 18:05:54
depth3
children0
last_payout2021-10-17 18:05:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation2,599,620,590,431
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,931,719
net_rshares0
author_curate_reward""
vote details (1)
@ridam ·
Could you answer me a simple question?
I had around HBD and I convert that to hive when the hive was at 1$, but I got only 1Hive on the wallet? I should have got more than that according to the three day median price of hive.
👎  
properties (23)
authorridam
permlinkr0qf7l
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-10-09 22:45:21
last_update2021-10-09 22:45:21
depth1
children1
last_payout2021-10-16 22:45:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length225
author_reputation4,246,435,639,799
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,912,159
net_rshares0
author_curate_reward""
vote details (1)
@jelly13 ·
Are you referring to your last conversion that was based on 1 Hive = $0.923 giving you 1.08 Hive for each HBD? That median price looks right to me for that timeframe (starting shortly after the Hive peak).
👎  , , , ,
properties (23)
authorjelly13
permlinkre-ridam-r0qgf3
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-10-09 23:11:27
last_update2021-10-09 23:11:27
depth2
children0
last_payout2021-10-16 23:11:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length205
author_reputation-23,235,237,016,640
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,912,541
net_rshares-4,563,335,569,770
author_curate_reward""
vote details (5)
@sand126 · (edited)
Its too technical to understand me the HBD and Hive Hard Limit but what i simply understand if Debt ratio is higher then We don't receive HBD from reward pool . I think its well balanced financial ecosystem in hive blockchain which strictly control the inflationary printing of tokens . Thats why HBD is more useful and profitable if someone go for savings where 10% APR is not a bad deal .HBD is partially pegged with US dollar and that is another beneficial point to hold HBD ..Who knows when korean pumps the price value of HBD till 10X in value in near future.. 
properties (22)
authorsand126
permlinkre-andablackwidow-2021109t212033587z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","blockchain","software"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-10-09 15:50:33
last_update2021-10-09 15:50:54
depth1
children1
last_payout2021-10-16 15:50:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length566
author_reputation3,964,252,126,122
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,904,698
net_rshares0
@jelly13 ·
> what i simply understand if Debt ratio is higher then We don't receive HBD from reward pool 

That is true but that is not the risk part. We risk getting bad rate during HBD->Hive conversion that might make it more profitable to sell HBD well below $1 on external exchanges (or buy fewer Hive on internal market than we would get for the same amount of USDT externally).
👎  , , , ,
properties (23)
authorjelly13
permlinkre-sand126-r0qgqs
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-10-09 23:18:27
last_update2021-10-09 23:18:27
depth2
children0
last_payout2021-10-16 23:18:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length372
author_reputation-23,235,237,016,640
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,912,628
net_rshares-4,589,330,807,590
author_curate_reward""
vote details (5)
@smooth ·
$0.64
I think the premise of someone converting a lot of HBD being an "attack" is kind of wrong. It assumes that existing stakeholders don't value HIVE and have abandoned holding it to an extent that has caused the price to crash. In that case, maybe it's fair they just pass the baton.

The way I see it, if someone is willing to hold a lot of HBD while the price of HIVE is collapsing (risking losses, potentially total loss, with probably limited upside), and then convert their HBD, power it up, wait out the voting delay, and then vote, I think they earned their votes. Way back in the early Steem days, @abit did this, and he certainly earned his votes.

Someone trying to buy a lot of HBD quickly to pull this off, as opposed to being a long-term holder, would drive up the price of HBD, just as someone trying to buy a lot of HIVE would, maybe more so. We've seen how this plays out.

Someone buying HBD over time while others were dumping it could instead be buying HIVE while others were dumping it (i.e. able to accumulate a lot without driving the price up). Don't see much difference.
👍  
properties (23)
authorsmooth
permlinkr0qbwj
categoryhive-139531
json_metadata{"users":["abit"],"app":"hiveblog/0.1"}
created2021-10-09 21:33:57
last_update2021-10-09 21:33:57
depth1
children0
last_payout2021-10-16 21:33:57
cashout_time1969-12-31 23:59:59
total_payout_value0.321 HBD
curator_payout_value0.321 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,091
author_reputation245,194,432,541,145
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,911,241
net_rshares559,255,947,525
author_curate_reward""
vote details (1)
@tarazkp ·
Since I am non-technical for the most part, my favorite bit was this being the thumbnail:


![Screenshot_20211009_142401.jpg](https://images.hive.blog/DQmaysZNq6uDphunYGojvLnBPKkkaWXn6f3nC4D2peCCMRH/Screenshot_20211009_142401.jpg)

:)
properties (22)
authortarazkp
permlinkr0pjpy
categoryhive-139531
json_metadata{"image":["https://images.hive.blog/DQmaysZNq6uDphunYGojvLnBPKkkaWXn6f3nC4D2peCCMRH/Screenshot_20211009_142401.jpg"],"app":"hiveblog/0.1"}
created2021-10-09 11:25:12
last_update2021-10-09 11:25:12
depth1
children2
last_payout2021-10-16 11:25:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length234
author_reputation4,753,390,247,314,507
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,899,622
net_rshares0
@andablackwidow ·
$0.38
I'm glad I used toonified version in my profile picture, but it looks like it would be a good idea to always use some other picture inside the post, so it is picked for thumbnail instead of me :o)
👍  
properties (23)
authorandablackwidow
permlinkre-tarazkp-2021109t154613814z
categoryhive-139531
json_metadata{"tags":["ecency"],"app":"ecency/3.0.19-surfer","format":"markdown+html"}
created2021-10-09 13:46:06
last_update2021-10-09 13:46:06
depth2
children1
last_payout2021-10-16 13:46:06
cashout_time1969-12-31 23:59:59
total_payout_value0.188 HBD
curator_payout_value0.189 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length196
author_reputation66,039,169,583,429
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,901,999
net_rshares326,999,157,500
author_curate_reward""
vote details (1)
@tarazkp ·
I don't know - this could be your thing now.

When @gtg said you should post more, maybe he wasn't talking about your content ;P
properties (22)
authortarazkp
permlinkr0prj6
categoryhive-139531
json_metadata{"users":["gtg"],"app":"hiveblog/0.1"}
created2021-10-09 14:13:57
last_update2021-10-09 14:13:57
depth3
children0
last_payout2021-10-16 14:13:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation4,753,390,247,314,507
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,902,498
net_rshares0
@urun ·
$0.65
>When hard limit is reached, the internal price of HIVE becomes artificially high, meaning that on chain conversion and other calculations will cause code to give out less HIVE than one would expect 

Yup a huge risk for panic and i totally against increase the debt limit. Im sure we will see sooner or later a panic run for the 10% Stablecoin interest farmers.

If the plan is to increase it anyway, i would watch first what happens with 10%. Im sure we will see a 0,5$-0,6$ price per HBD. Special because HBD conversing makes the movements more extreme in both directions.

👍  
properties (23)
authorurun
permlinkre-andablackwidow-r0osop
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-10-09 01:41:12
last_update2021-10-09 01:41:12
depth1
children4
last_payout2021-10-16 01:41:12
cashout_time1969-12-31 23:59:59
total_payout_value0.324 HBD
curator_payout_value0.325 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length577
author_reputation93,309,389,073,611
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,891,415
net_rshares566,917,488,908
author_curate_reward""
vote details (1)
@jelly13 ·
> Yup a huge risk for panic and i totally against increase the debt limit.

I fully agree with your premise, I just arrived to the opposite conclusion - keeping the debt limit low at 10% means the panic situation is way more likely to trigger compared to the situation where the debt limit is increased.   

Also, it is a huge argument for blocktrades' proposition to reduce automatic HBD printing long before getting close to the actual debt limit. 
👍  
👎  , , ,
properties (23)
authorjelly13
permlinkre-urun-r0pm35
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-10-09 12:16:18
last_update2021-10-09 12:16:18
depth2
children3
last_payout2021-10-16 12:16:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length450
author_reputation-23,235,237,016,640
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,900,375
net_rshares-13,229,532,476,792
author_curate_reward""
vote details (5)
@urun ·
True, but with for example 50% ( to make it a bit extreme) we will hit the panic at some time too. Only later.

With the difference, hive could pump to 7$ in that timeframe to print a shit ton of HBD.

With the 10%, it's like a government that can't pay its bills. The haircut would destroy at this point way more "money".

And it could also if the conversion is unlucky destroy the tokenomics from Hive.

7$ Hive = 2,8B MC 

30% print = 900M possible HBD (also 10% APR is more then 90M a year)

Price drops to 3$ and panic hits + mass conversions. Price drops more and more conversions.

Sure Haircut can be in place, but it would not be stable at all.


I don't know. I like collateral stables more with lockups. They have problems too but don't affect inflation and they are not debt.
properties (22)
authorurun
permlinkre-jelly13-r0pmnl
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-10-09 12:28:33
last_update2021-10-09 12:28:33
depth3
children2
last_payout2021-10-16 12:28:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length787
author_reputation93,309,389,073,611
root_title"The HBD limits explained (technical)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,900,565
net_rshares0