<html> <h3><strong>Steemers!</strong><br> </h3> <p>It's @jasonmcz again form <a href="https://firstblood.io">Firstblood.io</a>! If you missed my self-introductory blog last time, here is a<br> <a href="https://steemit.com/introduceyourself/@jasonmcz/hi-steem-i-am-a-young-and-hungry-entrepreneur-who-plays-saxophone-from-boston">link</a> to the post.</p> <h2>The Beginning</h2> <p>24 hours ago I was browsing the through some of posts about the <a href="https://steemit.com/steem/@blakemiles84/two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour">Steem Internal Market</a> posted by @blakemiles84, quickly learned that some whales / early players who are making the market are doing wash trades against themselves.</p> <h2><strong>The fuck is Wash Trade?</strong></h2> <p>For those of you who don't understand the concept of a wash trade, here is a <a href="https://en.wikipedia.org/wiki/Wash_trade">link</a> to the <a href="https://en.wikipedia.org/wiki/Wash_trade">wiki page</a> explaining the definition of a wash trade and why it is illegal. <br> In short [<strong>wash trade</strong>] is a form of <a href="https://en.wikipedia.org/wiki/Market_manipulation">market manipulation</a> in which an investor simultaneously sells and buys the same <a href="https://en.wikipedia.org/wiki/Financial_instrument">financial instruments</a>. Why? For 3+1 reasons:<br> <br> 1. inflate the volume<br> 2. commission fees rebate<br> 3. ping an instrument price onto the tape to cheat on derivative product settlements.<br> 4. some jurisdiction allows loss resulted from wash trades to be deducted from tax.</p> <p>yeah but..<br> <br> In this case, the wash trade had a <em><strong>purpose</strong></em>, which is to game the liquidity reward.<br> A reward totals 1,200 STEEM /hr or a dollar equivalent about $3720.00 /hr.</p> <h2><strong>Last 24 hours</strong></h2> <p>After reviewing all the archives on the topic of liquidity reward and internal market, I've decided to make market myself and see if I could take down those whales who are consistently getting those fat rewards. </p> <p><br></p> <p><img src="https://media.licdn.com/mpr/mpr/AAEAAQAAAAAAAALqAAAAJDJmY2Q0MTczLTIzNjctNDkxNi05Y2NkLWZjYTdjNWQ1M2E0OQ.jpg" width="522" height="299"/></p> <p><br></p> <p>some of those might think being a market maker needs a set up like this to watch the book, chart and signals..</p> <p>But in reality, in this electronic trading world...Market making looks like this</p> <p><br></p> <p><img src="http://blog.addthiscdn.com/wp-content/uploads/2015/08/code-cleanup.png" width="900" height="450"/></p> <p><br></p> <p>You have elegant robots with just few dozen lines of code or a complicated system that has tens of thousands code and has the ability to learn from other peoples trades and its own mistakes.</p> <h3><strong>Finding The APIs </strong></h3> <p>Due to lack of documentation from Steemit official site about the internal exchange part forced me to look around for other solutions. Thanks to @Xeroc Fabian's <a href="https://steemit.com/steem/@xeroc/changelog-python-steem-0-2rc1">post</a>, I was able to set up something running really quickly with his steemit-python interface:</p> <pre><code><strong>from</strong> <strong>pprint</strong> <strong>import</strong> pprint<br> <strong>from</strong> <strong>steemexchange</strong> <strong>import</strong> SteemExchange<br> <br> <strong>class</strong> <strong>Config</strong>():<br> witness_url = "wss://this.piston.rocks/"<br> account = "xeroc"<br> <em># Either provide a cli-wallet RPC</em><br> wallet_host = "localhost"<br> wallet_port = 8092<br> <em># or the (active) private key for your account</em><br> wif = ""<br> <br> steem = SteemExchange(Config)<br> pprint(steem.buy(10, "SBD", 100))<br> pprint(steem.sell(10, "SBD", 100))<br> pprint(steem.cancel("24432422"))<br> pprint(steem.returnTicker())<br> pprint(steem.return24Volume())<br> pprint(steem.returnOrderBook(2))<br> pprint(steem.ws.get_order_book(10, api="market_history"))<br> pprint(steem.returnTradeHistory())<br> pprint(steem.returnMarketHistoryBuckets())<br> pprint(steem.returnMarketHistory(300))<br> pprint(steem.get_lowest_ask())<br> pprint(steem.get_higest_bid())<br> pprint(steem.transfer(10, "SBD", "fabian", "foobar"))<br> </code></pre> <p>Setting something up isn't hard but winning that liquidity reward is insanely hard especially when you have few people who are already extremely well established with their book. I transferred some ETH via blocktrades to convert into my initial liquidity capital (STEEM). </p> <p>I was pretty confident that I was going to score all the liquidity points by providing the tightest spread in the market. </p> <p>Then I was <strong>WRONG</strong>. </p> <pre><code> Algo_Bid: 3.239 x Algo_Ask: 3.2410000000000003 </code></pre> <p>Thanks to those well documented API. I was able to set up my robot and consistently provide a spread as low as $0.002, however providing the tightest spread doesn't mean anything and certainly doesn't earn me anything to the liquidity reward.<br> </p> <p><br> <strong>But why is that?</strong></p> <h2><strong>The 'A****' & Nirvana/Ledzeppelin/thebeatles/thewho Clan</strong></h2> <p><img src="http://i.imgur.com/FHmuAgc.png"/></p> <p><br></p> <blockquote>adeal, abit, alittle, aload, apiece, aton, afew -- the 'A' clan is controlled most likely (my speculation) by one person</blockquote> <blockquote>Nirvana, theBeatles, the Ledzeppelin/thebeatles/thewho accounts are probably controlled by the same person as well</blockquote> <p>It's strange and interesting at the same time to witness how the 'A' clan and the Nirvana clan were adjusting their trading strategies after the change to liquidity reward calculation in the last implementation. </p> <p>[Now Liquidity Points are only applied to those open orders remains on the book for more than 30 minutes]</p> <p>Now instead of wash trading every couple minute, they will place big wide orders on the order book with a huge spread. We that know with that $0.15 - 0.20 cents -- it is quite discouraging to people who want just to trade and with the less trades happening at the spread they are providing.<br> <br> They were able to utilize multiple accounts to wash trade every 30 minutes to take out the very liquidity they put on the book themselves.</p> <p><em><strong>AHHHHH... THAT'S WHY I HAVE NO LIQUIDITY POINTS.</strong></em></p> <p>Cuz my tight orders were eaten by them before they could hit the 30 minute mark, and it seems like the last thing they'd be concerned about is to provide orders with tight spread. Isn't this counter-intuitive in the way that encourages liquidity reward takers to place their bid/ask away from BBO?</p> <h2><img src="http://i.imgur.com/5o9H0UT.png"/></h2> <h2><strong>The Change of My Strategy</strong></h2> <p>Knowing I have no chance to compete with whales on that fat check given by the network even tho the liquidity that I provide is obviously tighter than theirs. I've decided to change my strategy entirely. Instead of providing tightest liquidly on the market, I wrote a Robot that detects A clan and Nivara's orders.<br> <br> Robot will scan the orderbook and identify where the whales are and then place my orders one level above or below them so in order for them to wash trade they will have to eat the orderbook up from me first, but this time with bigger cost. </p> <p>Now I am collecting few bucks on each trade they make! but HELLO??? Why are they collecting 1200.00 STEEM when I am real MM who's ACTUALLY providing order flow on top of the orderbook</p> <h2><br> <strong>The Conclusion</strong></h2> <p>To be honest, as someone who has been prop trading for past 8 years on equities, derivatives and cryptos (on exchange) this strange structured liquidity reward thing is completely a new animal. I've never seen anything like this -- especially the part that all orders have to be on the book for ( 1minute before) 30 minutes. Perhaps @jl777 is right on his comments earlier or perhaps I just fail to see the bigger picture this time.<br> <br> I am not saying this is not doing its job but rather it's counter productive from making a liquid market for STEEM community. There is a reason why some exchanges let market makers compete on the order flow and get rebate (solely) on liquidity takers fees. Just my two cents.</p> <p><br></p> <p><img src="http://i.imgur.com/15h0DSB.jpg"/></p> <p><br> </p> </html>
author | jasonmcz |
---|---|
permlink | the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker |
category | market |
json_metadata | {"tags":["market","steemit","liquidity-reward","market-making","firstblood-io"],"users":["jasonmcz","blakemiles84","jl777"],"image":["https://media.licdn.com/mpr/mpr/AAEAAQAAAAAAAALqAAAAJDJmY2Q0MTczLTIzNjctNDkxNi05Y2NkLWZjYTdjNWQ1M2E0OQ.jpg","http://blog.addthiscdn.com/wp-content/uploads/2015/08/code-cleanup.png","http://i.imgur.com/FHmuAgc.png","http://i.imgur.com/5o9H0UT.png","http://i.imgur.com/15h0DSB.jpg"],"links":["https://firstblood.io","https://steemit.com/introduceyourself/@jasonmcz/hi-steem-i-am-a-young-and-hungry-entrepreneur-who-plays-saxophone-from-boston","https://steemit.com/steem/@blakemiles84/two-users-are-gaming-the-liquidity-reward-system-and-earning-1200-steem-per-hour","https://en.wikipedia.org/wiki/Wash_trade","https://en.wikipedia.org/wiki/Market_manipulation","https://en.wikipedia.org/wiki/Financial_instrument","https://steemit.com/steem/@xeroc/changelog-python-steem-0-2rc1"]} |
created | 2016-07-17 23:22:00 |
last_update | 2016-07-18 01:10:54 |
depth | 0 |
children | 54 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5,839.444 HBD |
curator_payout_value | 871.351 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,835 |
author_reputation | 15,125,782,224,192 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 155,509 |
net_rshares | 132,833,274,878,638 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dantheman | 0 | 23,186,411,673,346 | 100% | ||
anonymous | 0 | 403,484,540,407 | 100% | ||
rainman | 0 | 17,602,542,380,150 | 100% | ||
berniesanders | 0 | 28,519,924,271,142 | 100% | ||
riverhead | 0 | 5,856,929,144,449 | 100% | ||
badassmother | 0 | 3,002,204,945,522 | 100% | ||
xeldal | 0 | 5,349,185,706,370 | 100% | ||
pharesim | 0 | 7,880,941,113,669 | 100% | ||
enki | 0 | 5,762,066,240,977 | 100% | ||
kushed | 0 | 4,751,419,724,772 | 100% | ||
svk | 0 | 171,627,996,354 | 100% | ||
ihash | 0 | 34,266,957,901 | 100% | ||
liondani | 0 | 849,589,812,542 | 100% | ||
theoretical | 0 | 235,938,661,441 | 100% | ||
steemit200 | 0 | 6,612,648,115,880 | 100% | ||
xeroc | 0 | 525,233,819,296 | 100% | ||
complexring | 0 | 3,589,348,037,373 | 100% | ||
witness.svk | 0 | 4,902,353,951,925 | 100% | ||
joseph | 0 | 613,511,489,905 | 100% | ||
aizensou | 0 | 10,947,735,811 | 100% | ||
au1nethyb1 | 0 | 4,562,446,624,218 | 100% | ||
jason | 0 | 65,647,003,099 | 100% | ||
masteryoda | 0 | 528,158,801,397 | 100% | ||
boatymcboatface | 0 | 296,392,695,157 | 100% | ||
pairmike | 0 | 150,165,017,957 | 100% | ||
pheonike | 0 | 202,564,920,637 | 100% | ||
modeprator | 0 | 7,611,379,806 | 100% | ||
fbsvk | 0 | 8,876,710,552 | 100% | ||
jchch | 0 | 90,007,711,556 | 100% | ||
unosuke | 0 | 86,526,948,473 | 100% | ||
yefet | 0 | 20,431,466,628 | 100% | ||
bhokor | 0 | 7,850,690,749 | 100% | ||
steampunkpowered | 0 | 19,489,765,232 | 100% | ||
makishart | 0 | 11,608,092,333 | 100% | ||
nastrom | 0 | 576,037,940 | 100% | ||
methodise | 0 | 4,333,270,804 | 100% | ||
mod-tamichh | 0 | 17,503,740,763 | 100% | ||
nkdk | 0 | 142,515,941,591 | 100% | ||
cryptoalina | 0 | 355,286,737 | 100% | ||
bitacer | 0 | 410,172,626,724 | 100% | ||
gekko | 0 | 454,697,525 | 100% | ||
teamsteem | 0 | 190,983,511,774 | 100% | ||
cryptoctopus | 0 | 1,083,692,170,841 | 100% | ||
himalayanguru | 0 | 37,900,764,566 | 100% | ||
bbqbear | 0 | 118,723,273,896 | 100% | ||
nanzo-scoop | 0 | 631,255,238,104 | 100% | ||
bladetrigger | 0 | 441,756,443 | 100% | ||
canhazlulz | 0 | 16,299,473,631 | 100% | ||
acidyo | 0 | 1,872,700,326 | 100% | ||
luxiano-valdez | 0 | 2,304,931,034 | 100% | ||
nasato | 0 | 415,670,492 | 100% | ||
vadimberkut8 | 0 | 31,371,268,008 | 100% | ||
pigeons | 0 | 3,758,686,927 | 100% | ||
hannixx42 | 0 | 40,815,718,376 | 100% | ||
klye | 0 | 1,767,108,088 | 100% | ||
asch | 0 | 33,219,857,102 | 100% | ||
stino-san | 0 | 208,309,318,793 | 100% | ||
alex-dinu | 0 | 389,606,609 | 100% | ||
rok-fabiani | 0 | 450,379,038 | 100% | ||
dking7334 | 0 | 21,307,427,854 | 100% | ||
jeky-jeky | 0 | 384,168,244 | 100% | ||
blakemiles84 | 0 | 311,872,542,288 | 100% | ||
tinfoilfedora | 0 | 63,352,320,734 | 100% | ||
marta-zaidel | 0 | 6,329,983,443 | 100% | ||
btcswag | 0 | 43,203,309,889 | 100% | ||
cyber | 0 | 263,111,060,791 | 100% | ||
akaninyene-etuk | 0 | 239,358,261 | 100% | ||
pixellated | 0 | 43,290,806,168 | 100% | ||
billbutler | 0 | 215,883,777,439 | 100% | ||
judyhopps | 0 | 22,662,982,584 | 100% | ||
justtryme90 | 0 | 19,196,976,921 | 100% | ||
eric-boucher | 0 | 92,070,490,585 | 100% | ||
johnerfx | 0 | 10,304,249,662 | 100% | ||
taoteh1221 | 0 | 139,679,148,202 | 100% | ||
ian-harris | 0 | 3,216,787,188 | 100% | ||
syadastinasti | 0 | 14,075,349,895 | 100% | ||
hedge-x | 0 | 80,459,471,777 | 100% | ||
sunnyray | 0 | 47,187,445 | 100% | ||
farida-devi | 0 | 344,063,476 | 100% | ||
wongshiying | 0 | 27,709,963,715 | 100% | ||
changby | 0 | 115,084,720,811 | 100% | ||
entropyjs | 0 | 22,394,734,828 | 100% | ||
kaylinart | 0 | 171,772,929,315 | 100% | ||
facer | 0 | 388,177,074 | 100% | ||
steemedclam | 0 | 9,092,923,219 | 100% | ||
zach-beckett | 0 | 11,257,186,253 | 100% | ||
adrian-vox | 0 | 26,727,569,144 | 100% | ||
kun7788 | 0 | 311,317,686 | 100% | ||
jacobt | 0 | 50,261,009,500 | 100% | ||
trogdor | 0 | 172,466,374,877 | 100% | ||
marianicol | 0 | 41,362,147 | 100% | ||
foma17 | 0 | 27,598,539,539 | 100% | ||
tee-em | 0 | 302,758,865 | 100% | ||
michaelx | 0 | 5,081,592,712 | 100% | ||
thedashguy | 0 | 68,493,002,807 | 100% | ||
proglobyte | 0 | 346,198,592 | 100% | ||
timur-yusupov | 0 | 3,733,666,116 | 100% | ||
dtbahoney | 0 | 324,559,128 | 100% | ||
ethbull | 0 | 957,872,003 | 100% | ||
bkb | 0 | 303,089,072 | 100% | ||
christoryan | 0 | 4,510,755,871 | 100% | ||
coinhoarder | 0 | 4,144,200,941 | 100% | ||
geoffrey | 0 | 16,641,654,176 | 100% | ||
saknan | 0 | 2,316,645,451 | 100% | ||
graystone | 0 | 7,231,554,946 | 100% | ||
james-mac | 0 | 6,939,690,847 | 100% | ||
lukestokes | 0 | 150,110,455,535 | 100% | ||
honeythief | 0 | 11,839,085,908 | 100% | ||
alextsvirko | 0 | 296,436,399 | 100% | ||
jparty | 0 | 8,157,245,636 | 100% | ||
scrawl | 0 | 63,121,316,254 | 100% | ||
engineercampus | 0 | 5,896,580,685 | 100% | ||
wisehammer | 0 | 335,191,215 | 100% | ||
miohtama | 0 | 49,777,115,635 | 100% | ||
cryptoiskey | 0 | 26,368,230,963 | 100% | ||
bitbarrie | 0 | 36,640,617,796 | 100% | ||
mrhankeh | 0 | 237,150,203 | 100% | ||
clement | 0 | 11,519,296,389 | 100% | ||
isteemit | 0 | 4,611,485,929 | 100% | ||
ryvirath | 0 | 332,908,078 | 100% | ||
greatguardian100 | 0 | 1,457,895,838 | 100% | ||
bigs21024 | 0 | 1,023,987,096 | 100% | ||
akado | 0 | 6,120,701,110 | 100% | ||
birdcat | 0 | 253,622,406 | 100% | ||
gerber | 0 | 222,406,513 | 100% | ||
chetlanin | 0 | 278,409,635 | 100% | ||
metropolit | 0 | 287,476,417 | 100% | ||
bacchist | 0 | 8,539,406,998 | 100% | ||
lothendriel | 0 | 786,322,232 | 100% | ||
michaellamden68 | 0 | 216,498,551 | 100% | ||
dtsddace | 0 | 1,468,405,960 | 100% | ||
cannav | 0 | 5,436,025,959 | 100% | ||
kosimoos | 0 | 284,919,473 | 100% | ||
artem-sokoloff | 0 | 190,703,343 | 100% | ||
asmolokalo | 0 | 206,632,004,446 | 100% | ||
good-karma | 0 | 2,153,439,140 | 100% | ||
romanskv | 0 | 1,349,093,031 | 100% | ||
chhaylin | 0 | 72,483,669,038 | 100% | ||
bitcointop | 0 | 190,694,950 | 100% | ||
discombobulated | 0 | 10,333,206,426 | 100% | ||
robrigo | 0 | 33,281,919,176 | 100% | ||
menta | 0 | 6,389,945,845 | 100% | ||
krypto | 0 | 55,289,640,376 | 100% | ||
mdlugopolski | 0 | 240,789,558 | 100% | ||
rambogoham | 0 | 1,403,743,612 | 100% | ||
silentpower | 0 | 118,114,245,907 | 100% | ||
haquto | 0 | 243,966,928 | 100% | ||
hakise | 0 | 14,969,202,397 | 100% | ||
sergocarde | 0 | 247,469,269 | 100% | ||
fabio | 0 | 39,522,628,010 | 100% | ||
aleks1970 | 0 | 237,997,854 | 100% | ||
jasonmcz | 0 | 1,585,837,457 | 100% | ||
qip | 0 | 17,970,334,109 | 100% | ||
r4fken | 0 | 5,077,603,451 | 100% | ||
geka007 | 0 | 245,428,087 | 100% | ||
tcfxyz | 0 | 26,018,523,478 | 100% | ||
chaitanyaabhatt | 0 | 551,396,700 | 100% | ||
apocaloptimisto | 0 | 391,123,041 | 100% | ||
revolu7ion | 0 | 207,510,771 | 100% | ||
bittrex-bill | 0 | 54,418,832,004 | 100% | ||
redpalestino | 0 | 14,278,209,847 | 100% | ||
bjones | 0 | 326,464,735 | 100% | ||
endgame | 0 | 494,147,164 | 100% | ||
wenden | 0 | 220,695,260 | 100% | ||
krispy123 | 0 | 304,403,254 | 100% | ||
katz | 0 | 80,010,852 | 100% | ||
cryptogirly92 | 0 | 15,299,351,778 | 100% | ||
okkiedot | 0 | 431,596,780 | 100% | ||
apes | 0 | 252,286,940 | 100% | ||
seanmchughart | 0 | 4,872,709,437 | 100% | ||
busser | 0 | 242,906,431 | 100% | ||
onthewayout | 0 | 312,638,175 | 100% | ||
cdubendo | 0 | 90,858,231,777 | 100% | ||
mesalex | 0 | 227,260,928 | 100% | ||
lukewarm | 0 | 69,009,194 | 100% | ||
mamont | 0 | 1,006,022,663 | 100% | ||
lovenugz | 0 | 6,462,591,979 | 100% | ||
redrockmining | 0 | 341,500,508 | 100% | ||
knircky | 0 | 75,211,456,067 | 100% | ||
cryptoscope | 0 | 3,023,617,127 | 100% | ||
sigmajin | 0 | 2,519,346,576 | 100% | ||
ausbitbank | 0 | 9,617,137,227 | 100% | ||
ethereums1 | 0 | 11,289,729,875 | 100% | ||
nioctib | 0 | -1,043,275,799 | -100% | ||
remarque | 0 | 244,764,614 | 100% | ||
ardina | 0 | 33,635,017 | 100% | ||
splus | 0 | 243,394,237 | 100% | ||
ltl08 | 0 | 234,940,860 | 100% | ||
wesam | 0 | 37,248,629,399 | 100% | ||
webdesign29 | 0 | 1,996,473,375 | 100% | ||
anyx | 0 | 6,908,215,651 | 100% | ||
marcgodard | 0 | 836,497,597 | 100% | ||
nichoros | 0 | 243,666,508 | 100% | ||
surf4life | 0 | 106,782,636 | 100% | ||
taurus | 0 | 3,483,301,358 | 100% | ||
omnesomni | 0 | 243,239,498 | 100% | ||
vkoreshkoff | 0 | 34,942,748 | 100% | ||
blockchainbilly | 0 | 2,647,839,839 | 100% | ||
insa | 0 | 228,653,041 | 100% | ||
sitaru | 0 | 255,484,952 | 100% | ||
rdwn | 0 | 87,326,874 | 100% | ||
asim | 0 | 634,330,213 | 100% | ||
bybox | 0 | 237,699,131 | 100% | ||
perwest | 0 | 1,775,126,824 | 100% | ||
niquebs | 0 | 2,260,866,206 | 100% | ||
yuridan | 0 | 232,729,370 | 100% | ||
e42 | 0 | 3,844,088,501 | 100% | ||
megabotan | 0 | 199,473,918 | 100% | ||
sadman | 0 | 176,443,823 | 100% | ||
bdavid | 0 | 234,307,898 | 100% | ||
aaseb | 0 | 6,173,913,445 | 100% | ||
showmethecoinz | 0 | 4,045,992,652 | 100% | ||
elargroup | 0 | 119,460,229 | 100% | ||
kapiw | 0 | 232,321,370 | 100% | ||
alexfortin | 0 | 16,133,597,041 | 100% | ||
d3v667 | 0 | 232,068,410 | 100% | ||
senseiteekay | 0 | 3,555,200,236 | 100% | ||
valencgarcia | 0 | 241,392,370 | 100% | ||
mjgrae | 0 | 1,185,092,369 | 100% | ||
illuminatidude | 0 | 246,880,990 | 100% | ||
darkstormrise | 0 | 222,408,865 | 100% | ||
icaro | 0 | 2,125,758,513 | 100% | ||
spirit | 0 | 137,320,833 | 100% | ||
drakernoise | 0 | 242,125,407 | 100% | ||
lukeerico | 0 | 485,757,404 | 100% | ||
oliviav | 0 | 236,423,578 | 100% | ||
dwinblood | 0 | 1,807,027,171 | 100% | ||
venator | 0 | 236,336,423 | 100% | ||
billyl | 0 | 241,027,523 | 100% | ||
msevoe | 0 | 236,559,713 | 100% | ||
igster | 0 | 17,556,205,512 | 100% | ||
sephiroth | 0 | 27,019,369,905 | 100% | ||
nysemax | 0 | 231,700,367 | 100% | ||
vadym | 0 | 217,487,359 | 100% | ||
valen55 | 0 | 14,594,178,132 | 100% | ||
thegunnz | 0 | 236,115,553 | 100% | ||
cloveandcinnamon | 0 | 673,755,482 | 100% | ||
juvyjabian | 0 | 193,568,569 | 100% | ||
domavila | 0 | 2,284,255,993 | 100% | ||
mianeri | 0 | 25,113,434 | 100% | ||
danroseman | 0 | 247,812,711 | 100% | ||
swyoungiii | 0 | 693,569,574 | 100% | ||
mun | 0 | 665,681,909 | 100% | ||
agentorange | 0 | 10,626,178,385 | 100% | ||
stephencurry | 0 | 5,575,805,675 | 100% | ||
logicwins | 0 | 1,163,740,551 | 100% | ||
davidsch | 0 | 226,229,240 | 100% | ||
fundurian | 0 | 2,812,968,142 | 100% | ||
jillfeint | 0 | 392,096,573 | 100% | ||
daf | 0 | 180,878,351 | 100% | ||
shibley | 0 | 222,881,782 | 100% | ||
philiptan | 0 | 240,019,431 | 100% | ||
kevinpham20 | 0 | 47,561,419,372 | 100% | ||
inertia | 0 | 2,938,517,535 | 100% | ||
q00p | 0 | 6,170,919,161 | 100% | ||
sudnokpok | 0 | 125,209,333 | 100% | ||
khenchring | 0 | 236,180,813 | 100% | ||
chris0502 | 0 | 235,202,528 | 100% | ||
artific | 0 | 487,981,768 | 100% | ||
alienation | 0 | 917,584,310 | 100% | ||
kubiiktop | 0 | 159,913,410 | 100% | ||
creemej | 0 | 3,680,571,825 | 100% | ||
micden | 0 | 206,803,903 | 100% | ||
coulo88 | 0 | 238,480,276 | 100% | ||
ian.ridgwell | 0 | 236,476,312 | 100% | ||
status | 0 | 136,424,673 | 100% | ||
dka | 0 | 239,605,179 | 100% | ||
dimon14 | 0 | 58,347,296 | 100% | ||
martin1 | 0 | 13,486,630,736 | 100% | ||
satorus | 0 | 440,093,509 | 100% | ||
m34ndy0u | 0 | 145,882,053 | 100% | ||
natali22 | 0 | 242,641,517 | 100% | ||
bitok84 | 0 | 235,847,655 | 100% | ||
hichman | 0 | 197,226,898 | 100% | ||
ripexz | 0 | 230,109,097 | 100% | ||
the-future | 0 | 142,225,089 | 100% | ||
cryptojoy.com | 0 | 3,527,496,481 | 100% | ||
nippel66 | 0 | 83,423,531 | 100% | ||
fiveboringgames | 0 | 245,306,508 | 100% | ||
imp3 | 0 | 930,198,587 | 100% | ||
phenom | 0 | 1,361,589,385 | 100% | ||
bogdanco | 0 | 264,077,001 | 100% | ||
ndell | 0 | 299,193,940 | 100% | ||
yanulyarus | 0 | 169,812,308 | 100% | ||
lenar79 | 0 | 317,141,957 | 100% | ||
bugadu96 | 0 | 127,019,580 | 100% | ||
willytrader | 0 | 140,507,017 | 100% | ||
ranajit | 0 | 222,586,288 | 100% | ||
mosab | 0 | 6,188,223 | 0% | ||
igorduarte | 0 | 145,079,647 | 100% | ||
iamwne | 0 | 140,415,326 | 100% | ||
yaha | 0 | 251,507,237 | 100% | ||
drakodreak | 0 | 238,690,085 | 100% | ||
davidr | 0 | 219,914,103 | 100% | ||
madhatting | 0 | 45,963,005 | 100% | ||
stereolubov | 0 | 23,380,417 | 100% | ||
jens84 | 0 | 482,393,753 | 100% | ||
pinartemiz | 0 | 114,526,535 | 100% | ||
mrzazaful | 0 | 203,442,074 | 100% | ||
jcweiss | 0 | 150,505,941 | 100% | ||
ladeblah | 0 | 129,664,594 | 100% | ||
trytobezen | 0 | 5,782,239,357 | 100% | ||
otsuika | 0 | 123,284,925 | 100% | ||
akronte | 0 | 46,721,424 | 100% | ||
substance | 0 | 8,828,318,154 | 100% | ||
gfxmotion | 0 | 120,107,252 | 100% | ||
joshuanboles | 0 | 107,372,550 | 100% | ||
krystox | 0 | 587,492,403 | 100% | ||
freefolk | 0 | 119,823,790 | 100% | ||
denverliu | 0 | 228,335,590 | 100% | ||
fintechrecruiter | 0 | 122,231,680 | 100% | ||
zxc1984 | 0 | 116,603,424 | 100% | ||
drako | 0 | 118,932,497 | 100% | ||
animus | 0 | 58,788,240 | 100% | ||
exitmass | 0 | 1,272,866,237 | 100% | ||
jasonpangjs | 0 | 118,897,347 | 100% | ||
liberosist | 0 | 100,602,472 | 100% | ||
bola | 0 | 176,640,815 | 100% | ||
karawalla | 0 | 97,822,703 | 100% | ||
alexx | 0 | 37,275,927 | 100% | ||
rushd | 0 | 1,213,911,240 | 100% | ||
akark | 0 | 112,772,100 | 100% | ||
leparti83 | 0 | 116,268,124 | 100% | ||
dayush | 0 | 106,922,896 | 100% | ||
pitbull808 | 0 | 279,748,441 | 100% | ||
nbogdan | 0 | 81,477,358 | 100% | ||
darkneofit | 0 | 106,895,260 | 100% | ||
fuch | 0 | 117,117,472 | 100% | ||
grxcii | 0 | 116,178,382 | 100% | ||
bitlord | 0 | 11,689,781 | 100% | ||
armen7777 | 0 | 51,102,510 | 100% | ||
wildberry | 0 | 118,461,633 | 100% | ||
willybrequin | 0 | 114,144,654 | 100% | ||
anik657 | 0 | 116,081,859 | 100% | ||
qonq99 | 0 | 18,771,056 | 100% | ||
nick94 | 0 | 119,012,078 | 100% | ||
dmitriybtc | 0 | 144,191,904 | 100% | ||
dollyllama | 0 | 116,030,872 | 100% | ||
alexbraun | 0 | 122,466,061 | 100% | ||
neroru | 0 | 270,885,371 | 100% | ||
afif | 0 | 109,093,526 | 100% | ||
zelgald1 | 0 | 371,480,590 | 100% | ||
bobdownlov | 0 | 391,167,664 | 100% | ||
slava | 0 | 34,777,919 | 100% | ||
mathiascl | 0 | 97,091,771 | 100% | ||
richardnp | 0 | 111,266,850 | 100% | ||
jl777 | 0 | 73,151,797,661 | 100% | ||
btc-dialog | 0 | 122,114,759 | 100% | ||
alexvandash | 0 | 118,083,069 | 100% | ||
victoria2002 | 0 | 722,689,363 | 100% | ||
navydude | 0 | 156,132,823 | 100% | ||
moonshine | 0 | 1,452,070,036 | 100% | ||
maurizio | 0 | 111,068,623 | 100% | ||
andreayatsyna | 0 | 113,381,738 | 100% | ||
pennilesthoughts | 0 | 110,977,033 | 100% | ||
gmikeska07 | 0 | 157,701,094 | 100% | ||
poisenloaf | 0 | 4,054,117,546 | 100% | ||
wizard | 0 | 120,788,983 | 100% | ||
positive | 0 | 1,996,704,105 | 100% | ||
steemedbroccoli | 0 | 60,085,399 | 100% | ||
sergey22 | 0 | 78,638,495 | 100% | ||
kottai | 0 | 41,578,374 | 100% | ||
yarly2 | 0 | 275,374,916 | 100% | ||
masterinvestor | 0 | 127,602,993 | 100% | ||
pakovia | 0 | 117,587,553 | 100% | ||
makgorn | 0 | 135,996,876 | 100% | ||
jchubitnet | 0 | 23,193,777 | 100% | ||
moksha | 0 | 76,633,005 | 100% | ||
sarancha80 | 0 | 108,302,024 | 100% | ||
willbeonceagain8 | 0 | 71,416,471 | 100% | ||
arcurus | 0 | 11,156,626,716 | 100% | ||
mikeoleksyuk | 0 | 138,499,063 | 100% | ||
charmisuk | 0 | 96,631,517 | 100% | ||
kindmorning | 0 | 66,765,103 | 100% | ||
vongohren | 0 | 1,528,795,930 | 100% | ||
thimo1 | 0 | 92,236,520 | 100% | ||
willytothej | 0 | 114,267,721 | 100% | ||
alsprinting | 0 | 1,658,261,792 | 100% | ||
mysteem | 0 | 64,463,368 | 100% | ||
politicasan2 | 0 | 76,370,274 | 100% | ||
hbderek | 0 | 112,544,422 | 100% | ||
sictransitgloria | 0 | 115,185,117 | 100% | ||
maxikingstealer | 0 | 39,738,579 | 100% | ||
johnsmith | 0 | 107,529,894,101 | 100% | ||
loganmaster144 | 0 | 99,005,484 | 100% | ||
tokyo3 | 0 | 116,878,415 | 100% | ||
belovruslan | 0 | 103,190,143 | 100% | ||
youngyani | 0 | 112,148,480 | 100% | ||
bakingengineer | 0 | 61,061,114 | 100% | ||
brianreecegreen | 0 | 85,059,076 | 100% | ||
akiregor | 0 | 124,248,289 | 100% | ||
erinb | 0 | 129,581,680 | 100% | ||
dwaynejohnson | 0 | 113,006,511 | 100% | ||
activcat | 0 | 43,414,161 | 100% | ||
flexcougar | 0 | 117,224,482 | 100% | ||
geras1955 | 0 | 100,358,015 | 100% | ||
camelbe | 0 | 112,038,622 | 100% | ||
crystaljenn | 0 | 104,847,049 | 100% | ||
cantinhodatete | 0 | 113,934,160 | 100% | ||
iigor | 0 | 113,844,446 | 100% | ||
volgaleo | 0 | 150,443,855 | 100% | ||
marriedbear | 0 | 34,148,324 | 100% | ||
jess-anderson | 0 | 218,337,833 | 100% | ||
nicomazza | 0 | 213,655,093 | 100% | ||
ma3 | 0 | 5,437,102,019 | 100% | ||
natedogg | 0 | 217,131,675 | 100% | ||
curator | 0 | 153,772,529 | 100% | ||
nepalbitcoin | 0 | 226,073,627 | 100% | ||
bitmap | 0 | 221,545,545 | 100% | ||
anon.news | 0 | 506,191,599 | 100% | ||
ema90 | 0 | 140,149,419 | 100% | ||
resus | 0 | 221,349,582 | 100% | ||
gunter | 0 | 148,945,241 | 100% | ||
fokin | 0 | 212,108,488 | 100% | ||
ghost26x | 0 | 2,219,984,622 | 100% | ||
investk | 0 | 144,383,640 | 100% | ||
neuro | 0 | 221,057,387 | 100% | ||
ethanjames | 0 | 203,032,886 | 100% | ||
lurker1 | 0 | 169,905,487 | 100% | ||
aaronmoody | 0 | 225,391,997 | 100% | ||
dremlin | 0 | 229,812,140 | 100% | ||
shaemish1888 | 0 | 103,630,612 | 100% | ||
phoenixmaid | 0 | 220,700,507 | 100% | ||
fsip | 0 | 103,590,136 | 100% | ||
ridik | 0 | 96,825,606 | 100% | ||
kukuy | 0 | 99,038,086 | 100% | ||
bengold10 | 0 | 108,136,879 | 100% | ||
sexysteemit | 0 | 81,066,580 | 100% | ||
mikebennett | 0 | 110,239,869 | 100% | ||
chakra74 | 0 | 107,953,913 | 100% | ||
alphabeta | 0 | 112,439,768 | 100% | ||
elliottgodard | 0 | 89,930,491 | 100% | ||
jpb | 0 | 103,398,361 | 100% | ||
midou05 | 0 | 74,169,524 | 100% | ||
webocel | 0 | 112,342,318 | 100% | ||
stella-apple | 0 | 114,540,319 | 100% | ||
pavelwhite | 0 | 80,825,960 | 100% | ||
redex | 0 | 112,250,033 | 100% | ||
redexi | 0 | 107,675,914 | 100% | ||
taz | 0 | 94,178,112 | 100% | ||
legendnal | 0 | 114,341,797 | 100% | ||
onamona | 0 | 96,340,305 | 100% | ||
steemster1 | 0 | 85,137,285 | 100% | ||
shinskoll | 0 | 114,261,519 | 100% | ||
shinigamis | 0 | 109,778,917 | 100% | ||
arrogantobserver | 0 | 112,009,239 | 100% | ||
admiral | 0 | 104,605,631 | 100% | ||
borntowin | 0 | 120,132,574 | 100% | ||
renader792 | 0 | 106,788,019 | 100% | ||
andrej | 0 | 113,445,270 | 100% | ||
odyssey28 | 0 | 84,505,113 | 100% | ||
alexpmorris | 0 | 0 | 100% | ||
hipsterjesus | 0 | 108,952,166 | 100% | ||
cybercreatures | 0 | 113,393,342 | 100% | ||
gripenfire | 0 | 106,708,384 | 100% | ||
roha25 | 0 | 108,921,984 | 100% | ||
courtz | 0 | 106,697,815 | 100% | ||
nigroll | 0 | 108,919,371 | 100% | ||
kappa123 | 0 | 104,470,325 | 100% | ||
sebsebastian | 0 | 111,085,573 | 100% | ||
iancoinjournal | 0 | 113,178,857 | 100% | ||
rsousamaques | 0 | 2,219,148 | 0% | ||
zakhush | 0 | 108,713,435 | 100% | ||
vwbugsforlife | 0 | 99,820,283 | 100% | ||
otaku | 0 | 110,793,443 | 100% | ||
kylo.ren | 0 | 112,957,424 | 100% | ||
crazynotned | 0 | 106,265,366 | 100% | ||
choccy | 0 | 176,922,409 | 100% | ||
cmorton | 0 | 0 | 100% | ||
nixonnox | 0 | 941,249,711 | 100% | ||
brucy | 0 | 6,950,070 | 100% | ||
depdiko | 0 | 0 | 100% | ||
mike3 | 0 | 0 | 100% | ||
yoogyart | 0 | 0 | 40% |
This shit is like chess on a whole nother level. Love it
author | anon.news |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t075148410z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 07:51:51 |
last_update | 2016-07-18 07:51:51 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 56 |
author_reputation | 526,552,286,063 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 161,878 |
net_rshares | 90,750,069 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
satch | 0 | 90,750,069 | 100% |
Great post, I'm uber jealous of your trading desk setup! I'm fascinated by these sort of closer looks at how these markets work behind the scenes, thank you for sharing details and code :)
author | ausbitbank |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160722t023911906z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-22 02:39:12 |
last_update | 2016-07-22 02:39:12 |
depth | 1 |
children | 1 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 188 |
author_reputation | 287,160,645,191,179 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 264,658 |
net_rshares | 22,315,418,093 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jasonmcz | 0 | 22,315,418,093 | 100% |
Thank you mate! Gonna do another one soon!
author | jasonmcz |
---|---|
permlink | re-ausbitbank-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160722t044502809z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-22 04:45:03 |
last_update | 2016-07-22 04:45:03 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 42 |
author_reputation | 15,125,782,224,192 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 266,689 |
net_rshares | 9,617,137,227 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ausbitbank | 0 | 9,617,137,227 | 100% |
Great post, it explain quite well how hard is the arbitrage in this markets, thank you for show us it with some deep
author | bhokor |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t013711723z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 01:37:09 |
last_update | 2016-07-18 01:37:09 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 116 |
author_reputation | 1,535,566,094,086 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 157,333 |
net_rshares | 1,738,902,510 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% | ||
jasonmcz | 0 | 1,522,403,959 | 100% |
See it's already paying off!
author | bjones |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t010155566z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 01:01:57 |
last_update | 2016-07-18 01:01:57 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 28 |
author_reputation | 694,189,806,634 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 156,904 |
net_rshares | 216,498,551 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% |
Awesome writeup, @jasonmcz Learned a lot on this one. Thanks for the shout-out too. I only noticed those transactions because of @roelandp's stream website. Lines of convergence :)
author | blakemiles84 |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t163724105z |
category | market |
json_metadata | {"tags":["market"],"users":["jasonmcz","roelandp"]} |
created | 2016-07-18 16:37:24 |
last_update | 2016-07-18 16:37:24 |
depth | 1 |
children | 1 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.506 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 51,861,865,663,185 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 168,735 |
net_rshares | 316,747,547,864 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blakemiles84 | 0 | 311,872,542,288 | 100% | ||
dtsddace | 0 | 1,468,405,960 | 100% | ||
jasonmcz | 0 | 1,555,098,042 | 100% | ||
dwinblood | 0 | 1,807,027,171 | 100% | ||
mianeri | 0 | 44,474,403 | 100% |
My pleasure man! It was your post that got me into market making at first place.
author | jasonmcz |
---|---|
permlink | re-blakemiles84-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160719t005330873z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-19 00:53:30 |
last_update | 2016-07-19 00:53:30 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 80 |
author_reputation | 15,125,782,224,192 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 177,330 |
net_rshares | 1,555,098,042 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jasonmcz | 0 | 1,555,098,042 | 100% |
Bravo man. It makes me mad to think I will never be able to earn a Liq.Reward. because of those whale gaming the system..... I'm glad you are not only shining a light on it but offering some insight as well... They seriously need to fix this or take the reward away completely.......
author | blockchainbilly |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t161352750z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 16:19:24 |
last_update | 2016-07-18 16:19:24 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 287 |
author_reputation | 808,834,406,582 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 168,443 |
net_rshares | 0 |
I believe the plan is to eliminate the liquidity rewards soon (something I've been arguing for almost since they were introduced). If it turns out some form of liquidity reward is needed, it needs to be better thought out, and not so high.
author | blocktrades |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160719t033932300z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-19 03:39:30 |
last_update | 2016-07-19 03:39:48 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 239 |
author_reputation | 1,294,244,350,871,176 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 179,712 |
net_rshares | 0 |
I proposed a solution, but it got very little love. Ironically the only whale that up voted it is the one getting a majority of the liquidity incentives (abit). LOL... https://steemit.com/sip/@coinhoarder/steem-proposal-abolishing-liquidity-incentives-and-reverting-the-funds-to-provide-actual-autonomous-liquidity
author | coinhoarder |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t044819742z |
category | market |
json_metadata | {"tags":["market"],"links":["https://steemit.com/sip/@coinhoarder/steem-proposal-abolishing-liquidity-incentives-and-reverting-the-funds-to-provide-actual-autonomous-liquidity"]} |
created | 2016-07-18 04:48:21 |
last_update | 2016-07-18 04:48:21 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.512 HBD |
curator_payout_value | 0.092 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 314 |
author_reputation | 2,745,814,745,891 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 159,854 |
net_rshares | 373,710,186,433 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
theoretical | 0 | 235,938,661,441 | 100% | ||
methodise | 0 | 4,333,270,804 | 100% | ||
samether | 0 | 18,355,807,152 | 100% | ||
michaellamden68 | 0 | 216,498,551 | 100% | ||
dtsddace | 0 | 1,468,405,960 | 100% | ||
fabio | 0 | 39,522,628,010 | 100% | ||
bittrex-bill | 0 | 53,351,796,083 | 100% | ||
seanmchughart | 0 | 4,775,255,248 | 100% | ||
valencgarcia | 0 | 236,659,186 | 100% | ||
mianeri | 0 | 44,483,272 | 100% | ||
stephencurry | 0 | 3,717,699,207 | 100% | ||
anduweb | 0 | 468,003,122 | 100% | ||
me-tarzan | 0 | 234,695,415 | 100% | ||
ladeblah | 0 | 127,071,302 | 100% | ||
arcurus | 0 | 10,919,251,680 | 100% |
I hope people don't go running to their nearest federal/government regulators and complain about "illegal" wash trades or whatever. This is obviously an unregulated exchange and that is the whole point is it not? Something about it being "trustless", one of those weird Bitcoin terms where the whole thing takes care of itself without outside interference.
author | coinz |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160719t011833835z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-19 01:18:42 |
last_update | 2016-07-19 01:18:42 |
depth | 1 |
children | 1 |
last_payout | 2016-08-23 14:44: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 | 358 |
author_reputation | 658,193,822,915 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 177,657 |
net_rshares | 0 |
Only patients get the victory in a three-day all this bad weather will go away, and only those who sold their coin would remember this time as a nightmare,
author | capone |
---|---|
permlink | re-coinz-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160719t022416911z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-19 02:24:15 |
last_update | 2016-07-19 02:24:15 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 155 |
author_reputation | -969,281,550 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 178,638 |
net_rshares | 0 |
https://66.media.tumblr.com/8f02d2ebd5717041ae28a48196fc78cd/tumblr_n1mup6RgKY1scyl39o1_500.gif
author | cousteau |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t184317445z |
category | market |
json_metadata | {"tags":["market"],"image":["https://66.media.tumblr.com/8f02d2ebd5717041ae28a48196fc78cd/tumblr_n1mup6RgKY1scyl39o1_500.gif"]} |
created | 2016-07-18 18:43:18 |
last_update | 2016-07-18 18:43:18 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 95 |
author_reputation | 728,022,492,724 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 170,918 |
net_rshares | 0 |
## Money fight!! https://i.imgsafe.org/c59a528d8f.gif
author | discombobulated |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t042313911z |
category | market |
json_metadata | {"tags":["market"],"image":["https://i.imgsafe.org/c59a528d8f.gif"]} |
created | 2016-07-18 04:23:09 |
last_update | 2016-07-18 04:23:09 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 53 |
author_reputation | 13,090,894,039,053 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 159,577 |
net_rshares | 431,733,631 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% | ||
davidr | 0 | 215,235,080 | 100% |
I am always down for the underdog to take out the whales!!
author | domavila |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160717t235250725z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-17 23:52:51 |
last_update | 2016-07-17 23:52:51 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 58 |
author_reputation | 3,816,570,043,566 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 155,992 |
net_rshares | 1,707,185,761 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% | ||
jasonmcz | 0 | 1,490,687,210 | 100% |
That is incredibly detailed and helpful. As someone who has never looked into how any of this is done I found your post very informative!
author | dwinblood |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160719t003615598z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-19 00:36:09 |
last_update | 2016-07-19 00:36:09 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 138 |
author_reputation | 383,232,067,634,988 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 177,071 |
net_rshares | 0 |
I only understand bits and pieces of the above, but what I gather, it is just one person providing liquidity, and getting then rewards for it? If this is the case, isn't liquidity, liquidity? If someone makes a better "engine" and then has the rewards, it is still liquidity right? If the current rewarded makes a mistake, someone else will pick up the slack, or am I missing the point all together?
author | flexcougar |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t025331268z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 02:53:33 |
last_update | 2016-07-18 02:53:33 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 402 |
author_reputation | 216,530,737,745 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 158,356 |
net_rshares | 331,330,697 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% | ||
flexcougar | 0 | 114,832,146 | 100% |
@jasonmcz I'd been wondering about all this. I'm so glad you shared this info with us. Thank you! We need more helpful posts like this one. Keep up the good work!
author | gainingsteem |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t072835896z |
category | market |
json_metadata | {"tags":["market"],"users":["jasonmcz"]} |
created | 2016-07-18 07:28:36 |
last_update | 2016-07-18 20:49:51 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.158 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 162 |
author_reputation | 1,097,114,372,677 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 161,639 |
net_rshares | 628,480,021,670 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
piedpiper | 0 | 628,480,021,670 | 100% |
love the twelve monitors 8]
author | gekko |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t185628193z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 18:56:27 |
last_update | 2016-07-18 18:56:27 |
depth | 1 |
children | 3 |
last_payout | 2016-08-23 14:44: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 | 1,185,517,433,922 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 171,195 |
net_rshares | 2,021,930,232 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gekko | 0 | 363,758,020 | 100% | ||
jasonmcz | 0 | 1,554,120,708 | 100% | ||
crazynotned | 0 | 104,051,504 | 100% |
author | jasonmcz |
---|---|
permlink | re-gekko-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160719t003614524z |
category | market |
json_metadata | {"tags":["market"],"users":["gekko"]} |
created | 2016-07-19 00:36:15 |
last_update | 2016-07-19 00:36:15 |
depth | 2 |
children | 2 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.031 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 15,125,782,224,192 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 177,073 |
net_rshares | 21,193,662,526 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gekko | 0 | 354,664,070 | 100% | ||
jasonmcz | 0 | 20,838,998,456 | 100% |
author | gekko |
---|---|
permlink | re-jasonmcz-re-gekko-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160719t040556612z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-19 04:05:57 |
last_update | 2016-07-19 04:05:57 |
depth | 3 |
children | 1 |
last_payout | 2016-08-23 14:44: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 | 22 |
author_reputation | 1,185,517,433,922 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 180,034 |
net_rshares | 506,503,786 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gekko | 0 | 265,499,541 | 100% | ||
akareyon | 0 | 241,004,245 | 100% |
Wow, your article sure shine a light on trading steem currency. Thanks for sharing!
author | granblue |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t050823460z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 05:08:24 |
last_update | 2016-07-18 05:08:57 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 84 |
author_reputation | 3,382,789 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 160,036 |
net_rshares | 216,498,551 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% |
I am correct on this now i am being attacked by abit: https://steemit.com/hack/@jl777/i-am-being-attacked-on-liquidity-provider-points
author | jl777 |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t091124600z |
category | market |
json_metadata | {"tags":["market"],"links":["https://steemit.com/hack/@jl777/i-am-being-attacked-on-liquidity-provider-points"]} |
created | 2016-07-18 09:11:30 |
last_update | 2016-07-18 09:11:30 |
depth | 1 |
children | 2 |
last_payout | 2016-08-23 14:44: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 | 134 |
author_reputation | 14,988,697,980,664 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 162,771 |
net_rshares | 6,140,297,975 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
methodise | 0 | 4,333,270,804 | 100% | ||
dwinblood | 0 | 1,807,027,171 | 100% |
Sure. You can attack back, then I'll have to enlarge the spread, then you'll earn spread from me.. happy end.
author | abit |
---|---|
permlink | re-jl777-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t093004495z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 09:30:30 |
last_update | 2016-07-18 09:30:30 |
depth | 2 |
children | 1 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.068 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 141,171,499,037,785 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 163,004 |
net_rshares | 57,592,869,636 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
methodise | 0 | 4,241,073,553 | 100% | ||
bittrex-bill | 0 | 53,351,796,083 | 100% |
you have far more capital than all the others combined and with 16+ accounts at the top of the the list, any stalemate in points will just get you automatically the hourly rewards but I guess it is clear that your position is that anything within the rules is acceptable behavior, regardless of impact to the community. Thanks for clarifying that. I had mistaken you for someone who cared about the long term success of STEEM
author | jl777 |
---|---|
permlink | re-abit-re-jl777-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t095609144z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 09:56:09 |
last_update | 2016-07-18 09:56:09 |
depth | 3 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 426 |
author_reputation | 14,988,697,980,664 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 163,296 |
net_rshares | 0 |
You know this site is still in beta. I'm sure getting these things solved is not simple. Glad people are trying and battling with these guys. I think much bett than solving the issues via legal avenues is to build mechanics that can't be gamed. Thank you for the entertaining post, explanations and your efforts.
author | knircky |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t020221849z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 02:02:21 |
last_update | 2016-07-18 02:03:12 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.118 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 314 |
author_reputation | 212,905,587,244,262 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 157,672 |
net_rshares | 79,552,704,487 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% | ||
knircky | 0 | 75,211,456,067 | 100% | ||
surf4life | 0 | 106,782,636 | 100% | ||
stephencurry | 0 | 3,717,699,207 | 100% | ||
johngalt | 0 | 212,910,056 | 100% | ||
brianreecegreen | 0 | 87,357,970 | 100% |
Awesome post! That is an insane setup, by the way!
author | liberosist |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t052419203z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 05:24:18 |
last_update | 2016-07-18 05:24:18 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 52 |
author_reputation | 177,167,275,265,899 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 160,209 |
net_rshares | 216,498,551 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% |
Thanks for contributing to steemit. Keep giving liquidity... This post will help you further ;)
author | liondani |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t134840800z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 13:48:42 |
last_update | 2016-07-18 13:48:42 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 96 |
author_reputation | 95,095,146,236,111 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 166,223 |
net_rshares | 0 |
Really glad to see this stuff getting attention. To me, the whales who rule the waters need to be really, really careful. If they try to get too much out of the goose that lays the golden eggs, they'll kill it. This entire beta experiment relies on the perception of fairness. People are here because they believe it represents a peaceful revolution towards more freedom, in so many ways from expression to monetary policy. What we're seeing so far is discouraging to many as great content is missed and other content receives insane rewards. If the economics and exponential growth kick in so that no one can win unless the top of the food chain decrees it... well, that's not going to be good long term. The market maker part is just one side of it. Thanks for talking about it.
author | lukestokes |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t005905905z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 00:59:06 |
last_update | 2016-07-18 00:59:06 |
depth | 1 |
children | 3 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.446 HBD |
curator_payout_value | 0.111 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 782 |
author_reputation | 556,640,380,599,219 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 156,870 |
net_rshares | 351,211,482,983 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mod-tamichh | 0 | 17,503,740,763 | 100% | ||
judyhopps | 0 | 22,662,982,584 | 100% | ||
dtbahoney | 0 | 317,935,472 | 100% | ||
djleo | 0 | 97,966,539,324 | 100% | ||
razvanelulmarin | 0 | 34,413,987,778 | 100% | ||
nineyards | 0 | 10,391,128,266 | 100% | ||
ryvirath | 0 | 339,566,240 | 100% | ||
gerber | 0 | 222,406,513 | 100% | ||
bacchist | 0 | 8,539,480,434 | 100% | ||
michaellamden68 | 0 | 216,498,551 | 100% | ||
cccmar71 | 0 | 362,328,152 | 100% | ||
menta | 0 | 6,389,945,845 | 100% | ||
fabio | 0 | 39,522,628,010 | 100% | ||
jasonmcz | 0 | 1,554,120,708 | 100% | ||
apocaloptimisto | 0 | 391,123,041 | 100% | ||
seanmchughart | 0 | 4,775,255,248 | 100% | ||
onthewayout | 0 | 312,638,175 | 100% | ||
knircky | 0 | 75,211,456,067 | 100% | ||
cousteau | 0 | 311,482,402 | 100% | ||
surf4life | 0 | 106,782,636 | 100% | ||
timer-the-teemer | 0 | 237,155,010 | 100% | ||
valencgarcia | 0 | 236,659,186 | 100% | ||
dwinblood | 0 | 1,807,027,171 | 100% | ||
stephencurry | 0 | 3,717,699,207 | 100% | ||
screasey | 0 | 2,603,053,636 | 100% | ||
me-tarzan | 0 | 239,389,324 | 100% | ||
davidr | 0 | 215,235,080 | 100% | ||
jcweiss | 0 | 150,505,941 | 100% | ||
ladeblah | 0 | 129,664,594 | 100% | ||
trytobezen | 0 | 5,435,304,996 | 100% | ||
joshuanboles | 0 | 107,372,550 | 100% | ||
arcurus | 0 | 11,156,626,716 | 100% | ||
mikegold10 | 0 | 279,118,753 | 100% | ||
mxo8 | 0 | 117,016,257 | 100% | ||
brianreecegreen | 0 | 89,656,864 | 100% | ||
anon.news | 0 | 506,191,599 | 100% | ||
ghost26x | 0 | 2,219,984,622 | 100% | ||
rongomaib | 0 | 225,397,328 | 100% | ||
borntowin | 0 | 120,132,574 | 100% | ||
crazynotned | 0 | 106,265,366 | 100% |
Well said @lukestokes, I think most cryptocurrencies/projects always come down to the perception of freedom and representation of something that's different which is why the community has its own unspoken rules such as no pre-mining, no pre-distribution of tokens and etc. Whales accumulating liquidity reward by not even providing tight liquidity is something that would hurt the ecosystem in the long term especially for late-comers to come to realization that how 1% holds 99% of the STEEM (exaggeration here but you guys get my idea).
author | jasonmcz |
---|---|
permlink | re-lukestokes-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t012410410z |
category | market |
json_metadata | {"tags":["market"],"users":["lukestokes"]} |
created | 2016-07-18 01:24:09 |
last_update | 2016-07-18 01:24:09 |
depth | 2 |
children | 1 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.325 HBD |
curator_payout_value | 0.032 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 541 |
author_reputation | 15,125,782,224,192 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 157,176 |
net_rshares | 230,740,433,260 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mod-tamichh | 0 | 17,131,320,747 | 100% | ||
lukestokes | 0 | 150,110,455,535 | 100% | ||
gerber | 0 | 222,406,513 | 100% | ||
michaellamden68 | 0 | 216,498,551 | 100% | ||
fabio | 0 | 39,522,628,010 | 100% | ||
jasonmcz | 0 | 1,554,120,708 | 100% | ||
apocaloptimisto | 0 | 391,123,041 | 100% | ||
seanmchughart | 0 | 4,775,255,248 | 100% | ||
onthewayout | 0 | 312,638,175 | 100% | ||
mianeri | 0 | 25,113,434 | 100% | ||
hmfoucault | 0 | 189,834,714 | 100% | ||
stephencurry | 0 | 3,717,699,207 | 100% | ||
doctorstrange | 0 | 380,137,775 | 100% | ||
shibley | 0 | 222,881,782 | 100% | ||
ladeblah | 0 | 127,071,302 | 100% | ||
arcurus | 0 | 11,156,626,716 | 100% | ||
brianreecegreen | 0 | 87,357,970 | 100% | ||
anon.news | 0 | 493,212,328 | 100% | ||
crazynotned | 0 | 104,051,504 | 100% |
The lack of manipulation for this particular cryptocurrency being a social promotion environment with this platform is critical to the success long-term.
author | joshuanboles |
---|---|
permlink | re-jasonmcz-re-lukestokes-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160719t014435826z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-19 01:44:36 |
last_update | 2016-07-19 01:44:36 |
depth | 3 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 153 |
author_reputation | 3,332,752,370,956 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 178,035 |
net_rshares | 5,166,378,289 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
apocaloptimisto | 0 | 391,123,041 | 100% | ||
seanmchughart | 0 | 4,775,255,248 | 100% |
I followed along with the whole article, but that dog pic at the end - those hypnotic doggie eyes - I just can't stop staring at them. Now what were we talking about?
author | mikegold10 |
---|---|
permlink | re-lukestokes-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t134503856z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 13:45:03 |
last_update | 2016-07-18 13:45:48 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 167 |
author_reputation | 165,517,707,873 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 166,170 |
net_rshares | 279,118,753 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mikegold10 | 0 | 279,118,753 | 100% |
This why I appreciate steemit, where else would find a self-critical analytical honest post, that ultimaletly helps improve its own system?
author | luxiano-valdez |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t013307042z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 01:33:06 |
last_update | 2016-07-18 01:33:06 |
depth | 1 |
children | 1 |
last_payout | 2016-08-23 14:44: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 | 141 |
author_reputation | 11,059,776,879 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 157,275 |
net_rshares | 6,195,211,143 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
methodise | 0 | 4,241,073,553 | 100% | ||
michaellamden68 | 0 | 216,498,551 | 100% | ||
jasonmcz | 0 | 1,522,403,959 | 100% | ||
davidr | 0 | 215,235,080 | 100% |
my pleasure guys!
author | jasonmcz |
---|---|
permlink | re-luxiano-valdez-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t013857763z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 01:38:57 |
last_update | 2016-07-18 01:38:57 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 17 |
author_reputation | 15,125,782,224,192 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 157,365 |
net_rshares | 1,738,902,510 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% | ||
jasonmcz | 0 | 1,522,403,959 | 100% |
Well said
author | makgorn |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t100445917z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 10:02:06 |
last_update | 2016-07-18 10:02:06 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 9 |
author_reputation | 666,514,786,070 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 163,367 |
net_rshares | 0 |
Thank you, quite the "eye opener"!!
author | michaellamden68 |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t054112971z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 05:41:12 |
last_update | 2016-07-18 05:41:12 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 35 |
author_reputation | 98,902,028,363,203 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 160,395 |
net_rshares | 216,498,551 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% |
Informative
author | msevoe |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160719t003436617z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-19 00:34:45 |
last_update | 2016-07-19 00:34:45 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 11 |
author_reputation | 24,066,117,431 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 177,045 |
net_rshares | 0 |
Thank you! Very interesting article!
author | nysemax |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t005329406z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 00:53:27 |
last_update | 2016-07-18 00:53:27 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 36 |
author_reputation | 1,798,349,458 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 156,805 |
net_rshares | 457,650,601 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% | ||
oliviav | 0 | 241,152,050 | 100% |
Don't give up, @jasonmcz. I hope you'll beat those whales! Be strong!
author | phenom |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160717t234604473z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-17 23:46:03 |
last_update | 2016-07-17 23:46:03 |
depth | 1 |
children | 4 |
last_payout | 2016-08-23 14:44: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 | 70 |
author_reputation | 11,285,888,514,513 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 155,892 |
net_rshares | 5,562,592,015 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
konelectric | 0 | 2,291,883,986 | 100% | ||
michaellamden68 | 0 | 216,498,551 | 100% | ||
jasonmcz | 0 | 1,585,837,457 | 100% | ||
surf4life | 0 | 106,782,636 | 100% | ||
phenom | 0 | 1,361,589,385 | 100% |
Thank you for encouraging me on this hehe! I wasn't going to but earning a bit money here and there by ripping some of the whale's orders is fun too!
author | jasonmcz |
---|---|
permlink | re-phenom-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t003736844z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 00:37:36 |
last_update | 2016-07-18 00:37:36 |
depth | 2 |
children | 3 |
last_payout | 2016-08-23 14:44: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 | 149 |
author_reputation | 15,125,782,224,192 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 156,612 |
net_rshares | 6,248,116,390 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
methodise | 0 | 4,241,073,553 | 100% | ||
michaellamden68 | 0 | 216,498,551 | 100% | ||
jasonmcz | 0 | 1,554,120,708 | 100% | ||
oliviav | 0 | 236,423,578 | 100% |
Glad that we have more traders like you! And I'm happy to share some of the rewards. Perhaps eventually we'll have a better liquidity rewarding system, but before it's put in place, we just have to guard the funds by taking them by ourselves. By the way, as pointed out in [this article](https://bitsharestalk.org/index.php/topic,20376.msg262560.html#msg262560), maker-taker schema won't work here. Any other ideas?
author | abit |
---|---|
permlink | re-jasonmcz-re-phenom-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t005902096z |
category | market |
json_metadata | {"tags":["market"],"links":["https://bitsharestalk.org/index.php/topic,20376.msg262560.html#msg262560"]} |
created | 2016-07-18 00:59:27 |
last_update | 2016-07-18 00:59:27 |
depth | 3 |
children | 2 |
last_payout | 2016-08-23 14:44: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 | 416 |
author_reputation | 141,171,499,037,785 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 156,876 |
net_rshares | 4,672,807,184 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
methodise | 0 | 4,241,073,553 | 100% | ||
michaellamden68 | 0 | 216,498,551 | 100% | ||
davidr | 0 | 215,235,080 | 100% |
<p><strong>Welcome </strong>to the Steemit community! I have added you to my list of people to follow and I hope that you will do the same.</p> <p>I have also created a blog here and would like to ask if you would kindly <strong>contribute </strong>some of your <strong>knowledge </strong>to the <strong>community </strong>and perhaps <strong>answer a question</strong> or two I have posted on the links below. ย </p> <p>By simply answering a few general questions your help to build our <strong>collective knowledge base</strong>, and your input is valuable.</p> <p><strong>How valuable is my input?</strong> ย Well answers to the questions you post have the opportunity to earn <strong>STEEM </strong>which can be converted into Bitcoin and then your countries local currency! ย <strong>IT IS TRULY AMAZING!</strong></p> <p><strong>I once answered a question on here and received 59 STEEM which converted to roughly $177.00 in USD! ย </strong>ย The reason was that my answer was of value to readers! ย So please add your value and answer a few questions here:</p> <p><a href="https://steemit.com/questions/@question-answers/what-should-every-foreigner-know-about-your-country">What should every foreigner know about your country?</a></p> <p><a href="https://steemit.com/questions/@question-answers/what-is-your-favorite-youtube-video-of-all-time">What is your favorite YouTube Video of all-time?</a></p> <p><a href="https://steemit.com/questions/@question-answers/what-is-your-favorite-quote-which-quote-inspires-you">What is your favorite quote: Which quote inspires you?</a></p> <p><a href="https://steemit.com/questions/@question-answers/payout-timer-when-do-you-get-paid-for-your-contributions">Payout timer. ย When do you get paid for your contributions?</a></p> <p><a href="https://steemit.com/questions/@question-answers/what-is-the-role-of-religion-or-spirituality-in-your-life">What is the role of religion or spirituality in your life?</a></p> <p><a href="https://steemit.com/questions/@question-answers/what-is-the-best-habit-you-ve-taken-up-from-another-person">What is the best habit that you have taken up from another person?</a></p> <p><a href="https://steemit.com/questions/@question-answers/what-is-the-best-way-to-lose-weight-tell-us-how-you-did-it">What is the best way to lose weight and how did you do it?</a></p> <p><a href="https://steemit.com/questions/@question-answers/what-would-you-do-differently-if-you-knew-nobody-would-judge-you">What would you do differently if you knew no one would judge you?</a></p> <p><a href="https://steemit.com/questions/@question-answers/what-are-some-amazing-facts-that-sound-like-bs-but-are-actually-true">What are some amazing facts that sound like BS but are actually true?</a></p> <p><a href="https://steemit.com/questions/@question-answers/what-is-the-best-music-video-of-all-time">What is your favorite music video of all time?</a></p> <p><strong>YOUR CONTRIBUTIONS MATTER! ย YOUR ANSWERS MATTER! ย YOUR QUALITY ANSWERS PAY!</strong></p> <p>ย #QUESTIONS #ANSWERS #CONTRIBUTE #TELLYOURSTORY #DISCUSS #VIVASTEEMย </p> <p><br /></p>
author | question-answers |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160728t051356516z |
category | market |
json_metadata | {"tags":["market"],"links":["https://steemit.com/questions/@question-answers/what-should-every-foreigner-know-about-your-country","https://steemit.com/questions/@question-answers/what-is-your-favorite-youtube-video-of-all-time","https://steemit.com/questions/@question-answers/what-is-your-favorite-quote-which-quote-inspires-you","https://steemit.com/questions/@question-answers/payout-timer-when-do-you-get-paid-for-your-contributions","https://steemit.com/questions/@question-answers/what-is-the-role-of-religion-or-spirituality-in-your-life","https://steemit.com/questions/@question-answers/what-is-the-best-habit-you-ve-taken-up-from-another-person","https://steemit.com/questions/@question-answers/what-is-the-best-way-to-lose-weight-tell-us-how-you-did-it","https://steemit.com/questions/@question-answers/what-would-you-do-differently-if-you-knew-nobody-would-judge-you","https://steemit.com/questions/@question-answers/what-are-some-amazing-facts-that-sound-like-bs-but-are-actually-true","https://steemit.com/questions/@question-answers/what-is-the-best-music-video-of-all-time"]} |
created | 2016-07-28 05:13:57 |
last_update | 2016-07-28 05:13:57 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 3,085 |
author_reputation | -2,553,467,922,053 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 426,222 |
net_rshares | 0 |
Interesting article. I would like to point out it is important to never throw all of your eggs in one basket. Even if you believe something will be successful you always need a plan B. I think steemit is a great investment but if you are talking about your retirement plan, I would be careful. Cheers!
author | rdwn |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t131742509z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 13:17:42 |
last_update | 2016-07-18 13:17:42 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 301 |
author_reputation | -377,302,683,967 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 165,807 |
net_rshares | 0 |
Great article and yes, please keep competing. I love the "People think it looks like this but it actually looks like this small screen of code" bit. So True. My wife calls it, "The Matrix" because there's no fun pictures just lines of code.
author | riverhead |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t020904666z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 02:09:00 |
last_update | 2016-07-18 02:09:00 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 240 |
author_reputation | 12,486,999,157,746 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 157,748 |
net_rshares | 216,498,551 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% |
@jasonmcz I'm 99% certain that these micro wash-trades are happening on bittrex too. If you have a way to exploit it, I'd love to hear about it. I have a not bad amount of capital on there.
author | sigmajin |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t025324570z |
category | market |
json_metadata | {"tags":["market"],"users":["jasonmcz"]} |
created | 2016-07-18 02:53:24 |
last_update | 2016-07-18 02:54:12 |
depth | 1 |
children | 1 |
last_payout | 2016-08-23 14:44: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 | 192 |
author_reputation | 35,847,511,233,614 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 158,353 |
net_rshares | 381,094,491 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% | ||
lurker1 | 0 | 164,595,940 | 100% |
I am happy to take a look and do some investigation tomorrow. If you are on slack, feel free to message me anytime @jasonmcz, but normally I am in my own channel (http://tinyurl.com/hjpk6za) for my project.
author | jasonmcz |
---|---|
permlink | re-sigmajin-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t033226929z |
category | market |
json_metadata | {"tags":["market"],"users":["jasonmcz"],"links":["http://tinyurl.com/hjpk6za"]} |
created | 2016-07-18 03:32:27 |
last_update | 2016-07-18 03:32:27 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 206 |
author_reputation | 15,125,782,224,192 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 158,946 |
net_rshares | 216,498,551 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% |
Normally I don't approve of whale hunting but in this case I do!
author | silentpower |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t032110162z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 03:21:12 |
last_update | 2016-07-18 03:21:12 |
depth | 1 |
children | 1 |
last_payout | 2016-08-23 14:44: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 | 64 |
author_reputation | 9,661,323,297,147 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 158,793 |
net_rshares | 2,071,239,472 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% | ||
jasonmcz | 0 | 1,490,687,210 | 100% | ||
brianreecegreen | 0 | 87,357,970 | 100% | ||
lurker1 | 0 | 164,595,940 | 100% | ||
legendnal | 0 | 112,099,801 | 100% |
@silentpower that's a good one!
author | jasonmcz |
---|---|
permlink | re-silentpower-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160719t003719239z |
category | market |
json_metadata | {"tags":["market"],"users":["silentpower"]} |
created | 2016-07-19 00:37:18 |
last_update | 2016-07-19 00:37:18 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.031 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 15,125,782,224,192 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 177,089 |
net_rshares | 20,839,106,201 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jasonmcz | 0 | 20,839,106,201 | 100% |
I noticed the same thing a few days ago and tried a similar test manually, and got nothing. I posted about it and asked if I should have gotten any rewards, my post was ignored by the ones that could answer, even though they were answering my other questions. It is pretty obvious the people coding this seem to be the ones making all the hourly profit. If there are already 6 bots permanently at the top of the cue for rewards, that reinforces the idea. Regular steemit users and windows miners cannot even place orders on the market right now, only linux miners and linux developers can. If it wasn't for those 2 developers sharing info with you, that info never would have never even made it out to the public. Perhaps you should focus an article on the illegal wash trade part, maybe that will get some attention.
author | tinfoilfedora |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t000450500z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 00:04:54 |
last_update | 2016-07-18 00:05:36 |
depth | 1 |
children | 1 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.107 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 819 |
author_reputation | 20,279,768,518,195 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 156,151 |
net_rshares | 73,346,828,433 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tinfoilfedora | 0 | 63,352,320,734 | 100% | ||
michaellamden68 | 0 | 216,498,551 | 100% | ||
dtsddace | 0 | 1,468,405,960 | 100% | ||
cannav | 0 | 5,591,340,987 | 100% | ||
jasonmcz | 0 | 1,585,837,457 | 100% | ||
surf4life | 0 | 106,782,636 | 100% | ||
oliviav | 0 | 231,695,107 | 100% | ||
hmfoucault | 0 | 189,834,714 | 100% | ||
me-tarzan | 0 | 234,695,415 | 100% | ||
brianreecegreen | 0 | 87,357,970 | 100% | ||
lurker1 | 0 | 164,595,940 | 100% | ||
borntowin | 0 | 117,462,962 | 100% |
"Perhaps you should focus an article on the illegal wash trade part, maybe that will get some attention. " yep agreed!
author | jasonmcz |
---|---|
permlink | re-tinfoilfedora-re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t003814628z |
category | market |
json_metadata | {"tags":["market"]} |
created | 2016-07-18 00:38:15 |
last_update | 2016-07-18 00:38:15 |
depth | 2 |
children | 0 |
last_payout | 2016-08-23 14:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.075 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 15,125,782,224,192 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 156,620 |
net_rshares | 62,765,767,027 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaellamden68 | 0 | 216,498,551 | 100% | ||
jasonmcz | 0 | 1,554,120,708 | 100% | ||
bittrex-bill | 0 | 53,351,796,083 | 100% | ||
oliviav | 0 | 236,423,578 | 100% | ||
dwinblood | 0 | 1,807,027,171 | 100% | ||
trytobezen | 0 | 5,435,304,996 | 100% | ||
lurker1 | 0 | 164,595,940 | 100% |
What do you think with the yobit https://steemit.com/yobit/@toroiskandar/yobit-net
author | toroiskandar |
---|---|
permlink | re-jasonmcz-the-good-the-bad-and-the-ugly-a-day-as-an-steemit-market-maker-20160718t074031951z |
category | market |
json_metadata | {"tags":["market"],"links":["https://steemit.com/yobit/@toroiskandar/yobit-net"]} |
created | 2016-07-18 07:40:33 |
last_update | 2016-07-18 07:40:33 |
depth | 1 |
children | 0 |
last_payout | 2016-08-23 14:44: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 | 82 |
author_reputation | 1,308,752,360,910 |
root_title | "The Good, the Bad and the Ugly -- a Day as a STEEMIT Market Maker" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 161,761 |
net_rshares | 219,396,523 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
arwaniwawan | 0 | 219,396,523 | 100% |