<center><img src="https://media.giphy.com/media/piZ8N1sdLUOpq/giphy.gif" alt="hertz" /></center> HERTZ is an upcoming Algorithm Based Asset (ABA) which is an market pegged asset (MPA) with a formula which modifies the price feed to oscillate using a sin wave. The following is the current python reference formula: > hertz_value = reference_asset_value + (amplitude * math.sin(((((current_time - reference_timestamp)/period) % 1) * period) * ((2*math.pi)/period))) Configurable HERTZ variables: * The reference asset (USD, CNY, XDR, etc..) * The reference value ($1.00, $10, etc..) * The [amplitude](https://en.wikipedia.org/wiki/Amplitude) of the sin wave (how far from 0 on the y axis the sin wave modulates at). * The [phase](https://en.wikipedia.org/wiki/Phase_(waves)). * The reference timestamp (Default: BTS2.0 genesis UNIX timestamp) * The [frequency](https://en.wikipedia.org/wiki/Frequency)/[period](https://simple.wikipedia.org/wiki/Period_(physics)) (Default: 1 month = 30.43 days) The variables will not be light-heatedly changed once the HERTZ asset has become active (given sufficient price feed publishers), so you will not need to worry about the amplitude/frequency of the asset increasing significantly after having shorted the token into existence. Any substantial variation in the configurable HERTZ variables will be made within a newly created HERTZ asset. The naming convention will potentially follow: > HERTZ.Reference_Asset.Amplitude.Frequency.Phase If you're interested in calculating potential profit or evaluating the HERTZ variables, check out the [HERTZ calculator spreadsheet](https://github.com/BTS-CM/scripts/blob/master/hertz_calculator.xlsx), it'll be soon updated to include all of the variables (currently only amplitude). ## HERTZ market phases ELI5 ### Peak price  * Peak sell pressure/liquidity (borrowing & shorting) * Peak settle pressure (holders settling for profit) ### Peak -> Trough oscillation  * Shorter debt destruction * Increasing buy pressure ### Trough price  * Peak buy pressure/liquidity (chasing price feed appreciation) * Trough settle pressure ### Trough -> Peak oscillation  * Shorter debt appreciation * Increasing settle pressure * Decreasing buy pressure --- ## HERTZ market phase further info/thoughts ## Shorting at the peak If you borrow HERTZ into existence and short it at the peak (crest) value, your debt will decrease to: > DEBT * (amplitude * math.sin(((((current_time - reference_timestamp)/period) % 1) * period) * ((2*math.pi)/period))) With a decreased debt, you can keep a partial amount of the tokens you shorted into existence. This only applies when shorting from peak and settling debt at the trough, if you short and miss your settle window the debt will appreciate back to the original debt value. ## Buying at the peak Given that during the peak there is peak sell pressure from shorters, you should be able to buy larger sums of HERTZ than bitUSD. Buying and holding has the least risk associated with the HERTZ token, however you must account for the oscillation of the price feed as it will affect the networth of your HERTZ holdings; if you need to cash out at a later date you may be faced with having to wait until the peak value to settle or having to settle for a lesser price feed value. If the asset you traded for HERTZ collapsed more than 67% then you'll have benefited regardless of say buying at the top and selling at the bottom. ## Settling When you hold a market pegged asset (such as HERTZ or bitUSD), you have the option to 'settle' which calls the least collateralized position (liquidating their position) in order to fulfill your request to convert HERTZ to BTS at the rate of $1.50/HERTZ. The least collateralized individual cannot reject your settlement (all they can do is to improving their collateral to not be the least collateralized position being liquidated), so there shouldn't be a problem with liquidity exiting (settling, not selling) the HERTZ token. With [BSIP-0018](https://github.com/bitshares/bsips/blob/master/bsip-0018.md) on the way, we're going to see reduced risk (or partial/complete mitigation) of global settlement (black swan events) which will further stabilize this peak price settlement. ## Buying on the downtrend & uptrend There should be continuous buy pressure throughout the cycle (except from peak), as there is profit to be made by buying (with no debt risk) waiting until the price feed has appreciated higher than the value you bought at then setting at that point. ## Shorting at the trough Why would anyone sell at the bottom? The bottom (trough) will be the point of maximum buy pressure (since everyone wants the profit from settling with an appreciated price feed) - enabling you to short HERTZ on a large scale (again possibly larger than bitUSD) given this moment of peak buy liquidity. Trough settlers need to take the debt appreciation seriously, as they may find themselves force settled if under collateralized. If BTS increases in value as the debt appreciates, your collateral ratio will improve. If however the BTS value decreases then your collateral ratio will depreciate at an increased rate due to the debt appreciation caused by the price feed increasing. ## Buying at the trough If you buy HERTZ at the lowest ([trough](https://en.wikipedia.org/wiki/Trough_(physics))) value, you can wait until the peak (crest) value to then settle your balance (instead of selling) to make a profit of: > profit_percent = (settle_value/buy_value)*100 If you buy HERTZ at any value lower than the peak value, you can wait several days/weeks until the settle value is greater than the value you bought at, to which you would settle your HERTZ balance (as opposed to selling on the market). Example: HERTZ vars: amplitude 50%, reference asset $1.00, period 1 month Jack has $500 (bitUSD) and trades them for 1000 HERTZ at $0.50 ea, he waits 2 weeks then settles his 1000 HERTZ at $1.50 for a profit of $1.00 for every $0.50 invested. Jack started with $500 and now has $1500 in 2 weeks with minimal risk. --- ## Want to know more? * [HERTZ - Next area of investigation prior to production!](https://steemit.com/bitshares/@cm-steem/hertz-next-area-of-investigation-prior-to-production) * [HERTZ Price Feed Script Updates! September 2017](https://steemit.com/bitshares/@cm-steem/hertz-price-feed-script-updates-september-2017) ## Have any questions/suggestions? Please do reply with your questions and or suggestions, I'm especially interested in the possible HERTZ variable values you can come up with. Best regards, @cm-steem
author | cm-steem |
---|---|
permlink | what-is-the-hertz-algorithm-based-asset |
category | hertz |
json_metadata | {"tags":["hertz","bitshares","cryptocurrency","eli5","money"],"users":["cm-steem"],"image":["https://media.giphy.com/media/piZ8N1sdLUOpq/giphy.gif","https://steemitimages.com/DQmU5qgVNmuCCqRDCwdFe5gmKsnsiM9JY9XiTcaKZTKqJUd/image.png","https://steemitimages.com/DQmRh7tjh87SVfBZ5GbZqtpigcFvaAq8hanMh7SWWYufkfA/image.png","https://steemitimages.com/DQmXWKCQgQwcyEH5z5EYq8bbTAAHQ1GZiJ2Wp3vWHwpiixx/image.png","https://steemitimages.com/DQmTkAcdoeLCDqaqUUhZMjKfC3RnQWHRYAatReLvzfqhNy5/image.png"],"links":["https://en.wikipedia.org/wiki/Amplitude","https://en.wikipedia.org/wiki/Phase_(waves)","https://en.wikipedia.org/wiki/Frequency","https://simple.wikipedia.org/wiki/Period_(physics)","https://github.com/BTS-CM/scripts/blob/master/hertz_calculator.xlsx","https://github.com/bitshares/bsips/blob/master/bsip-0018.md","https://en.wikipedia.org/wiki/Trough_(physics)","https://steemit.com/bitshares/@cm-steem/hertz-next-area-of-investigation-prior-to-production","https://steemit.com/bitshares/@cm-steem/hertz-price-feed-script-updates-september-2017"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-09-30 15:43:48 |
last_update | 2017-09-30 16:23:00 |
depth | 0 |
children | 23 |
last_payout | 2017-10-07 15:43:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 82.834 HBD |
curator_payout_value | 10.096 HBD |
pending_payout_value | 0.000 HBD |
promoted | 50.000 HBD |
body_length | 6,979 |
author_reputation | 58,522,774,254,119 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,388,635 |
net_rshares | 33,663,368,705,207 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wackou | 0 | 6,288,470,477,484 | 80% | ||
fuzzyvest | 0 | 11,705,124,755,825 | 100% | ||
boy | 0 | 99,300,107 | 100% | ||
bue-witness | 0 | 60,539,855 | 100% | ||
bue | 0 | 13,641,068,306 | 100% | ||
mini | 0 | 53,074,259 | 100% | ||
taconator | 0 | 154,036,760,481 | 100% | ||
officialfuzzy | 0 | 6,371,452,325,433 | 100% | ||
healthcare | 0 | 59,337,482 | 100% | ||
daniel.pan | 0 | 62,582,192 | 100% | ||
konelectric | 0 | 11,067,035,003 | 7% | ||
scalextrix | 0 | 25,480,497,630 | 100% | ||
cm-steem | 0 | 375,165,087,894 | 100% | ||
arjoona | 0 | 0 | 100% | ||
talanhorne | 0 | 106,130,070,703 | 50% | ||
strangerarray | 0 | 4,157,181,363 | 10% | ||
vortac | 0 | 4,005,273,855,407 | 100% | ||
marius19 | 0 | 16,755,061,148 | 100% | ||
rapp | 0 | 160,791,741,015 | 100% | ||
craigslist | 0 | 53,534,085 | 100% | ||
cryptoninja | 0 | 1,441,675,704 | 20% | ||
sc-steemit | 0 | 75,358,828,356 | 100% | ||
moisesmcardona | 0 | 1,206,984,956 | 2% | ||
xanoxt | 0 | 199,439,362,102 | 100% | ||
profitgenerator | 0 | 3,014,964,599 | 100% | ||
vutran7 | 0 | 400,228,773 | 100% | ||
steemtruth | 0 | 64,373,355,867 | 15% | ||
barton26 | 0 | 3,419,596,894 | 100% | ||
redes | 0 | 592,807,830,634 | 15% | ||
stray | 0 | 66,427,757,233 | 100% | ||
contentking | 0 | 33,955,649,967 | 100% | ||
streetartgallery | 0 | 4,230,869,973 | 100% | ||
headsink | 0 | 0 | 100% | ||
cm-mobile | 0 | 1,426,685,274 | 100% | ||
cazolsen | 0 | 592,873,757 | 100% | ||
pivi | 0 | 2,845,404,915 | 100% | ||
nutela | 0 | 4,660,983,697 | 100% | ||
cylindricity | 0 | 60,688,252,556 | 100% | ||
danlupi | 0 | 13,571,100,700 | 1% | ||
mdquixil | 0 | 50,188,141,829 | 100% | ||
mandagoi | 0 | 14,590,313,578 | 20% | ||
goodmorning | 0 | 21,734,607,087 | 100% | ||
graphicalx | 0 | 2,320,579,411 | 100% | ||
landern | 0 | 19,028,609,443 | 100% | ||
michaelwilshaw | 0 | 1,314,902,877 | 10% | ||
lqss64 | 0 | 2,124,037,572 | 100% | ||
edb1984 | 0 | 66,436,589,953 | 100% | ||
them680813 | 0 | 210,385,920,077 | 100% | ||
nanogivers | 0 | 78,778,355 | 100% | ||
xxcynicalkidxx | 0 | 5,945,375,447 | 50% | ||
pastbastard | 0 | 1,463,666,435 | 100% | ||
kamaljeet | 0 | 458,444,800 | 100% | ||
promoted | 0 | 2,789,023,011,376 | 100% | ||
atechforu | 0 | 1,240,392,770 | 100% | ||
jumatmalamhari | 0 | 1,245,768,972 | 100% | ||
buy-bitcoin | 0 | 628,816,358 | 100% | ||
imbritish | 0 | 297,263,801 | 28% | ||
fanaticosgeek | 0 | 681,669,104 | 100% | ||
embalsespr | 0 | 53,488,476 | 10% | ||
jcuba | 0 | 619,520,000 | 100% | ||
daneftaly | 0 | 928,966,922 | 100% | ||
unrared | 0 | 46,492,835,688 | 20% | ||
nurhasib | 0 | 76,749,662 | 100% | ||
smb14 | 0 | 406,057,992 | 100% | ||
wahidelmonwalker | 0 | 591,530,203 | 100% | ||
jackandcoke | 0 | 1,396,830,320 | 100% | ||
cammaster | 0 | 1,609,499,679 | 100% | ||
maryambibi | 0 | 2,118,636,497 | 100% | ||
sebboo4 | 0 | 583,782,203 | 100% | ||
palwashabhatti | 0 | 1,364,413,625 | 100% | ||
ramkrishna | 0 | 1,163,736,832 | 100% | ||
bachtiar0210 | 0 | 60,754,529 | 5.89% | ||
gabev | 0 | 0 | 100% | ||
moelflow | 0 | 1,701,675,602 | 100% | ||
ahmedelsafy | 0 | 1,163,022,436 | 100% | ||
dimensional-drop | 0 | 378,809,315 | 100% | ||
bakabou159704 | 0 | 1,038,846,893 | 100% | ||
blacksp1der | 0 | 673,376,799 | 100% | ||
theassailant | 0 | 602,497,307 | 100% | ||
coinsvision | 0 | 662,846,196 | 100% | ||
iamsubbu | 0 | 964,020,312 | 100% | ||
me-irl-mirror | 0 | 3,826,869,434 | 100% | ||
elberteduardo | 0 | 168,612,392 | 100% | ||
andrewwu | 0 | 1,547,185,433 | 100% | ||
bdk1970 | 0 | 319,406,039 | 100% | ||
alfa-good | 0 | 364,443,069 | 100% | ||
lykkejay | 0 | 3,215,197,893 | 100% | ||
serj.kasin | 0 | 516,490,642 | 100% | ||
renardo | 0 | 58,034,504 | 100% | ||
tagig | 0 | 98,725,181 | 100% | ||
klevn | 0 | 479,120,161 | 100% | ||
danijel1984 | 0 | 459,821,634 | 100% | ||
ahmedmidoos | 0 | 993,091,696 | 100% | ||
bienvenida | 0 | 50,109,909 | 10% | ||
introduceyoursel | 0 | 51,599,989 | 10% | ||
kimchi-king | 0 | 1,160,601,278 | 100% | ||
murtaziqah | 0 | 237,527,736 | 100% | ||
prosieben | 0 | 1,143,191,942 | 100% | ||
lokman | 0 | 1,160,600,671 | 100% | ||
adwas33 | 0 | 580,403,056 | 100% | ||
hafidzizou | 0 | 1,143,191,216 | 100% | ||
igor700 | 0 | 992,312,014 | 100% | ||
tnitesh | 0 | 290,148,901 | 100% | ||
dadabevi | 0 | 1,160,593,523 | 100% | ||
pouya7 | 0 | 52,226,707 | 100% | ||
tt-dogg | 0 | 14,044,478,172 | 100% | ||
razifahreza | 0 | 649,930,717 | 100% | ||
godatsteem | 0 | 847,227,915 | 100% | ||
sidhantram91 | 0 | 1,160,586,129 | 100% | ||
buddhikaprabath | 0 | 52,226,353 | 100% | ||
badol1994 | 0 | 0 | 100% | ||
n14ll | 0 | 1,160,585,436 | 100% | ||
emremutlu | 0 | 1,009,708,804 | 100% | ||
eversmile123 | 0 | 458,430,936 | 100% | ||
jurgentuga | 0 | 1,143,175,631 | 100% | ||
daes131 | 0 | 179,890,491 | 100% | ||
bookjunkies | 0 | 957,481,241 | 100% | ||
ildottore | 0 | 0 | 100% |
Good post! Thanks for share
author | alfa-good |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t160728713z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-09-30 16:07:30 |
last_update | 2017-09-30 16:07:30 |
depth | 1 |
children | 0 |
last_payout | 2017-10-07 16:07:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 1,130,135,742,804 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,390,369 |
net_rshares | 8,758,452,572 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 5,771,770,582 | 1% | ||
steemboad | 0 | 1,749,700,226 | 100% | ||
alfa-good | 0 | 494,202,622 | 100% | ||
cryptoaceh | 0 | 742,779,142 | 100% |
nice information, hertz algorithm based asset looks great, i upvote and resteemed this post so most peoples get know about Hertz asset.
author | atechforu |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t155114498z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-09-30 15:51:18 |
last_update | 2017-09-30 15:51:18 |
depth | 1 |
children | 0 |
last_payout | 2017-10-07 15:51:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.177 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 1,131,173,407,165 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,389,197 |
net_rshares | 69,624,824,860 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 69,261,246,995 | 19% | ||
cheetah | 0 | -733,189,769 | -1% | ||
lokman | 0 | 1,096,767,634 | 100% |
Hi please vote and comments
author | badol1994 |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20171007t163316225z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-10-07 16:33:18 |
last_update | 2017-10-07 16:33:18 |
depth | 1 |
children | 0 |
last_payout | 2017-10-14 16:33:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 14,187,776,869,408 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,024,908 |
net_rshares | 0 |
When i read hertz i think of braodcasting wave transmission.
author | cloudspyder | ||||||
---|---|---|---|---|---|---|---|
permlink | re-cm-steem-2017101t2234788z | ||||||
category | hertz | ||||||
json_metadata | {"tags":"hertz","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-30 17:58:03 | ||||||
last_update | 2017-09-30 17:58:03 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-10-07 17:58:03 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.470 HBD | ||||||
curator_payout_value | 0.044 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 60 | ||||||
author_reputation | 8,281,689,777,163 | ||||||
root_title | "What is the HERTZ Algorithm Based Asset?" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 16,398,925 | ||||||
net_rshares | 196,818,779,132 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 86,576,558,744 | 19% | ||
good-karma | 0 | 100,387,985,702 | 0.5% | ||
bitcoiner | 0 | 3,903,897,261 | 0.5% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,297,377 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,609,699,939 | 1% | ||
meysam | 0 | 751,781,157 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
oluwoleolaide | 0 | 328,891,425 | 0.05% | ||
tipping | 0 | 152,152,984 | 1% |
Another interesting coin to add wealth on my portfolio. It looks interesting to hodl and keep.
author | cloudspyder | ||||||
---|---|---|---|---|---|---|---|
permlink | re-cm-steem-2017104t181547493z | ||||||
category | hertz | ||||||
json_metadata | {"tags":"hertz","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-10-04 10:11:03 | ||||||
last_update | 2017-10-04 10:11:03 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-10-11 10:11:03 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.087 HBD | ||||||
curator_payout_value | 0.030 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 94 | ||||||
author_reputation | 8,281,689,777,163 | ||||||
root_title | "What is the HERTZ Algorithm Based Asset?" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 16,749,790 | ||||||
net_rshares | 49,304,564,161 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 49,304,564,161 | 9% |
author | cm-steem |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t155020060z |
category | hertz |
json_metadata | {"tags":["hertz"],"links":["https://twitter.com/customminer/status/914155356321992705"],"app":"steemit/0.1"} |
created | 2017-09-30 15:50:18 |
last_update | 2017-10-01 12:32:36 |
depth | 1 |
children | 0 |
last_payout | 2017-10-07 15:50:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 58,522,774,254,119 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,389,123 |
net_rshares | 6,126,623,044 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 5,771,770,582 | 1% | ||
alfa-good | 0 | 354,852,462 | 100% |
Upvoted and RESTEEMED!
author | imbritish |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t173315440z |
category | hertz |
json_metadata | "" |
created | 2017-09-30 17:33:15 |
last_update | 2017-09-30 17:33:15 |
depth | 1 |
children | 0 |
last_payout | 2017-10-07 17:33:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 265,545,936,550 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,396,890 |
net_rshares | 5,771,770,582 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 5,771,770,582 | 1% |
author | johnnyray |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t162246072z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-09-30 16:22:57 |
last_update | 2017-09-30 16:22:57 |
depth | 1 |
children | 2 |
last_payout | 2017-10-07 16:22:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.876 HBD |
curator_payout_value | 0.290 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 2,330,185,599,758 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,391,587 |
net_rshares | 424,283,172,353 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 424,225,137,849 | 100% | ||
renardo | 0 | 58,034,504 | 100% |
hello , Invite me ?
author | renardo |
---|---|
permlink | re-johnnyray-re-cm-steem-what-is-the-hertz-algorithm-based-asset-20171001t161348361z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-10-01 16:13:51 |
last_update | 2017-10-01 16:13:51 |
depth | 2 |
children | 1 |
last_payout | 2017-10-08 16:13:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 6,519,787,590 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,485,342 |
net_rshares | 52,231,054 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
renardo | 0 | 52,231,054 | 100% |
now following you
author | johnnyray |
---|---|
permlink | re-renardo-re-johnnyray-re-cm-steem-what-is-the-hertz-algorithm-based-asset-20171001t165937524z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-10-01 16:59:39 |
last_update | 2017-10-01 16:59:39 |
depth | 3 |
children | 0 |
last_payout | 2017-10-08 16:59:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 2,330,185,599,758 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,489,258 |
net_rshares | 0 |
https://www.postplanner.com/hs-fs/hub/513577/file-2882290227-jpg/blog-files/3525.jpg?t=1507209293177&width=277&height=324&name=3525.jpg
author | keks |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20171005t155935406z |
category | hertz |
json_metadata | {"tags":["hertz"],"image":["https://www.postplanner.com/hs-fs/hub/513577/file-2882290227-jpg/blog-files/3525.jpg?t=1507209293177&width=277&height=324&name=3525.jpg"],"app":"steemit/0.1"} |
created | 2017-10-05 16:51:51 |
last_update | 2017-10-05 16:51:51 |
depth | 1 |
children | 0 |
last_payout | 2017-10-12 16:51:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 3,120,009,340,054 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,874,734 |
net_rshares | 11,651,265,543 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
keks | 0 | 11,651,265,543 | 100% |
author | lokman |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t161540137z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-09-30 16:15:39 |
last_update | 2017-09-30 16:15:39 |
depth | 1 |
children | 0 |
last_payout | 2017-10-07 16:15:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 1,047,115,228 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,391,000 |
net_rshares | 6,891,750,230 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 5,771,770,582 | 1% | ||
lokman | 0 | 1,119,979,648 | 100% |
There are few other algorithm based Blockchain technology coming to the crypto world. I want to definitely try this to see how it performs. When are you releasing the full variables?
author | lykkejay | ||||||
---|---|---|---|---|---|---|---|
permlink | re-cm-steem-2017930t11253926z | ||||||
category | hertz | ||||||
json_metadata | {"tags":"hertz","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-30 16:25:09 | ||||||
last_update | 2017-09-30 16:25:09 | ||||||
depth | 1 | ||||||
children | 4 | ||||||
last_payout | 2017-10-07 16:25:09 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 1.225 HBD | ||||||
curator_payout_value | 0.233 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 182 | ||||||
author_reputation | 3,775,149,010,152 | ||||||
root_title | "What is the HERTZ Algorithm Based Asset?" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 16,391,787 | ||||||
net_rshares | 553,815,664,434 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 438,654,564,307 | 100% | ||
good-karma | 0 | 100,375,214,312 | 0.5% | ||
bitcoiner | 0 | 3,903,506,496 | 0.5% | ||
mysteem | 0 | 84,110,067 | 1% | ||
demo | 0 | 162,297,377 | 1% | ||
feruz | 0 | 1,521,508,815 | 1% | ||
esteemapp | 0 | 2,598,728,134 | 1% | ||
meysam | 0 | 751,781,157 | 0.25% | ||
bounties | 0 | 172,474,655 | 1% | ||
steempoll | 0 | 167,421,006 | 1% | ||
oluwoleolaide | 0 | 328,884,013 | 0.05% | ||
tipping | 0 | 152,152,984 | 1% | ||
cammaster | 0 | 1,576,142,173 | 100% | ||
lykkejay | 0 | 3,308,844,434 | 100% | ||
renardo | 0 | 58,034,504 | 100% |
If you don't mind, what are the other ones? I sort of understand what this is saying and would love to see more in action.
author | cammaster |
---|---|
permlink | re-lykkejay-re-cm-steem-2017930t11253926z-20170930t163015801z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-09-30 16:30:15 |
last_update | 2017-09-30 16:30:15 |
depth | 2 |
children | 1 |
last_payout | 2017-10-07 16:30:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.124 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 65,187,385,225 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,392,218 |
net_rshares | 60,603,591,121 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 60,603,591,121 | 14% |
Hero is one, it appreciates 5% per year pegged to the USD. Arguably altcap.xdr which is a basket currency could be considered an algorithm based asset since it has a formula behind it, though AFAIK the calculation is done on the IMF's side. There has been talk of the opposite to hero, an asset which depreciates x% per year which would actually be quite simple to implement as an ABA. Do you have any ideas for an ABA?
author | cm-mobile |
---|---|
permlink | re-cammaster-re-lykkejay-re-cm-steem-2017930t11253926z-20170930t175443870z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-09-30 17:54:45 |
last_update | 2017-09-30 17:54:45 |
depth | 3 |
children | 0 |
last_payout | 2017-10-07 17:54:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 421 |
author_reputation | 64,075,241,881 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,398,641 |
net_rshares | 0 |
The price feed scripts are fully open source and visible in the links at the end of my post. Regarding the variables, the only variable that I believe may warrant changing is the amplitude. It was initially set to 0.5 however I think this may be too extreme. Ideally interested parties would try the spreadsheet out and tell me what they thought would be sensible.
author | cm-mobile |
---|---|
permlink | re-lykkejay-re-cm-steem-2017930t11253926z-20170930t175107612z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-09-30 17:51:12 |
last_update | 2017-09-30 17:51:12 |
depth | 2 |
children | 0 |
last_payout | 2017-10-07 17:51:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 366 |
author_reputation | 64,075,241,881 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,398,341 |
net_rshares | 992,300,032 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emremutlu | 0 | 992,300,032 | 100% |
can you send some more lonk for education? 
author | renardo |
---|---|
permlink | re-lykkejay-re-cm-steem-2017930t11253926z-20171001t161321491z |
category | hertz |
json_metadata | {"tags":["hertz"],"image":["https://steemitimages.com/DQmZk2Mts6Ux4TN7c8tkDy88EVaq6nep9C4M9VSaKFTs3o7/image.png"],"app":"steemit/0.1"} |
created | 2017-10-01 16:13:24 |
last_update | 2017-10-01 16:13:24 |
depth | 2 |
children | 0 |
last_payout | 2017-10-08 16:13:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 6,519,787,590 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,485,299 |
net_rshares | 58,034,504 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
renardo | 0 | 58,034,504 | 100% |
thank you !
author | nanogivers |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t155703870z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-09-30 15:57:06 |
last_update | 2017-09-30 15:57:06 |
depth | 1 |
children | 0 |
last_payout | 2017-10-07 15:57:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 221,603,578,078 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,389,631 |
net_rshares | 5,771,770,582 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 5,771,770,582 | 1% |
author | pacificadz |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t160210423z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-09-30 16:02:06 |
last_update | 2017-09-30 16:02:06 |
depth | 1 |
children | 0 |
last_payout | 2017-10-07 16:02:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.182 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 308,343,459 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,389,999 |
net_rshares | 70,398,635,653 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 69,261,246,995 | 19% | ||
lokman | 0 | 1,137,388,658 | 100% |
can you send some more lonk for education?
author | renardo |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20171001t161209072z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-10-01 16:12:09 |
last_update | 2017-10-01 16:12:09 |
depth | 1 |
children | 0 |
last_payout | 2017-10-08 16:12:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 6,519,787,590 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,485,190 |
net_rshares | 81,248,306 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
renardo | 0 | 81,248,306 | 100% |
good article!
author | savastr |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20171002t170953575z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-10-02 17:09:57 |
last_update | 2017-10-02 17:09:57 |
depth | 1 |
children | 0 |
last_payout | 2017-10-09 17:09:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 25,014,342,049 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,586,974 |
net_rshares | 0 |
author | tomasbrod |
---|---|
permlink | re-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t221340034z |
category | hertz |
json_metadata | {"tags":["hertz"],"app":"steemit/0.1"} |
created | 2017-09-30 22:13:39 |
last_update | 2017-09-30 22:13:39 |
depth | 1 |
children | 1 |
last_payout | 2017-10-07 22:13:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.436 HBD |
curator_payout_value | 0.143 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 868,427,350,086 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,416,039 |
net_rshares | 212,125,427,579 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cm-steem | 0 | 210,669,626,279 | 47% | ||
cm-mobile | 0 | 1,455,801,300 | 100% |
If you mean improving or working from the price feeds as a template then check them out: https://steemit.com/bitshares/@cm-steem/hertz-price-feed-script-updates-september-2017 If you mean hacking it to break the production hertz published price feed values, then only the pre approved parties will be allowed to publish, so the only way to attack would be to compromise one of those accounts.
author | cm-mobile |
---|---|
permlink | re-tomasbrod-re-cm-steem-what-is-the-hertz-algorithm-based-asset-20171001t003704449z |
category | hertz |
json_metadata | {"tags":["hertz"],"links":["https://steemit.com/bitshares/@cm-steem/hertz-price-feed-script-updates-september-2017"],"app":"steemit/0.1"} |
created | 2017-10-01 00:37:09 |
last_update | 2017-10-01 00:37:09 |
depth | 2 |
children | 0 |
last_payout | 2017-10-08 00:37:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 393 |
author_reputation | 64,075,241,881 |
root_title | "What is the HERTZ Algorithm Based Asset?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,423,644 |
net_rshares | 1,687,660,915 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tomasbrod | 0 | 1,687,660,915 | 100% |