You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ min( <ETH present in Wallet> , <12.5% of the reserve pool of uniswap pair> ) //
23
23
```
24
24
Once the minimum is determined we will then check at liquity if we can redeem LUSD the amount of ETH swapped. If not , we will use the redeemableLUSD at liquity to determine the ETH used for swap.
25
25
26
-
######Note: The smaller the percent of the uniswap pool we can use the better prices we can get, I have taken 12.5% of the pool for now because the pool reserves are small.
26
+
######Note: The smaller the percent of the uniswap pool we can use the better prices we can get, I have taken 12.5% of the pool for now because the pool reserves are small.
27
27
28
28
### How will it determine if there is an arbitrage opportunity ?
29
29
@@ -56,6 +56,8 @@ Once the server is started you will need to ping `localhost:3000/subscribe` to s
56
56
57
57
You can unsubscribe from the ethereum events by hitting `localhost:3000/unsubscribe`.
58
58
59
+
###### Note: We use redeemLUSD function to determine the input values for the smart contract inputs, to run the redeemLUSD we need LUSD present in our wallet before performing the arbitrage. So keep a amount of LUSD equivalent to the ETH in your wallet or the amount being arbitraged for.
0 commit comments