check

Validate wallet status, trade execution, and bankroll synchronization for bot operations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Liquilab/Bottie --skill check-liquilab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/Liquilab/Bottie/tree/main/.claude/skills/check
Command: npx skills add https://github.com/Liquilab/Bottie --skill check-liquilab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies that the bot's activities consistently contribute to the goal of growing the bankroll toward $10,000 by validating wallet integrity, confirming trades are executed, and ensuring bankroll synchronization.

Core Features & Use Cases

  • Wallet integrity checks across the active wallets to ensure funds are where they should be.
  • Trade execution verification including recent fills, skips, and rejection reasons to detect derailed performance.
  • Bankroll synchronization validation to identify disparities between on-chain balances and the bot's internal accounting.
  • System health and readiness checks to guarantee services are reachable and responsive.
  • Step-by-step guidance for situational troubleshooting and user confirmation before changes.

Quick Start

Run the check workflow to verify current bot health and prepare a report for review with the user.

Frequently Asked Questions about check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify my trading bot's wallet integrity and bankroll synchronization?

To verify trading bot wallet integrity and bankroll synchronization, run a diagnostic check that compares on-chain balances against the bot's internal accounting to identify disparities and validate active wallet status.

Why does my trading bot skip or reject trades?

Trading bot trade skips and rejections are identified by analyzing recent fills and execution logs, allowing you to detect derailed performance and review concrete troubleshooting steps for remediation.

What is the best way to monitor system health for a crypto trading bot?

The best way to monitor crypto trading bot system health is to perform readiness checks that validate services are reachable and responsive, using logs and service statuses to drive operational decisions.

Can I detect on-chain balance disparities affecting my bot's bankroll?

Yes, you can detect on-chain balance disparities by running a bankroll synchronization validation workflow that confirms trades, deposits, and withdrawals align with the bot's internal accounting.

Do I need explicit confirmation before the bot check workflow applies remediation options?

Yes, explicit user confirmation is required before applying any remediation options, ensuring that data sources like on-chain balances and logs drive all decisions without automatic changes.