Automated token carry swap bot 🤖 exploits interest rate 💰 differentials 24/7.
Interest Carry-Trade Arbitrageur looks for interest rate differentials between lending/borrowing order pairs on Secured Finance. It creates a strategy to maximize interest rate differentials, then executes it by borrowing token X, swapping it, and lending token Y for a higher yield (APR).
Interest Carry-Trade Arbitrageur won the Best DeFi Award for Secured Finance at ETHTokyo2023. The project was recognized for its innovative approach to leveraging interest rate differentials in the DeFi space, contributing to the growth of the Secured Finance ecosystem.
- Rust
- Node
Ensure you have Rust / Node.js installed on your system.
- Clone the repo
- Change to the project directory
Add .env
file with the following values:
NODE_URL
PRIVATE_KEY
To start the Rust bot, run the following command in the project directory:
cargo run
To start the Node bot, first install the dependencies:
Add .env
file with the following values:
INFURA_API_KEY
SIGNER_PRIVATE_KEY
npm install
npm start