torch-liquidation-agent
Read-only lending market scanner for Torch Market on Solana. No wallet required. Scans lending markets, profiles borrower wallets, and scores loans by risk. Default info mode makes no state changes and requires only an RPC endpoint. Optional bot mode (requires wallet) can execute liquidations on positions that crossed the on-chain threshold.
Why use this skill?
Scan, score, and liquidate positions on Torch Market with this OpenClaw skill. Features risk profiling and automated liquidation bot capabilities.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrsirg97-rgb/torchliquidationagentWhat This Skill Does
The Torch Liquidation Agent is a sophisticated risk assessment and execution engine designed for the Torch Market on Solana. It functions as a read-only scanner for lending markets, allowing users to monitor the health of various positions without exposing private keys. By leveraging the solana-agent-kit-torch-market integration, it performs complex off-chain risk modeling to provide real-time telemetry on borrower solvency. Its core strength lies in its 4-factor risk scoring model, which evaluates LTV proximity, price momentum, wallet reputation, and interest burden. In its default 'info' mode, the agent operates entirely on-chain data via RPC, meaning it performs zero state changes. In 'bot' mode, it elevates its capabilities to perform automated liquidations, reacting to market volatility when positions cross the 65% LTV threshold set by the protocol. This tool is essential for market participants looking to maximize yield or manage liquidation risks in a high-velocity environment.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/mrsirg97-rgb/torchliquidationagent
Ensure your local environment has a reliable Solana RPC endpoint configured to allow the agent to fetch real-time market data.
Use Cases
- Risk Management: Monitor personal or protocol-wide loan health to prevent unexpected liquidations.
- Liquidation Arbitrage: Use 'bot' mode to programmatically capture liquidation opportunities for profitable yield.
- Market Analysis: Analyze borrower behavior and collateral volatility across the Torch ecosystem.
- Market Intelligence: Query specific tokens to see current interest rates and total value locked (TVL) metrics.
Example Prompts
- "Scan all active lending markets on Torch and list the top 5 highest-risk loans currently active."
- "What is the current LTV status for my borrower account at [wallet_address]?"
- "Enable bot mode with a risk threshold of 75 and start monitoring SOL collateral positions for potential liquidations."
Tips & Limitations
Always start in 'info' mode to verify the accuracy of the risk scores before transitioning to 'bot' mode. The agent's performance depends heavily on the speed and reliability of your provided RPC endpoint; high-latency RPCs may result in missed liquidation opportunities. Furthermore, remember that the 'bot' mode involves signing transactions, which carries inherent financial risk. Always ensure your wallet balance is sufficient to cover gas fees for liquidation transactions. Finally, the SAID reputation data is a heuristic tool; it provides guidance on wallet risk but should not be the sole factor in your financial decision-making process.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrsirg97-rgb-torchliquidationagent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution
Related Skills
torch-liquidation-bot
Autonomous vault-based liquidation keeper for Torch Market lending on Solana. Scans all migrated tokens for underwater loan positions (LTV > 65%), builds and executes liquidation transactions through a Torch Vault, and collects a 10% collateral bonus. The agent keypair is generated in-process -- disposable, holds nothing of value. All SOL and collateral tokens route through the vault. The human principal creates the vault, funds it, links the agent, and retains full control. Built on torchsdk v3.2.3 and the Torch Market protocol.
torch-domain-auction-bot
Domain lending protocol on Solana. Domains become tokens. Tokens become collateral. Top holder controls the domain. Borrow SOL against your position -- but get liquidated and you lose the domain. Built on torchsdk v3.2.3 and the Torch Market protocol.
torch-prediction-market-bot
Autonomous vault-based prediction market bot for Torch Market on Solana. Creates binary prediction markets as Torch tokens — the bonding curve provides price discovery, the treasury accumulates value from trading fees, and the vault manages positions. Each market has an oracle (price feed or manual) and resolves at a deadline. The agent keypair is generated in-process -- disposable, holds nothing of value. All SOL routes through the vault. The human principal creates the vault, funds it, links the agent, and retains full control. Built on torchsdk v3.2.3 and the Torch Market protocol.
torch-market
Torch Vault is a full-custody on-chain escrow for AI agents on Solana. The vault holds all assets -- SOL and tokens. The agent wallet is a disposable controller that signs transactions but holds nothing of value. No private key with funds required. The vault can be created and funded entirely by the human principal -- the agent only needs an RPC endpoint to read state and build unsigned transactions. Authority separation means instant revocation, permissionless deposits, and authority-only withdrawals. Built on Torch Market -- a programmable economic substrate where every token is its own self-sustaining economy with bonding curves, community treasuries, lending markets, and governance.