ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

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.

Why use this skill?

Automate Torch Market liquidations with this autonomous keeper. Securely monitor LTV ratios, execute trades via vaults, and earn 10% collateral bonuses.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mrsirg97-rgb/torchliquidationbot
Or

What This Skill Does

The torch-liquidation-bot is an autonomous keeper designed for the Torch Market on Solana. It continuously monitors all migrated tokens to identify loan positions that have become under-collateralized (LTV > 65%). When an underwater position is detected, the bot automatically triggers a liquidation process, executing the trade through a user-controlled vault. By doing so, the bot captures a 10% collateral bonus, which is routed directly back to the user's vault ATA (Associated Token Account). The bot utilizes the torchsdk v3.2.3 and operates with an ephemeral, in-process keypair that holds no assets, ensuring the security of the user's principal funds.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/mrsirg97-rgb/torchliquidationbot

Before running the bot, ensure you have initialized a Torch Vault. On the initial startup, the agent will generate a disposable keypair and verify if it is linked to your vault. If the agent is not yet linked, the bot will display an instruction with an SDK call that you must sign using your authority wallet (e.g., Ledger or Phantom) to establish the connection.

Use Cases

  • Automated Yield Generation: Liquidate unhealthy positions to capture the 10% collateral bonus, boosting the ROI of your Torch Vault.
  • Market Health Maintenance: Participate in the stabilization of the Torch Market by ensuring under-collateralized loans are cleared effectively.
  • Passive Liquidation: Eliminate the need to manually monitor market conditions or token health, allowing the agent to handle 24/7 scanning and transaction execution.

Example Prompts

  1. "Initialize the torch-liquidation-bot and begin scanning for liquidatable positions in the current market."
  2. "What is the current status of my vault and has the liquidation bot successfully executed any trades today?"
  3. "Check the current SCAN_INTERVAL_MS configuration for my torch-liquidation-bot and update it to 30 seconds."

Tips & Limitations

  • Security: Always maintain the security of your authority wallet. The agent keypair is ephemeral and requires no persistent private key files, but it must be explicitly linked to your vault to perform transactions.
  • Vault Funding: Ensure your vault has sufficient SOL balance to cover the transaction costs and the collateral buy-in for liquidations.
  • Market Volatility: During periods of high volatility, liquidation opportunities may appear rapidly; ensure your bot is running in a reliable environment to maintain continuous connectivity to the Solana RPC nodes.

Metadata

Stars1401
Views1
Updated2026-02-24
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mrsirg97-rgb-torchliquidationbot": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#defi#liquidation#trading#automation
Safety Score: 4/5

Flags: network-access, external-api

Related Skills

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.

mrsirg97-rgb 1401

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.

mrsirg97-rgb 1401

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.

mrsirg97-rgb 1335

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.

mrsirg97-rgb 1335