No need to constantly check if your funds are lent on Bitfinex Funding. This bot automatically runs every 30 minutes, creating or updating funding offers to target the best available rates and periods. It also sends email alerts if your balance remains idle beyond a specified threshold.
Ensure you have a USD, EUR, or GBP balance in your funding wallet.
In the lambda folder:
- Set up your
.env.prodfile with the necessary configuration. - Define your strategy here.
In the terraform folder:
- Run
terraform initto initialize Terraform. - Create a
terraform.tfvarsfile to define your variables. - Run
terraform planto preview the deployment. - Run
terraform applyto apply the changes and deploy the bot.