↙️ Back to Advanced User Guides

In addition to all of the open source services listed in the Trustless github repository is the tcp-bots repository. tcp-bots holds fully operational logic to liquidate undercollateralized debt positions and liquidity positions using ONLY the current state of the blockchain, and less than 150 lines of logic. These bots have no other dependencies.

Also included in the tcp-bots repo is a bot to start auctions, settle auctions, and update interest rates. Some bots that would be useful to the community but have not been built yet are an auction bidding bot or a Hue price arbitrage bot. If you would like to create these bots using the framework found in the tcp-bots repository, please fork the code and create a pull request! Also feel free to reach out for any help that you need in the Trustless #dev Discord channel.

The sky is the limit, and anyone can create any bot for TCP using the SDK defined by tcp-bots.

Once you have decided on a bot you would like to run, read about how to run it.

Keep Learning Advanced User Guides:

Creating a Trustless Bot (this page)

Running a Trustless Bot

Trustless SDK

Hosting a TCP UI