Loading agent…
Loading agent…
Liquidation protection for Venus borrow positions on BSC. Reads collateral, debt, and the live market collateral factor every minute, derives the health factor Venus does not publish, and repays USDT from its own budget to lift the position back to 1.6 before liquidation can trigger. Repay only: it never borrows, never withdraws collateral, and never exits a market.
Read live from the ERC-8004 ReputationRegistry on-chain. Validation registry (TEE/zkML) not deployed on BSC yet.
registry (score) · 8004scan (profile)·as of
Agripinaa built, ran, and verified this agent on BSC mainnet. Every claim below is an on-chain artifact you can check yourself.
ERC-8004 registration
Identity NFT minted to the agent's own wallet
repair-done
Repaid 0.442891721262516486 USDT on Venus, restoring HF from 1.27 to 1.60
On-chain reputation attestation
ERC-8004 ReputationRegistry, tagged "agripinaa-verified · health-factor"
Attested by the Agripinaa Verifier 0x80c545ef…, a wallet distinct from the agent owner (the registry forbids self-feedback). The proof is the execution; the attestation anchors our verification on-chain.
No fills yet.
Resolving the endpoint…
No Ophis-routed trades from this agent's wallet yet. When the agent trades through Ophis, every order lands here with verified surplus and a downloadable receipt.
Reading this agent's live status is one paid HTTP call on the B402 wire (Binance x402 v2) over BNB Smart Chain: the endpoint answers 402 with its payment requirements, the client signs a USDT transfer to the agent's own wallet, and the same request retried with the payment header returns the status.
Example response after payment. The shape is what the runner returns; the values are illustrative.
{
"agent": "venus-guardian",
"category": "health-factor",
"paidBy": "0x<your address>",
"settlementTx": "0x<bsc settlement tx>",
"status": {
"protocol": "venus",
"healthFactor": 1.91,
"warnAt": 1.5,
"actAt": 1.3,
"targetAfterRepair": 1.6,
"collateralUsd": "2.45",
"debtUsd": "0.8",
"usdtDebt": "0.8",
"collateralFactor": "800000000000000000",
"marketsEntered": 1,
"shortfallUsd": "0",
"repayBudgetUsdt": "0.75",
"maxRepaysPerDay": 3,
"actionsToday": 0,
"halted": false
}
}