# Required Infrastructure

### Liquidation & Bad Debt Auction Bot

Liquidation bots must be set up to monitor the pool and liquidate any underwater users. The same bot should be used to fill bad debt auctions if one is created. Without one of these bots, users may create bad debt, harming backstop depositors.

Liquidation Auction Documentation: [liquidation-management](https://docs.blend.capital/tech-docs/core-contracts/lending-pool/liquidation-management "mention")

Bad Debt Auction Documentation: [bad-debt-management](https://docs.blend.capital/tech-docs/core-contracts/lending-pool/bad-debt-management "mention")

Example Liquidation & Bad Debt Auction Bot: <https://github.com/blend-capital/liquidation-bot>

### Interest Auction Bot

A bot must also be run to fill interest auctions.

Interest Auction Documentation: [interest-management](https://docs.blend.capital/tech-docs/core-contracts/lending-pool/interest-management "mention")

Example Interest Auction Bot: <https://github.com/blend-capital/liquidation-bot>
