Monorepo grouping together the latest PoolTogether v5 hyperstructure bots.
- Creating a PoolTogether Liquidator bot
- Creating a PoolTogether Prize Claimer bot
- Creating a PoolTogether Draw Auction bot
- library: Shared functions which can be installed from any repo, published as
pt-v5-autotasks-library
on NPM. - Arbitrage Liquidator Bot: Bot to find arbitrage opportunities and liquidate the prize tokens (likely WETH) for yield.
- Draw Auction Bot: Bot to start and complete draws using the DrawAuction system.
- Prize Claiming Bot: Bot to claim prizes on behalf of depositors.
- Run
npm run install
in the root of this package - if all goes well you should be able to runnpm run start
in any of the subpackages.