Torch Liquidation Agent for Openclaw

A technical scanner and automation bot for monitoring loan health and executing liquidations on the Solana-based Torch Market protocol.

mrsirg97-rgb
v1.0.3
Feb 10, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install torchliquidationagent

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install torchliquidationagent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Torch Liquidation Agent?

The Torch Liquidation Agent is a specialized tool built for the Solana ecosystem, specifically designed to interact with the Torch Market decentralized launchpad. As a part of the Openclaw Skills collection, this agent provides deep visibility into lending markets by scanning active loans, profiling borrower reputations via the SAID Protocol, and calculating complex risk scores. It operates in a read-only capacity by default, requiring no wallet to provide actionable insights into market stability and borrower behavior.

By integrating this tool into your developer workflow, you leverage a sophisticated 4-factor risk model that evaluates loan-to-value ratios, price momentum, and accrued interest. This specific addition to the library of Openclaw Skills ensures that developers and DeFi participants can maintain a high level of situational awareness without compromising security. The agent makes no direct network calls and relies on audited plugins for all on-chain interactions, ensuring your private keys remain secure within the local environment.

Torch Liquidation Agent Use Cases

  • Monitor lending health across all migrated tokens on the Torch Market protocol.
  • Profile borrower creditworthiness using SAID Protocol trust tiers and trade history analysis.
  • Automate liquidation executions for underwater positions to earn protocol incentives.
  • Track personal loan health with real-time monitoring and optional auto-repay features.
  • Research price momentum and interest burden trends across Solana DeFi markets.

How Torch Liquidation Agent Works

  1. The agent discovers all active tokens with enabled lending markets via the Solana RPC endpoint.
  2. It retrieves current price snapshots and lending parameters such as interest rates and liquidation thresholds.
  3. The system profiles borrower wallets using the SAID Protocol to determine reputation and past trading performance.
  4. A 4-factor scoring engine calculates a composite risk value from 0 to 100 for every active loan position.
  5. If configured in bot mode, the agent automatically executes liquidation transactions when positions exceed the 65% LTV threshold.

Torch Liquidation Agent Setup

To get started with these Openclaw Skills, install the core package and its required dependencies using npm:

npm install torch-liquidation-agent solana-agent-kit solana-agent-kit-torch-market

To run the agent in the default read-only info mode, simply provide your Solana RPC URL:

RPC_URL=<your_rpc_endpoint> npx torch-liquidation-agent

For liquidation automation (bot mode), you must provide a wallet keypair in base58 format:

MODE=bot WALLET=<base58_keypair> RPC_URL=<your_rpc_endpoint> npx torch-liquidation-agent

Torch Liquidation Agent Data Schema & Taxonomy

The agent structures its analysis through several key data interfaces that organize lending market metadata and risk profiles:

Component Description
ScoredLoan Contains the composite 0-100 risk score, LTV data, and estimated profit calculations.
WalletProfile Stores SAID Protocol trust tiers (high, medium, or low) and historical trade win/loss ratios.
MonitoredToken Tracks price history snapshots for linear regression momentum analysis.
RiskFactors Detailed breakdown of the 40% LTV, 30% Momentum, 20% Reputation, and 10% Interest weights.

Torch Liquidation Agent Advanced Features

  • Multi-mode operation allowing for read-only dashboards, automated bots, or personal loan watchers.
  • Integrated linear regression analysis for collateral price momentum tracking over time.
  • Native SAID Protocol integration for building portable agent reputation and borrower profiling.
  • Permissionless liquidation execution with built-in profitability filtering using the MIN_PROFIT_SOL setting.
  • Extensible programmatic API for building custom Solana DeFi monitoring tools using Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*