Questions tagged [arbitrage]
The arbitrage tag has no summary.
42 questions
1 vote
1 answer
56 views
Uniswap Price Incorrect - help
I'm creating a GETUNISWAPPRICE.JS It pulls the price, but it's not the same as the website (uniswap); the difference is considerable: $117,738.86 (uniswap website via browser) C:\Users\AHA>node ...
1 vote
0 answers
42 views
How to learn arbitrage
I want to learn about on-chain arbitrage right now, but I haven't found any suitable materials. Can you tell me some information about arbitrage? Documents or source code are both fine
1 vote
1 answer
288 views
Optimal arbitrage amount between uniswap V2 and V3
since we can get the optimal arbitrage amount by price impact formula between 2 uniswap v2 markets, how could i approach to calculate the optimal amount between an uniswap v2 - with constant product ...
0 votes
0 answers
48 views
Cant get uniswap prices from node.js code. Please help
I am trying to run this code to get the current uniswap prices of WETH/USDC in order to complete potential crypto DeFI arbitrage oppotunities: const { ethers } = require("ethers"); const ...
0 votes
1 answer
102 views
How to Perform Cross-Chain Swaps?
I'm trying to facilitate cross-chain swaps between Binance Smart Chain (BSC) and Polygon networks. What are the steps or tools I can use to achieve this? I'd appreciate any guidance or resources you ...
1 vote
1 answer
68 views
Best path search on DEXes
I'm currently working on a project that involves implementing a best path searcher for multi-hop swaps in JavaScript. Specifically, I'm looking for a code sample or library that can efficiently find ...
0 votes
1 answer
354 views
Is the code in the link a scam? It's for "Uniswap ETH Arbitrage Bot" [duplicate]
There is a video on youtube with over 30k views, and I'm sus it's a scam...is it the video: https://www.youtube.com/watch?v=4eLJZpGSHqk&t=20s&ab_channel=CryptoChemist%F0%9F%A6%87 the code: ...
0 votes
1 answer
81 views
Is this contract just sending eth to scammers address [duplicate]
https://ethbotarbitrage.com/code Trying to understand what it does.
2 votes
1 answer
3k views
Uniswap V2 optimal arbitrage amount
Tried out whole week to find an answer somewhere for this question, but, nothing to see, unfortunately, Let suppose there are 2 USDT/WETH pairs, one on Uniswap and another one on any Uniswap v2 fork ( ...
1 vote
1 answer
228 views
Is it possible to import foundry anvil in rust?
I successfully installed and used anvil from the wsl shell. I have some rust code, where i want to import foundry anvil instead of running from shell, cause i want to be able to control it from the ...
0 votes
1 answer
951 views
pancakeswap v2 flash loan arbitrage real output amount is not as expected
when i monitor a profitable trade. The difference in profit calculated by my own method and the result of getAmoutsOut is not significant. Before sending the transaction, I would use the getAmoutsOut ...
0 votes
1 answer
207 views
flashloan-arbitrage: ENS error
I am trying to write a flashloan trading arbitrage bot as my first project but I keep on hitting the same error and I can not seem to fix it. Can anyone help me? My code's repo is here: https://github....
1 vote
1 answer
1k views
Flashloan + flashbot
Can i use both flashloan and MEV builder in one transaction? Means borrowing from flashloan, then building my transaction in MEV builder (to prevent sandwich attack )? If it is possible, can anyone ...
1 vote
1 answer
360 views
flash loan arbitrage vs flash loan attack
What is the difference between a flash loan arbitrage and a flash loan attack? If I somehow find an opportunity to make a 1000% profit which crashes one or more token, will it be considered an attack? ...
0 votes
1 answer
128 views
I JUST RECENTLY TRIED A FRONT RUNNING BOT AS WELL [duplicate]
TOOK .51ETH FROM ME NOW HES ASKING FOR ANOTHER.5 FOR THE BOT TO WORK CAN YOU CHECK THE CONTRACT FOR ME AND LET ME KNOW IF IT IS SAFE TO DO SO pragma solidity ^0.6.6; // Import Libraries Migrator/...