🪢🪢 This is the official repository for Chainlink Hackathon with Encode Club 2022 🪢🪢
You cannot be a real market maker in markets like NYSE, controlled by capital ventures (private clubs). Motivation to build a bot comes with this incentive offered by decentralized exchanges offering direct access to the market with APIs for example. Botminator is an arbitrage bot taking advantage of chainlink price feed oracle and chainlink keepers for cross exchange trading based on Proof Of Variation.
- BotminatorVault deployed : Mumbai contract
- BotminatorKeeper deployed : Mumbai contract
- SAND : Output in token amount after swap.
- SAND* : Input in token amount to swap in the 2nd swap of a route based on Input in USD to be profitable.
- PriceFeed Oracle :
- Keeper Automation :
To reduce the risk of having a sandwich attack AMM DEXs began offering Time Weighted Average Price (TWAP) oracles. TWAP is a pricing methodology that calculates the mean price of an asset during a specified period of time. For example, a “one-hour TWAP” means taking the average price over a defined hour of time.
Cross-exchange market making :
- Less liquid market : make order
- More Liquid market : taker order
It is important to choose the right dex or in other words the route to be profitable, and for this you have to :
- Take into account the tax(fees) in the arbitrage while setting up orders.
- Oracle exchange price feed choice : not necessarily the connected exchange
- PriceFeed
- Keepers
- Chainlink Keepers can execute a portion of the code deployed on-chain at a basic minimum web dev costs.
- Distinct service that only compute code for that contract on-chain.
- Save Ethereum fees.
- Privacy
- Friendly user-interface.