Agent skill · software engineering · bankrbot

litcoin-miner

Mine, stake, claim, and manage LITCOIN end-to-end through Bankr. Hosted mining via @bankrbot: 'start a research miner for me' deploys a server-side Sentinel that uses the Bankr key as the LLM key against llm.bankr.bot, so no other AI provider is needed. Stake at one of four tiers (Spark, Circuit, Conduit, Architect), claim accumulated rewards, delegate LITCOIN to one of six Nen archetype boost pools, opt into the miner boost program, open vaults, mint LITCREDIT, manage mining guilds, check or fund the compute escrow, become a LITCOIN X compute provider, or interact with the LITCOIN DeFi protocol on Base.

Why this skill is useful

Adds a complete Python SDK for mining and managing LITCOIN with executable scripts for both comprehension and research mining that leverage AI capabilities.

What it needs

Requires litcoin, pip, python installed locally. Requires bankr account access. About 10k tokens when loaded. Last updated 2026-08-06. 1,172 stars on the source repository.

What this skill does

LITCOIN Miner Mine $LITCOIN on Base (chain 8453) using the Python SDK. Two mining paths: comprehension mining (no LLM needed) and research mining (LLM generates optimized code, tested in sandbox, verified on-chain). Requirements: Python 3.9+, a Bankr API key from bankr.bot/api-keys with agent write access enabled, and a small amount of ETH on Base for gas. Install Quick Start — Comprehension Mining No LLM or AI key needed. The SDK's deterministic solver parses documents without LLM calls. Quick Start — Research Mining Requires an AI API key. The LLM generates experiment code, the SDK tests it locally, and submits only if it beats the baseline. The coordinator verifies every submission by re-running the code in a sandbox. Using Bankr LLM (no extra API key) Your Bankr key doubles as an LLM API key: Bankr X Bot (@bankrbot) Integration Every Python SDK call above maps to a coordinator endpoint at https://api.litcoin.app/v1/bankr/. Bankr's @bankrbot on X is wired into this surface, so a Bankr user can do the entire LITCOIN flywheel from X with plain-language requests like: "claim my litcoin rewards" "stake 5M litcoin into tier 2" "upgrade my stake to architect" "add 10M to my stake" "open a usdc vault with 1000" "mint 500 litcredit from vault 7" "delegate 100% of my stake to manipulator" "opt me into the conjurer boost pool" "join guild 1 with 5M" "deposit 100 litcredit into compute escrow" Bankr resolves the user's wallet from their bk key, the coordinator builds the calldata, Bankr signs and submits the tx on Base. No private key ever touches the coordinator. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills bankrbot/litcoin

View the source on GitHub

Browse the @skills marketplace