 # What is Arbitrage? Arbitrage is the force which drives efficient markets. What it basically means, is an instantaneous profit without risk. one easy way to explain a practical way of implementing it is with BSC Dexes. For example, if BNB costs $400 on Pancake Swap, and it costs $380 on BakerySwap. Clearly there is an opportunity to leverage the difference in price. So you might pay $380 to buy BNB on Bakery Swap, and then sell that for $400 on pancakeswap. Making a $20 profit, without risk. you might say there is risk that price moves between buying and selling, but actually the arbitrage bots utilise smarts contracts, which places both transactions in the one transaction, so if it fails the transaction reverts. there are two important things to consider in arbitrage trading 1. transaction fees 2. the impact on the price your transaction will have # How to work out your return using the example above, we need to work out an equation to work out profits Profits = Amount_purchased * ( price1 - price2) - Gas fees - Amount_purchased * price_impact - Amount purchased * trading_fees but the price impact depends on the amount you purchase, so we need to look into the mechanics of automated market makers (i.e. pancakeswap) a little to explore this further # Price impact of AMM's An automatic market Maker (AMM) is very simple in operation. It essentially holds reserve of two coins in reserve Lets denote these as reserve0 and reserve1 so the price of coin0 = reserve1/reserve0 the price of coin1 = reserve0/reserve1 if someone wishes to trade, they will add to the reserves of the coin they are selling and reduce the reserves of the coin they are buying. However the AMM is structured so that reserve0 * reserve1 = k (and k is fixed until further liquidity is added or removed). In order to maintain k, the amount exchanged needs to differ from the ideal price, and here in lies the market impact. There is a complicated formula for doing this, but for our purposes, a good approximation for market impact is the amount you want to trade divided by the reserves. Therefore price impact = trade_amount / reserves (in that coin) # Return allowing for price impact This is where we need to start using variables to make the formulas easier Let y = profit x = amount traded f = fees (as a percentage) g = gas (absolute value) p0 = price AMM 0 p1 = price AMM 1 r0 = reserves AMM 0 r1 = reserves AMM 1 so the profit would be y = x * ((p0/p1-1) - fees - x/r0 -x/r1) - g so another way of expressing this is y = -(r0+r1)/(r0r1)*x^2 + (p0/p1-1-fees)*x - g whoah, this is starting to look very mathematical, but necessary. # How do we work out how much to buy? This is where we need to get those high school text books out again, and remember how to maximize a function. The answer is, we take the derivative, and set that to 0, and then solve to X. the reason this works is that when the derivative is at 0, the curve is changing direction, meaning that is the peak. so in our example dy/dx = -2(r0+r1)/(r0r1)*x + (p0/p1-1-fees) now solving for dy/dx = 0 0 = -2(r0+r1)/(r0r1)*x + (p0/p1-1-fees) therefore: x = (p0/p1-1-fees) * r0r1/(2(r0+r1)) # An Example Lets say, the price of BNB is $380 on Pancake swap, and $400 on bakerswap p0/p1 -1 = 400/380-1 = 5.2% raw return Lets say the fees are 0.25% on PCS and baker swap So the return after fees = 5.2% - 0.25%*2 = 4.7% Now the reserves are say $100,000 on PCS and $50,000 on Bakeryswap (I know this is unrealistic, but small reserves make the example work better) so the optimal volume is x = 4.7% * 5,000,000,000/(300,000) = $783 Lets find out the profit (assuming no gas) y = x * ((p0/p1-1) - fees - x/r0 -x/r1) - g = 783*(5.2% - 0.5% - 783/100000 - 783/50000) =783* (5.2% - 0.5% - 2.35% ) = $18.41 so the profit on this trade is $18.41 now lets try trading $1000, and see if we make more or less = 1000 *(5.2% - 0.5% - 1000/100000 - 1000/50000) = 1000 * (5.2% - 0.5% -3%) = $17 So we made less money despite trading more, this shows the optimization using calculus really works. The graph at the top of this article is this example, the blue line is the profits, the orange is the derivate at the maximum profit level. # So why talk about this rather than just implement it and make money so I tried writing a program that finds opportunities, and it was successful on finding opportunities, and then I tried adding a transaction in the bot after I find them, and almost 100% of the time, another bot jumps in front and trades before me eliminating the opportunity, they usually only last less than 5 seconds. So to be a winner on this, you need to be a great blockchain programmer, that can optimize your program. I also suspect they might run nodes themselves so they can get a view of the transactions before they are processed. I might be great at financially optimizing things, but programming is not my strong skill, be interested if anyone else has tried this and had success. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@notak/using-calculus-to-optimise-arbitrage-bots)
