Bot status

april 2022

Bot today

Proof of concept, docker exec txs:

  • swap luna to bluna
  • deposit bluna
  • borrow usts

Bot goals

  • Event Driven node.js app
  • exec more txs: e.g earn deposit ust
  • exec strategies, e.g. swap + depo-bluna + borrow + earn.depo

Bot future

 

  • Event Driven node.js app in container
  • exec strategies, and transactions
  • reads secrets of wallets from volume
  • writes json (?) logs to stdout

Event driven architecture

Bot future

  • docker-compose up # spins up redis + bot
  • redis-cli publish event to exec strategies

 

thanks :-)

Bot status

By Joaquin Rivera Padron