8000 Update README.md · lazycoder1/liquity-arbitrage@46bba6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 46bba6c

Browse files
authored
Update README.md
1 parent d3282ab commit 46bba6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ min( <ETH present in Wallet> , <12.5% of the reserve pool of uniswap pair> ) //
2323
```
2424
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.
2525

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.
2727

2828
### How will it determine if there is an arbitrage opportunity ?
2929

@@ -56,6 +56,8 @@ Once the server is started you will need to ping `localhost:3000/subscribe` to s
5656

5757
You can unsubscribe from the ethereum events by hitting `localhost:3000/unsubscribe`.
5858

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.
60+
5961
#### Sample `.env` file
6062
```
6163
PRIVATE_KEY='PVT_KEY_FROM_WALLET'

0 commit comments

Comments
 (0)
0