create account

What is the HERTZ Algorithm Based Asset? by cm-steem

View this thread on: hive.blogpeakd.comecency.com
· @cm-steem · (edited)
$92.93
What is the HERTZ Algorithm Based Asset?
<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

![](https://steemitimages.com/DQmU5qgVNmuCCqRDCwdFe5gmKsnsiM9JY9XiTcaKZTKqJUd/image.png)

* Peak sell pressure/liquidity (borrowing & shorting)
* Peak settle pressure (holders settling for profit)

### Peak -> Trough oscillation

![](https://steemitimages.com/DQmRh7tjh87SVfBZ5GbZqtpigcFvaAq8hanMh7SWWYufkfA/image.png)

* Shorter debt destruction
* Increasing buy pressure

### Trough price

![](https://steemitimages.com/DQmXWKCQgQwcyEH5z5EYq8bbTAAHQ1GZiJ2Wp3vWHwpiixx/image.png)

* Peak buy pressure/liquidity (chasing price feed appreciation)
* Trough settle pressure

### Trough -> Peak oscillation

![](https://steemitimages.com/DQmTkAcdoeLCDqaqUUhZMjKfC3RnQWHRYAatReLvzfqhNy5/image.png)

* 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
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 54 others
properties (23)
authorcm-steem
permlinkwhat-is-the-hertz-algorithm-based-asset
categoryhertz
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"}
created2017-09-30 15:43:48
last_update2017-09-30 16:23:00
depth0
children23
last_payout2017-10-07 15:43:48
cashout_time1969-12-31 23:59:59
total_payout_value82.834 HBD
curator_payout_value10.096 HBD
pending_payout_value0.000 HBD
promoted50.000 HBD
body_length6,979
author_reputation58,522,774,254,119
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,388,635
net_rshares33,663,368,705,207
author_curate_reward""
vote details (118)
@alfa-good ·
$0.02
Good post! Thanks for share
👍  , , ,
properties (23)
authoralfa-good
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t160728713z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-09-30 16:07:30
last_update2017-09-30 16:07:30
depth1
children0
last_payout2017-10-07 16:07:30
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation1,130,135,742,804
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,390,369
net_rshares8,758,452,572
author_curate_reward""
vote details (4)
@atechforu ·
$0.19
nice information, hertz algorithm based asset looks great, i upvote and resteemed this post so most peoples get know about Hertz asset.
👍  ,
👎  
properties (23)
authoratechforu
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t155114498z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-09-30 15:51:18
last_update2017-09-30 15:51:18
depth1
children0
last_payout2017-10-07 15:51:18
cashout_time1969-12-31 23:59:59
total_payout_value0.177 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length135
author_reputation1,131,173,407,165
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,389,197
net_rshares69,624,824,860
author_curate_reward""
vote details (3)
@badol1994 ·
Hi please vote and comments
properties (22)
authorbadol1994
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20171007t163316225z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-10-07 16:33:18
last_update2017-10-07 16:33:18
depth1
children0
last_payout2017-10-14 16:33: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_length27
author_reputation14,187,776,869,408
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,024,908
net_rshares0
@cloudspyder ·
$0.51
When i read hertz i think of braodcasting wave transmission.
👍  , , , , , , , , , , ,
properties (23)
authorcloudspyder
permlinkre-cm-steem-2017101t2234788z
categoryhertz
json_metadata{"tags":"hertz","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-30 17:58:03
last_update2017-09-30 17:58:03
depth1
children0
last_payout2017-10-07 17:58:03
cashout_time1969-12-31 23:59:59
total_payout_value0.470 HBD
curator_payout_value0.044 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation8,281,689,777,163
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,398,925
net_rshares196,818,779,132
author_curate_reward""
vote details (12)
@cloudspyder ·
$0.12
Another interesting coin to add wealth on my portfolio. It looks interesting to hodl and keep.
👍  
properties (23)
authorcloudspyder
permlinkre-cm-steem-2017104t181547493z
categoryhertz
json_metadata{"tags":"hertz","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-04 10:11:03
last_update2017-10-04 10:11:03
depth1
children0
last_payout2017-10-11 10:11:03
cashout_time1969-12-31 23:59:59
total_payout_value0.087 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation8,281,689,777,163
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,749,790
net_rshares49,304,564,161
author_curate_reward""
vote details (1)
@cm-steem · (edited)
Like/Retweet please:
https://twitter.com/customminer/status/914155356321992705
👍  ,
properties (23)
authorcm-steem
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t155020060z
categoryhertz
json_metadata{"tags":["hertz"],"links":["https://twitter.com/customminer/status/914155356321992705"],"app":"steemit/0.1"}
created2017-09-30 15:50:18
last_update2017-10-01 12:32:36
depth1
children0
last_payout2017-10-07 15:50: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_length78
author_reputation58,522,774,254,119
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,389,123
net_rshares6,126,623,044
author_curate_reward""
vote details (2)
@imbritish ·
Upvoted and RESTEEMED!
👍  
properties (23)
authorimbritish
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t173315440z
categoryhertz
json_metadata""
created2017-09-30 17:33:15
last_update2017-09-30 17:33:15
depth1
children0
last_payout2017-10-07 17:33:15
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_length22
author_reputation265,545,936,550
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,396,890
net_rshares5,771,770,582
author_curate_reward""
vote details (1)
@johnnyray ·
$1.17
very interesting work and glad to see you on top of this
👍  ,
properties (23)
authorjohnnyray
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t162246072z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-09-30 16:22:57
last_update2017-09-30 16:22:57
depth1
children2
last_payout2017-10-07 16:22:57
cashout_time1969-12-31 23:59:59
total_payout_value0.876 HBD
curator_payout_value0.290 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation2,330,185,599,758
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,391,587
net_rshares424,283,172,353
author_curate_reward""
vote details (2)
@renardo ·
hello , Invite me ?
👍  
properties (23)
authorrenardo
permlinkre-johnnyray-re-cm-steem-what-is-the-hertz-algorithm-based-asset-20171001t161348361z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-10-01 16:13:51
last_update2017-10-01 16:13:51
depth2
children1
last_payout2017-10-08 16:13:51
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_length19
author_reputation6,519,787,590
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,485,342
net_rshares52,231,054
author_curate_reward""
vote details (1)
@johnnyray ·
now following you
properties (22)
authorjohnnyray
permlinkre-renardo-re-johnnyray-re-cm-steem-what-is-the-hertz-algorithm-based-asset-20171001t165937524z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-10-01 16:59:39
last_update2017-10-01 16:59:39
depth3
children0
last_payout2017-10-08 16:59:39
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_length17
author_reputation2,330,185,599,758
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,489,258
net_rshares0
@keks ·
$0.03
https://www.postplanner.com/hs-fs/hub/513577/file-2882290227-jpg/blog-files/3525.jpg?t=1507209293177&width=277&height=324&name=3525.jpg
👍  
properties (23)
authorkeks
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20171005t155935406z
categoryhertz
json_metadata{"tags":["hertz"],"image":["https://www.postplanner.com/hs-fs/hub/513577/file-2882290227-jpg/blog-files/3525.jpg?t=1507209293177&amp;width=277&amp;height=324&amp;name=3525.jpg"],"app":"steemit/0.1"}
created2017-10-05 16:51:51
last_update2017-10-05 16:51:51
depth1
children0
last_payout2017-10-12 16:51:51
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length135
author_reputation3,120,009,340,054
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,874,734
net_rshares11,651,265,543
author_curate_reward""
vote details (1)
@lokman ·
best post on this side
👍  ,
properties (23)
authorlokman
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t161540137z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-09-30 16:15:39
last_update2017-09-30 16:15:39
depth1
children0
last_payout2017-10-07 16:15:39
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_length22
author_reputation1,047,115,228
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,391,000
net_rshares6,891,750,230
author_curate_reward""
vote details (2)
@lykkejay ·
$1.46
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?
👍  , , , , , , , , , , , , , ,
properties (23)
authorlykkejay
permlinkre-cm-steem-2017930t11253926z
categoryhertz
json_metadata{"tags":"hertz","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-09-30 16:25:09
last_update2017-09-30 16:25:09
depth1
children4
last_payout2017-10-07 16:25:09
cashout_time1969-12-31 23:59:59
total_payout_value1.225 HBD
curator_payout_value0.233 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation3,775,149,010,152
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,391,787
net_rshares553,815,664,434
author_curate_reward""
vote details (15)
@cammaster ·
$0.17
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.
👍  
properties (23)
authorcammaster
permlinkre-lykkejay-re-cm-steem-2017930t11253926z-20170930t163015801z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-09-30 16:30:15
last_update2017-09-30 16:30:15
depth2
children1
last_payout2017-10-07 16:30:15
cashout_time1969-12-31 23:59:59
total_payout_value0.124 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation65,187,385,225
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,392,218
net_rshares60,603,591,121
author_curate_reward""
vote details (1)
@cm-mobile ·
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?
properties (22)
authorcm-mobile
permlinkre-cammaster-re-lykkejay-re-cm-steem-2017930t11253926z-20170930t175443870z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-09-30 17:54:45
last_update2017-09-30 17:54:45
depth3
children0
last_payout2017-10-07 17:54: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_length421
author_reputation64,075,241,881
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,398,641
net_rshares0
@cm-mobile ·
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.
👍  
properties (23)
authorcm-mobile
permlinkre-lykkejay-re-cm-steem-2017930t11253926z-20170930t175107612z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-09-30 17:51:12
last_update2017-09-30 17:51:12
depth2
children0
last_payout2017-10-07 17:51: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_length366
author_reputation64,075,241,881
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,398,341
net_rshares992,300,032
author_curate_reward""
vote details (1)
@renardo ·
can you send some more lonk for education?
![](https://steemitimages.com/DQmZk2Mts6Ux4TN7c8tkDy88EVaq6nep9C4M9VSaKFTs3o7/image.png)
👍  
properties (23)
authorrenardo
permlinkre-lykkejay-re-cm-steem-2017930t11253926z-20171001t161321491z
categoryhertz
json_metadata{"tags":["hertz"],"image":["https://steemitimages.com/DQmZk2Mts6Ux4TN7c8tkDy88EVaq6nep9C4M9VSaKFTs3o7/image.png"],"app":"steemit/0.1"}
created2017-10-01 16:13:24
last_update2017-10-01 16:13:24
depth2
children0
last_payout2017-10-08 16:13:24
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_length131
author_reputation6,519,787,590
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,485,299
net_rshares58,034,504
author_curate_reward""
vote details (1)
@nanogivers ·
thank you !
👍  
properties (23)
authornanogivers
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t155703870z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-09-30 15:57:06
last_update2017-09-30 15:57:06
depth1
children0
last_payout2017-10-07 15:57:06
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_length11
author_reputation221,603,578,078
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,389,631
net_rshares5,771,770,582
author_curate_reward""
vote details (1)
@pacificadz ·
$0.19
hertz algorithm based asset looks great !  very informative post thanks
👍  ,
properties (23)
authorpacificadz
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t160210423z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-09-30 16:02:06
last_update2017-09-30 16:02:06
depth1
children0
last_payout2017-10-07 16:02:06
cashout_time1969-12-31 23:59:59
total_payout_value0.182 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation308,343,459
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,389,999
net_rshares70,398,635,653
author_curate_reward""
vote details (2)
@renardo ·
can you send some more lonk for education?
👍  
properties (23)
authorrenardo
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20171001t161209072z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-10-01 16:12:09
last_update2017-10-01 16:12:09
depth1
children0
last_payout2017-10-08 16:12:09
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_length42
author_reputation6,519,787,590
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,485,190
net_rshares81,248,306
author_curate_reward""
vote details (1)
@savastr ·
good article!
properties (22)
authorsavastr
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20171002t170953575z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-10-02 17:09:57
last_update2017-10-02 17:09:57
depth1
children0
last_payout2017-10-09 17:09: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_length13
author_reputation25,014,342,049
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,586,974
net_rshares0
@tomasbrod ·
$0.58
I can't wait for hacking your price feed scripts. Upvoted and resteemed.
👍  ,
properties (23)
authortomasbrod
permlinkre-cm-steem-what-is-the-hertz-algorithm-based-asset-20170930t221340034z
categoryhertz
json_metadata{"tags":["hertz"],"app":"steemit/0.1"}
created2017-09-30 22:13:39
last_update2017-09-30 22:13:39
depth1
children1
last_payout2017-10-07 22:13:39
cashout_time1969-12-31 23:59:59
total_payout_value0.436 HBD
curator_payout_value0.143 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation868,427,350,086
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,416,039
net_rshares212,125,427,579
author_curate_reward""
vote details (2)
@cm-mobile ·
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.
👍  
properties (23)
authorcm-mobile
permlinkre-tomasbrod-re-cm-steem-what-is-the-hertz-algorithm-based-asset-20171001t003704449z
categoryhertz
json_metadata{"tags":["hertz"],"links":["https://steemit.com/bitshares/@cm-steem/hertz-price-feed-script-updates-september-2017"],"app":"steemit/0.1"}
created2017-10-01 00:37:09
last_update2017-10-01 00:37:09
depth2
children0
last_payout2017-10-08 00:37:09
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_length393
author_reputation64,075,241,881
root_title"What is the HERTZ Algorithm Based Asset?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,423,644
net_rshares1,687,660,915
author_curate_reward""
vote details (1)