keeperhub-plugins-ajna
Ajna Protocol
Overview
Documentation for Ajna Protocol integration and usage within the KeeperHub ecosystem.
Ajna is a permissionless, oracle-free lending protocol. This plugin provides actions for liquidation keeper operations (kick, bucket-take, settle, withdraw bonds) and vault keeper operations (drain, move liquidity, buffer management) across two lending pools on Base: cbBTC/usBTCd and usBTCd/webmx. All read actions work without credentials. Write actions require a connected wallet. Supported chains: Base (8453) only.
Get Auction Status
Get the current auction state for a borrower across any Ajna pool. Returns kick time, collateral, debt to cover, price, neutral price, and bond factor. Inputs: Outputs: When to use: Check whether an auction is active and what price it is currently at before deciding to take. Use in combination with Pool Kick and Pool Bucket Take to build a complete liquidation keeper workflow.