Pancakeswap V2 Crypto Triangular Arbitrage - You Were Right!

  Рет қаралды 34,980

Crypto Wizards

Crypto Wizards

2 жыл бұрын

We talked recently about Triangular Arbitrage in crypto for Pancakeswap V2 as being a better alternative to Uniswap V3. Well, after programming the Uniswap V3 and Pancakeswap V2 backend, the triangular arbitrage results are in...it works!
This might be one of the best arbitrage finds in a while and it was not easy to program. Regardless, it is evidently useful and rather rewarding. Reading the blockchain is tricky, but ethers js and web make this more simple. I will do another how to video for those who are interested.
What Dex's do you think offer the biggest arbitrage trading opportunity? Would you consider trading across multiple exchanges or is that just too risky?
Great having you all on this journey with me.
cryptowizards.net

Пікірлер: 81
@farangonwheels
@farangonwheels 2 жыл бұрын
Hey man I enjoy your videos, they helped me starting out as i built my own arbitrage bot. Quick question, why do you have this manual orderbook depth calculator when you could calculate the maximum profitable volume with code?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Wow that's really cool to hear! Motivating. Great question. Feel you're 100% correct. It should be the next logical step for the tool. In reality it is scanning so many cryptos that I wanted to at least get surface rates out on a regular basis. Otherwise the also slowed down a lot. But that's no excuse. It eventually needs to get done. The TriScan tool does exactly what you say. Just need to code the rest in.
@oespelho2281
@oespelho2281 Жыл бұрын
Thanks for sharing your knowledge with us. I am watching you from Brazil. Kudos
@coder8515
@coder8515 2 жыл бұрын
I saw an interesting video that explain how to compute triangular arbitrage correctly (from this channel). Video was about searching arbitrage in a normal exchange. Also if we've pairs there's normally no order book in a DEX. So the question is: using getAmountsOut of IUniswapV2Router interface is the right way to compute a triangular arbitrage on chain?
@CerberusFX
@CerberusFX 2 жыл бұрын
Great content! Thanks for this. You have a new subscriber. 😉
@CryptoWizards
@CryptoWizards 2 жыл бұрын
AWESOME and welcome!
@danielb.2873
@danielb.2873 Жыл бұрын
And another one. Exactly what I've been looking for. Great to hear about your experience.
@Remusxdies
@Remusxdies 2 жыл бұрын
What an excellent find. I would love to see this kind of arb dex interface for Polygon. I think there's loads of liquidity and fast and cheap gas fees. Thanks Wizard!
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Anytime RomaNova!
@therock99pk
@therock99pk 2 жыл бұрын
@@CryptoWizards zeneth and dodo too
@chancheng2614
@chancheng2614 2 жыл бұрын
Gas fees make swapping unprofitable and then for exchanges the withdrawal and deposit fees. In order to make profit the gas fees must be checked as well as withdrawal and deposit fees before trading otherwise u might loose by using only bots without checking even though there is opportunity.
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Indeed. Fees are really tricky. I will be doing extensive work on this during April.
@preciousdafe3988
@preciousdafe3988 2 жыл бұрын
Hey man, nice videos on triangular arb. Have you tried running your arb strategy on centralized exchanges? How was the success rate if so?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
I tried a couple of years ago. There were tiny, tiny, tiny profits to be made but just wasn't worth it.
@pantoea6089
@pantoea6089 2 жыл бұрын
Thanks CW, great vid. Have you done a vid showing how to read from a smart contract using Vue js ?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
I totally need to do this. Seems to be a recurring question so will make the behind the scenes a priority.
@coolshvybz375
@coolshvybz375 2 жыл бұрын
@@CryptoWizards Please add a crypto payment method in some countries we cant use stripe
@hansenz28
@hansenz28 2 жыл бұрын
Hey man, exxellent videos, is there. a triangular arbitrage bot for Pancakeswap or Uniswap?
@md.ashikurrahmanashikur7328
@md.ashikurrahmanashikur7328 8 ай бұрын
PancKASWAP IS BIGGEST PROJECT OF BINANCE.NICE EXPLAINED
@annassetyawan
@annassetyawan 2 жыл бұрын
Nice Shaun. Did you count slippage fee for arbitrage Shaun? We can't buy Bafe withount getting wbnb or uset first...so Usdt-Bafe 11%slippage fee + Bafe- Mrat 11%slippage + Mrat-Wbnb 11%slippage. Ridiculous fee
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Hi there, at the time yes, but since this has gone lol. You are absolutely correct, slippage should be taken into account and is lacking on the platform.
@streetrat7050
@streetrat7050 2 жыл бұрын
how do you dynamically find triangle arb opportunities? I can only puzzle how to do it with hard coded two tokens but would love to figure out how to check weird different coins. thanks
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Dude...it was challenging. I had an algorithm that basically looped through all coins using an increment, then extracted the price based off of the reserve of one coin divided by another. I could look into the code to remind myself on the Contract that provided the list. It took a while to loop through.
@lukehorvat4043
@lukehorvat4043 2 жыл бұрын
im kinda confused on the algo here, first of all some of the the tokens on the video are bought with bnb but then sold via BUSD or USDT or vice versa, however, this isn't possible unless the token has a liquidity pool that supports the tokens, (token would need liqudity in bnb and busd for example to buy with bnb and sell with busd) so half of the trades aren't even possible. I also noticed some of the tokens have trading fees (e.g 10% tax on buy and sell like elongate) this would also render it not profitable. Can i ask how the algo works?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Correct. The Algo finds all liquidity pools with matching pairs and triangulates them.
@lukehorvat4043
@lukehorvat4043 2 жыл бұрын
@@CryptoWizards ah okay, it’s just sometimes those liquidity pools are very small or at least when I tried to look up pairs in this video some didn’t even exist anymore. I would love to chat more about how this works
@lukehorvat4043
@lukehorvat4043 2 жыл бұрын
@@CryptoWizards i see on the website now it mentions learn Python with the triangular arb, does entering the den show how this algo works?
@lukehorvat4043
@lukehorvat4043 2 жыл бұрын
@@CryptoWizards the “ONLINE VIDEO TRAINING” section is what I’m looking at. Do we learn how to build a triangle arb here and pairs that are common for arb? I’m very interested
@zMistiq
@zMistiq Жыл бұрын
Is this feature live on the website? Can I use it if I pay?
@kartanjunior278
@kartanjunior278 Жыл бұрын
hi i have login but i can not find this tool?
@getfitquick2190
@getfitquick2190 2 жыл бұрын
Hi, what language did you build this with? I'm looking to build something similar.
@CryptoWizards
@CryptoWizards 2 жыл бұрын
I used python Web3 for identifying coins on the backend. Then for drilling into the depth and UI I used Vue (Javascript) or more specifically Nuxt. Ethers JS was used for reading contracts.
@getfitquick2190
@getfitquick2190 2 жыл бұрын
@@CryptoWizards okay, that seems to be a whole lot, but I'll do some research on it. What do you think about using flashloans?
@tjhinfrankytanjung2083
@tjhinfrankytanjung2083 2 жыл бұрын
I am newbie, and I found your video, I want to make quick money in arbitrage
@CryptoWizards
@CryptoWizards 2 жыл бұрын
I would say if you want to make quick money, arbitrage is not probably right. It's very high risk despite what you might hear online.
@shanderkate8940
@shanderkate8940 Ай бұрын
Thats work today 2024?
@alexjacob612
@alexjacob612 Жыл бұрын
Please how can I get d z score tool
@lyla7539
@lyla7539 2 жыл бұрын
Can I pay and use this??
@chancheng2614
@chancheng2614 2 жыл бұрын
This is a very good software u created
@CryptoWizards
@CryptoWizards 2 жыл бұрын
AWESOME! Thanks for the feedback!!
@coder8515
@coder8515 2 жыл бұрын
This is definitely very interesting
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Thanks Coder!
@cryptojo12
@cryptojo12 Жыл бұрын
Hi, is this available now , 2023, in a $37 monthly subscription buddy?
@shanderkate8940
@shanderkate8940 Ай бұрын
Hi you bought that ?
@iliandili
@iliandili 4 ай бұрын
I don't get why you don't do all those potential profitable arbitrage instead of selling software? What do I miss?
@YOUCC836
@YOUCC836 2 жыл бұрын
Will you be running something on Polygon?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Yes, looking at that very soon.
@elroyblackbean
@elroyblackbean 2 жыл бұрын
A lot of the tokens listed in the Arbidex system are not native listings on PS -- they have to be imported; at least on my login. Should that be a concern, i.e. security risk? Potentially higher gas fees?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Absolutely. This is a hugely risky area.
@TheJakeRobinson
@TheJakeRobinson 2 жыл бұрын
Great video... lots of wheels turning...🤔
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Yeah man. So many ideas lately!
@prasanna6768
@prasanna6768 2 жыл бұрын
is this calculate with gas fee??? is it still working???
@CryptoWizards
@CryptoWizards 2 жыл бұрын
No, gas fee is not included yet. It's not recommended at this point as the triangular arbitrage course has already now shown others how to do this behind the scenes.
@personalitycat9842
@personalitycat9842 2 жыл бұрын
So did you say you can't make any money because of the fee's?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Fees/slippage/dodgy coins are certainly some good reasons as to why this is so challenging.
@99phoenix
@99phoenix 2 жыл бұрын
Hey great video dude !! Can i still use it? Or can you suggest me some ways i can make money in crypto?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Not really. Recommend staying clear of executing on arbitrage right now unless it is statistical. Am looking to add Polygon regardless as this is being requested.
@idrisselmediouri9909
@idrisselmediouri9909 2 жыл бұрын
can we pay for our subscription with crypto?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Sorry, I haven't got the platform to that point yet.
@charliewhousen7133
@charliewhousen7133 2 жыл бұрын
How do you retrieve the data from pancake swap?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
By using the Factory and Router contracts with Web3 or Ethers JS. Will do a video.
@andreyl2705
@andreyl2705 Жыл бұрын
@@CryptoWizards Are you still going to do this video?
@ceythehun83
@ceythehun83 2 жыл бұрын
dope dude, this is the dream, haven't used your services but i'd imagined this kind of strategy as edge strong, makes sense. do you have any info on how to go about building the apps you're sharing here? I need to have a look on crypto wizards me thinks hehe cheers
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Thanks man. It's a great question. I'll share some content on YT about how to build an app like this and perhaps do some walkthroughs. I need to get a course up so that everyone can cover the basics first. Have you programmed in Javascript or anything similar before?
@m.y1561
@m.y1561 2 жыл бұрын
I enjoy playing with your tools
@CryptoWizards
@CryptoWizards 2 жыл бұрын
More tools will appear soon enough I am sure!
@maryankitsenko9694
@maryankitsenko9694 2 жыл бұрын
What's the point of this? You've created a tool, showed it to the public, monetized it (in one way or another) and then say it's gonna work in a week?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
The point is to share what I'm working on as things go. This tool will keep changing because by it's very nature, once released it becomes less useful.
@mikehenderson9557
@mikehenderson9557 2 жыл бұрын
How to find these opportunities
@CryptoWizards
@CryptoWizards 2 жыл бұрын
I run a proprietary python algorithm in the cloud for this!
@victoryworldvahab3048
@victoryworldvahab3048 2 жыл бұрын
What is the fees of this website
@CryptoWizards
@CryptoWizards 2 жыл бұрын
USD $27 per month for all tools
@coolshvybz375
@coolshvybz375 2 жыл бұрын
Man please on the payment section we want to pay with crypto cause we in some f**** countries
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Ok gotcha. I'll work on it man. PayPal could be easier if that works too.
@davidrocky
@davidrocky 2 жыл бұрын
Arbitrage tips still in beta, no profit garented and not recommeded, some thing still in beta by what I can see.... but it costs 27usd/month with no free trial or something? Like we say here in my country: Help me help you bro.
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Thanks for the feedback David.
@fulow2970
@fulow2970 2 жыл бұрын
Thanks to it, i earned 1k U #FPI token on pancake
@CryptoWizards
@CryptoWizards 2 жыл бұрын
YES! Awesome! Well done! Very tricky to do so you have done well!
@cexd9499
@cexd9499 2 жыл бұрын
how to contact u?
@CryptoWizards
@CryptoWizards 2 жыл бұрын
Just go to the website friend.
What are Smart Contracts in Crypto? (4 Examples + Animated)
8:09
Whiteboard Crypto
Рет қаралды 526 М.
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 28 МЛН
I Can't Believe We Did This...
00:38
Stokes Twins
Рет қаралды 109 МЛН
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 141 МЛН
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 39 МЛН
What is Proof of Work? (Cryptocurrency Explanation)
9:36
Whiteboard Crypto
Рет қаралды 238 М.
What is DeFi? (Decentralized Finance Animated)
16:25
Whiteboard Crypto
Рет қаралды 829 М.
How to Make Money with Crypto - DeFi For Beginners
17:32
Whiteboard Crypto
Рет қаралды 786 М.
Flash Loan Arbitrage | Aave Flash Loan Tutorial
48:34
Block Explorer
Рет қаралды 137 М.
GPT-4 can be Useful in Trading - But NOT in the Way You Think
14:17
Crypto Wizards
Рет қаралды 2,5 М.
Я УКРАЛ ТЕЛЕФОН В МИЛАНЕ
9:18
Игорь Линк
Рет қаралды 118 М.
⚡️Супер БЫСТРАЯ Зарядка | Проверка
1:00
Clicks чехол-клавиатура для iPhone ⌨️
0:59