author | notak |
---|---|
permlink | using-calculus-to-optimise-arbitrage-bots |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["leo","defi","arbitrage","stem","math","leofinance"],"canonical_url":"https://leofinance.io/@notak/using-calculus-to-optimise-arbitrage-bots","image":["https://i.imgur.com/BWn1lU5.png"]} |
created | 2022-01-14 23:29:33 |
last_update | 2022-01-14 23:29:33 |
depth | 0 |
children | 7 |
last_payout | 2022-01-21 23:29:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 31.577 HBD |
curator_payout_value | 31.459 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,162 |
author_reputation | 138,836,657,829,495 |
root_title | "Using Calculus to optimise Arbitrage Bots" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,494,643 |
net_rshares | 41,820,686,005,267 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 54,023,468,177 | 5.65% | ||
cultura.bitcoin | 0 | 5,693,275,291 | 100% | ||
arcange | 0 | 212,310,850,277 | 2% | ||
shanghaipreneur | 0 | 18,416,030,460 | 100% | ||
scaredycatguide | 0 | 88,564,500,040 | 100% | ||
dylanhobalart | 0 | 83,235,232,813 | 21% | ||
ahmadmanga | 0 | 1,411,325,957 | 35% | ||
esteemapp | 0 | 13,462,659,899 | 5.65% | ||
walterjay | 0 | 5,056,663,856 | 0.35% | ||
steemitboard | 0 | 10,534,326,516 | 2% | ||
l337m45732 | 0 | 2,789,219,184 | 10% | ||
eliel | 0 | 11,458,471,428 | 5% | ||
drwom | 0 | 889,558,378 | 2.82% | ||
sam99 | 0 | 22,504,738,639 | 18% | ||
ew-and-patterns | 0 | 13,243,635,831 | 5% | ||
forexbrokr | 0 | 74,780,714,105 | 100% | ||
adambarratt | 0 | 29,218,527,066 | 25% | ||
tykee | 0 | 2,013,092,634 | 25% | ||
khalil319 | 0 | 1,633,423,108 | 25% | ||
jasonbu | 0 | 835,327,067 | 1% | ||
jeanlucsr | 0 | 12,918,198,052 | 20% | ||
vimukthi | 0 | 109,311,591,748 | 40% | ||
marketinggeek | 0 | 783,067,019 | 50% | ||
rodent | 0 | 4,973,112,990 | 22.5% | ||
esteem.app | 0 | 1,614,464,034 | 5.65% | ||
khaleelkazi | 0 | 446,431,632,893 | 100% | ||
josediccus | 0 | 468,438,408,970 | 51% | ||
dayatsiaulia | 0 | 1,861,706,391 | 22.1% | ||
gattino | 0 | 8,548,236,087 | 100% | ||
tpkidkai | 0 | 1,600,925,891 | 15% | ||
purefood | 0 | 10,186,682,934 | 100% | ||
investprosper | 0 | 538,607,952 | 25% | ||
organduo | 0 | 560,061,509,313 | 100% | ||
silwanyx | 0 | 3,374,800,827 | 50% | ||
achimmertens | 0 | 2,525,394,889 | 1% | ||
getron | 0 | 1,259,173,782 | 50% | ||
trumpman2 | 0 | 3,326,352,106 | 30% | ||
gaottantacinque | 0 | 228,572,314 | 100% | ||
yintercept | 0 | 172,543,984,494 | 100% | ||
jk6276 | 0 | 25,155,388,116 | 50% | ||
gasaeightyfive | 0 | 351,675,089 | 100% | ||
triptolemus | 0 | 1,909,808,025 | 100% | ||
arhat | 0 | 47,685,689,682 | 100% | ||
shepherd-stories | 0 | 661,231,544 | 50% | ||
pboulet | 0 | 533,180,964 | 0.7% | ||
cribbio | 0 | 662,153,703 | 100% | ||
ecoinstats | 0 | 66,109,268,330 | 25% | ||
harpreetjanda | 0 | 594,483,277 | 2% | ||
jonela | 0 | 698,689,873 | 50% | ||
hibbi | 0 | 1,309,205,784 | 25% | ||
cakemonster | 0 | 45,030,467,474 | 50% | ||
khan.dayyanz | 0 | 6,311,771,011 | 5% | ||
bluerobo | 0 | 125,847,413,278 | 100% | ||
jacuzzi | 0 | 21,150,330,928 | 6.25% | ||
ctime | 0 | 14,238,653,346 | 2.5% | ||
vagabondspirit | 0 | 5,247,949,551 | 100% | ||
director.rar | 0 | 126,341,669 | 100% | ||
perfilbrasil | 0 | 6,560,413,606 | 25% | ||
limka | 0 | 0 | 10.82% | ||
engrsayful | 0 | 1,552,489,137 | 12.5% | ||
photographercr | 0 | 2,176,302,435 | 1.13% | ||
steem-key | 0 | 3,751,554,372 | 100% | ||
mindtrap-leo | 0 | 582,141,230 | 25% | ||
leo.voter | 0 | 35,893,276,000,154 | 50% | ||
leo.curator | 0 | 4,103,040,133 | 80% | ||
leo.bank | 0 | 1,337,486,808 | 50% | ||
learn.leo | 0 | 2,279,938,061 | 100% | ||
rezoanulv.sports | 0 | 791,201,426 | 20% | ||
asteroids | 0 | 72,691,699,903 | 100% | ||
poam | 0 | 2,376,869,074 | 99% | ||
arctis | 0 | 1,842,417,046 | 98% | ||
midlet-yourleo | 0 | 782,484,557 | 80% | ||
agro-dron | 0 | 4,864,292,997 | 50% | ||
taskmaster4450le | 0 | 414,109,190,661 | 25% | ||
eloi | 0 | 1,924,632,921 | 99% | ||
refinement | 0 | 2,100,039,558 | 100% | ||
furtherance | 0 | 1,893,033,891 | 100% | ||
astraeas | 0 | 1,121,657,892 | 100% | ||
chloem | 0 | 11,843,432,951 | 100% | ||
oelgniksivart | 0 | 1,625,473,436 | 50% | ||
crimianales | 0 | 1,787,312,151 | 50% | ||
autowin | 0 | 2,054,492,143 | 100% | ||
meosleos | 0 | 2,033,447,222 | 99% | ||
lnakuma | 0 | 9,025,865,018 | 25% | ||
chapmain | 0 | 125,308,558 | 100% | ||
fengchao | 0 | 8,109,718,671 | 2% | ||
blue-witness | 0 | 3,914,987,871 | 100% | ||
laruche | 0 | 30,803,423,423 | 0.7% | ||
ykretz | 0 | 2,223,788,169 | 5% | ||
penned-bullshit | 0 | 759,787,984 | 50% | ||
mynima | 0 | 547,769,981 | 50% | ||
ecency | 0 | 1,962,763,104,352 | 5.65% | ||
invest4free | 0 | 6,194,282,450 | 30% | ||
nuahs | 0 | 3,332,498,442 | 100% | ||
milanie | 0 | 2,339,867,915 | 100% | ||
ecency.stats | 0 | 2,020,391,706 | 5.65% | ||
engioi | 0 | 944,551,786 | 100% | ||
r-nyn | 0 | 5,847,648,790 | 100% | ||
eddie-earner | 0 | 1,322,351,830 | 25% | ||
ztfo | 0 | 2,185,254,147 | 95% | ||
bepresent | 0 | 1,795,369,609 | 95% | ||
jobar | 0 | 2,202,631,121 | 100% | ||
kaef | 0 | 1,991,753,667 | 95% | ||
gcomplex | 0 | 1,887,098,823 | 100% | ||
baluthor | 0 | 1,027,972,562 | 100% | ||
integrated | 0 | 2,128,701,804 | 100% | ||
hanez | 0 | 2,396,400,253 | 100% | ||
minebb | 0 | 1,998,830,507 | 97% | ||
plasticsoul | 0 | 2,061,733,384 | 100% | ||
scrpt | 0 | 1,956,808,793 | 100% | ||
gungunkrishu.leo | 0 | 2,414,562,474 | 100% | ||
druma | 0 | 2,073,850,081 | 100% | ||
ropehold | 0 | 1,913,334,414 | 100% | ||
infihedge | 0 | 2,215,744,352 | 100% | ||
fitlet | 0 | 1,295,416,864 | 100% | ||
tokenx | 0 | 920,889,586 | 50% | ||
strk | 0 | 1,908,861,485 | 100% | ||
stackfi | 0 | 2,149,335,662 | 100% | ||
hemerit | 0 | 1,981,467,352 | 100% | ||
midtrain | 0 | 1,871,578,714 | 100% | ||
starle | 0 | 1,921,225,535 | 100% | ||
thorc | 0 | 1,887,623,833 | 100% | ||
basechain | 0 | 1,880,239,442 | 100% | ||
janku | 0 | 904,001,109 | 50% | ||
flowc | 0 | 1,883,610,361 | 100% | ||
psgood | 0 | 1,996,672,628 | 100% | ||
tv-d | 0 | 1,884,059,617 | 100% | ||
supersla | 0 | 1,870,770,841 | 100% | ||
alorian | 0 | 1,887,100,833 | 100% | ||
slat | 0 | 1,883,358,982 | 100% | ||
protoleo | 0 | 1,856,420,721 | 100% | ||
muski | 0 | 1,883,407,096 | 100% | ||
netaterra.leo | 0 | 1,260,180,477 | 45% | ||
twrk | 0 | 1,954,246,846 | 100% | ||
gualteramarelo | 0 | 109,260,645,792 | 100% | ||
eth2 | 0 | 2,002,604,222 | 100% | ||
lbi-token | 0 | 70,339,291,504 | 25% | ||
tslap | 0 | 2,004,592,631 | 100% | ||
hodol | 0 | 1,986,755,946 | 100% | ||
jmsansan.leo | 0 | 511,006,166 | 50% | ||
theco | 0 | 2,000,239,031 | 100% | ||
muskland | 0 | 1,998,301,177 | 100% | ||
hochismin | 0 | 1,970,015,654 | 100% | ||
finleo | 0 | 1,908,749,425 | 100% | ||
sharkleo | 0 | 835,728,570 | 12.5% | ||
givup | 0 | 2,031,467,709 | 100% | ||
etheru | 0 | 2,055,951,732 | 100% | ||
bynd | 0 | 2,027,326,028 | 100% | ||
elong | 0 | 2,029,094,872 | 100% | ||
logroll | 0 | 2,093,989,930 | 100% | ||
outperform | 0 | 2,044,091,514 | 100% | ||
perfi | 0 | 2,017,616,748 | 100% | ||
foreo | 0 | 2,022,669,797 | 100% | ||
bruton | 0 | 1,018,044,168 | 50% | ||
capsule | 0 | 2,046,064,991 | 100% | ||
sn8 | 0 | 2,048,506,464 | 100% | ||
fundament | 0 | 2,048,104,740 | 100% | ||
v10r8 | 0 | 963,233,900 | 50% | ||
index-a | 0 | 2,010,577,756 | 100% | ||
kropak | 0 | 1,980,820,769 | 100% | ||
bitbi | 0 | 2,021,406,837 | 100% | ||
feelfor | 0 | 2,013,924,464 | 100% | ||
mercador | 0 | 1,988,044,614 | 100% | ||
companyx | 0 | 2,059,434,952 | 100% | ||
hallogen | 0 | 2,013,310,686 | 100% | ||
hodldays | 0 | 1,965,093,234 | 99% | ||
mandawanda | 0 | 2,052,620,816 | 100% | ||
portfoliomargin | 0 | 2,058,242,861 | 100% | ||
fremo | 0 | 1,989,979,561 | 100% | ||
deliveries | 0 | 1,950,005,404 | 97% | ||
tfranzini | 0 | 744,771,545 | 20% | ||
jackedup | 0 | 1,933,681,301 | 97% | ||
tierbtc | 0 | 1,924,157,250 | 98% | ||
cancu | 0 | 1,057,448,317 | 50% | ||
compoundin | 0 | 1,954,706,668 | 99% | ||
frankjr | 0 | 2,011,233,512 | 100% | ||
waiting8 | 0 | 1,956,683,946 | 97% | ||
starked | 0 | 1,970,141,000 | 100% | ||
mk2 | 0 | 1,913,256,815 | 95% | ||
ghostdrive | 0 | 1,955,220,338 | 97% | ||
thatbull | 0 | 2,050,762,027 | 100% | ||
heimdalla | 0 | 2,016,009,082 | 98% | ||
pitchleo | 0 | 2,008,558,112 | 100% | ||
hollywoodz | 0 | 2,016,178,720 | 100% | ||
zbh1 | 0 | 2,025,590,491 | 99% | ||
blockhire | 0 | 2,019,463,019 | 100% | ||
eturnerx-dbuzz | 0 | 33,638,841,363 | 65.8% | ||
f82 | 0 | 2,048,234,824 | 100% | ||
natureway | 0 | 2,046,060,244 | 100% | ||
knowhere | 0 | 2,018,583,047 | 100% | ||
gamor | 0 | 2,005,019,884 | 100% | ||
dvision | 0 | 2,019,427,369 | 100% | ||
quantumant | 0 | 2,045,287,088 | 100% | ||
cvlwar | 0 | 2,021,898,747 | 100% | ||
sanctum | 0 | 2,044,898,236 | 100% | ||
challa | 0 | 1,974,400,817 | 100% | ||
apeople | 0 | 2,037,859,951 | 100% | ||
quantumblank | 0 | 2,082,240,008 | 100% | ||
endgames | 0 | 2,373,143,082 | 100% | ||
justbuild | 0 | 2,041,235,770 | 100% | ||
realleader | 0 | 2,081,408,742 | 100% | ||
deivyb | 0 | 14,116,920,248 | 100% | ||
gohodl | 0 | 2,043,219,042 | 100% | ||
leverup | 0 | 2,235,468,975 | 97% | ||
justcapital | 0 | 2,053,404,587 | 100% | ||
reflecting | 0 | 2,051,834,131 | 100% | ||
buildhedge | 0 | 1,989,576,703 | 99% | ||
elongate | 0 | 1,620,128,342 | 50% | ||
amongus | 0 | 1,155,589,530 | 50% | ||
seevision | 0 | 1,982,930,221 | 98% | ||
yellowstone | 0 | 2,054,745,515 | 100% | ||
floobrecords | 0 | 1,582,216,859 | 50% | ||
runify | 0 | 2,079,352,389 | 100% | ||
luckyali.leo | 0 | 1,624,011,065 | 50% | ||
cybermusk | 0 | 2,055,543,738 | 100% | ||
star.leo | 0 | 747,528,012 | 25% | ||
cornerbreak | 0 | 2,056,861,263 | 100% | ||
findbalance | 0 | 2,078,929,670 | 100% | ||
saylorfy | 0 | 2,116,772,957 | 100% | ||
lasergang | 0 | 2,056,538,928 | 100% | ||
billionsight | 0 | 2,013,494,811 | 100% | ||
darkelon | 0 | 2,054,777,919 | 100% | ||
onemission | 0 | 2,001,421,863 | 100% | ||
totalrekall | 0 | 2,065,842,106 | 100% | ||
capitalcost | 0 | 1,999,092,377 | 100% | ||
creodas | 0 | 1,345,223,059 | 37.5% | ||
blacardi | 0 | 676,621,128 | 40% | ||
stablefi | 0 | 2,009,821,881 | 100% | ||
ledg | 0 | 2,076,224,784 | 100% | ||
ironhot | 0 | 2,075,745,528 | 100% | ||
mylioness | 0 | 2,059,774,834 | 100% | ||
generatornation | 0 | 693,335,693 | 100% | ||
pubgood | 0 | 2,067,308,329 | 100% | ||
samseny | 0 | 764,534,603 | 50% | ||
bitjoins | 0 | 1,997,789,914 | 100% | ||
blockdate | 0 | 1,024,925,484 | 50% | ||
tolf | 0 | 2,065,309,426 | 100% | ||
hodlmi | 0 | 2,011,088,164 | 98% | ||
optionfreedom | 0 | 1,956,597,743 | 100% | ||
selectyourself | 0 | 2,045,260,813 | 100% | ||
holovision.stem | 0 | 69,846,758 | 50% | ||
robmojo.leo | 0 | 2,938,175,193 | 80% | ||
crypto-guides | 0 | 6,408,036,915 | 100% | ||
irivers | 0 | 4,389,305,137 | 100% | ||
panosdada.leo | 0 | 3,934,994,959 | 100% | ||
jocieprosza.leo | 0 | 1,067,459,531 | 25% | ||
sovstar | 0 | 1,003,653,359 | 25% | ||
seed-treasury | 0 | 674,308,681 | 25% | ||
poorchard01 | 0 | 935,608,051 | 100% | ||
tokenizedsociety | 0 | 3,512,861,004 | 20% | ||
leoalpha | 0 | 1,202,482,275 | 50% | ||
zeclipse | 0 | 1,680,001,094 | 50% | ||
saboin.leo | 0 | 341,230,401 | 54% | ||
uno8 | 0 | 0 | 100% | ||
makue | 0 | 1,661,261,925 | 100% | ||
filip-psiho | 0 | 1,371,890,335 | 25% | ||
mustafagassim | 0 | 93,101,293 | 100% |
**Yay!** 🤗<br>Your content has been **boosted with Ecency Points**, by @notak. <br>Use Ecency daily to boost your growth on platform! <br><br><b>Support Ecency</b><br>[Vote for new Proposal](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B197%5D&approve=true)<br>[Delegate HP and earn more](https://ecency.com/hive-125125/@ecency/daily-100-curation-rewards)
author | ecency |
---|---|
permlink | re-2022115t75921511z |
category | hive-167922 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.16-welcome","format":"markdown+html"} |
created | 2022-01-15 07:59:21 |
last_update | 2022-01-15 07:59:21 |
depth | 1 |
children | 0 |
last_payout | 2022-01-22 07:59:21 |
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 | 375 |
author_reputation | 618,450,550,057,772 |
root_title | "Using Calculus to optimise Arbitrage Bots" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,502,667 |
net_rshares | 0 |
Well, I know about abitration, happens sometimes on hive-engine. Like you pointed out at the end, it's all about the speed, I didn't even know it could be run by bots, until you actually mentioned it. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@josediccus/re-notak-eresc)
author | josediccus |
---|---|
permlink | re-notak-eresc |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@josediccus/re-notak-eresc"} |
created | 2022-01-15 01:19:57 |
last_update | 2022-01-15 01:19:57 |
depth | 1 |
children | 1 |
last_payout | 2022-01-22 01:19:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.542 HBD |
curator_payout_value | 0.542 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 294 |
author_reputation | 2,583,710,421,042,936 |
root_title | "Using Calculus to optimise Arbitrage Bots" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,496,631 |
net_rshares | 721,560,835,997 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vimukthi | 0 | 27,073,113,860 | 10% | ||
notak | 0 | 694,487,722,137 | 50.6% |
Arbitrages between HIVE-Engine and STEEM-Engine have had some incredibly profitable trades in my experience. !PIZZA Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@vimukthi/re-josediccus-6hiprt)
author | vimukthi |
---|---|
permlink | re-josediccus-6hiprt |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@vimukthi/re-josediccus-6hiprt"} |
created | 2022-01-15 09:19:00 |
last_update | 2022-01-15 09:19:00 |
depth | 2 |
children | 0 |
last_payout | 2022-01-22 09:19:00 |
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 | 214 |
author_reputation | 495,470,059,142,241 |
root_title | "Using Calculus to optimise Arbitrage Bots" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,504,022 |
net_rshares | 0 |
<center>PIZZA! PIZZA! PIZZA Holders sent <strong>$PIZZA</strong> tips in this post's comments: vimukthi tipped josediccus (x1) @vimukthi<sub>(2/5)</sub> tipped @notak (x1) <sub>Join us in <a href="https://discord.gg/hivepizza">Discord</a>!</sub></center>
author | pizzabot |
---|---|
permlink | re-using-calculus-to-optimise-arbitrage-bots-20220115t091956z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2022-01-15 09:19:57 |
last_update | 2022-01-15 09:21:45 |
depth | 1 |
children | 0 |
last_payout | 2022-01-22 09:19:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 259 |
author_reputation | 7,503,882,671,105 |
root_title | "Using Calculus to optimise Arbitrage Bots" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,504,038 |
net_rshares | 0 |
Great guide. I was familiar with the concept but this is the first time I saw a scientific breakdown of it. Thanks for sharing Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@tokenizedsociety/re-notak-6ew3mn)
author | tokenizedsociety |
---|---|
permlink | re-notak-6ew3mn |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@tokenizedsociety/re-notak-6ew3mn"} |
created | 2022-01-15 13:08:42 |
last_update | 2022-01-15 13:08:42 |
depth | 1 |
children | 0 |
last_payout | 2022-01-22 13:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.517 HBD |
curator_payout_value | 0.517 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 227 |
author_reputation | 129,401,698,517,947 |
root_title | "Using Calculus to optimise Arbitrage Bots" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,508,077 |
net_rshares | 691,483,395,831 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
notak | 0 | 691,483,395,831 | 50.6% |
Excellent piece of writing that explain the basics. Too bad I don't know enough about programming to create the bots needed to get the best out of these arbitrage opportunities. !PIZZA !LUV Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@vimukthi/re-notak-3fv7wn)
author | vimukthi |
---|---|
permlink | re-notak-3fv7wn |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@vimukthi/re-notak-3fv7wn"} |
created | 2022-01-15 09:20:33 |
last_update | 2022-01-15 09:20:33 |
depth | 1 |
children | 1 |
last_payout | 2022-01-22 09:20:33 |
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 | 282 |
author_reputation | 495,470,059,142,241 |
root_title | "Using Calculus to optimise Arbitrage Bots" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,504,049 |
net_rshares | 0 |
<center> @vimukthi<sub>(1/1)</sub> gave you LUV. <a href="https://peakd.com/@luvshares/about" style="text-decoration:none"><img src="https://files.peakd.com/file/peakd-hive/crrdlx/AKU7oyCXxGwYyudB42kJ7JtoZ63bdeHvm4icoT9xdGNxA4i4BwudGyPvTQrEwPd.gif"></a> <a href="https://crrdlx.websavvy.work/" style="text-decoration:none">H-E tools</a> | <a href="https://discord.gg/K5GvNhcPqR" style="text-decoration:none">connect</a> | <a href="https://ichthys.netlify.app" style="text-decoration:none"><><</a> </center>
author | luvshares |
---|---|
permlink | re-re-notak-3fv7wn-20220115t092138z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2022-01-15 09:21:39 |
last_update | 2022-01-15 09:21:39 |
depth | 2 |
children | 0 |
last_payout | 2022-01-22 09:21:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 519 |
author_reputation | 5,651,102,754,153 |
root_title | "Using Calculus to optimise Arbitrage Bots" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 109,504,072 |
net_rshares | 0 |