yield-hunter

Monitor sBTC wallet balances and deposit surplus to Zest Protocol.

9|43|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/aibtcdev/skills --skill yield-hunter-aibtcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yield-hunter
Source: https://github.com/aibtcdev/skills/tree/main/yield-hunter
Command: npx skills add https://github.com/aibtcdev/skills --skill yield-hunter-aibtcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of earning yield on sBTC by monitoring a wallet and depositing surplus to Zest Protocol when conditions are met, reducing manual management and gas overhead.

Core Features & Use Cases

  • Autonomous monitoring of sBTC balances on mainnet.
  • Conditional deposits to Zest Protocol based on threshold and reserve.
  • Persistent state and lifecycle via CLI commands (start/stop/status/configure).

Quick Start

Run bun run yield-hunter/yield-hunter.ts start to begin automated yield hunting for sBTC on mainnet.

Frequently Asked Questions about yield-hunter

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

FAQPage Schema
How do I automate sBTC yield farming on mainnet?

To automate sBTC yield farming, this Skill monitors your wallet balance and autonomously deposits surplus sBTC to Zest Protocol when predefined thresholds are met. You simply start the daemon to begin automated yield generation.

What is autonomous sBTC yield hunting and how does it work?

Autonomous sBTC yield hunting is the process of automatically monitoring a mainnet wallet and depositing surplus sBTC into Zest Protocol. The daemon fetches APY data via the Hiro API and deposits funds when balance thresholds are exceeded.

Do I need an unlocked wallet and STX to use Zest Protocol automation?

Yes, you need an unlocked mainnet wallet with STX for transaction fees to use Zest Protocol automation. The Skill requires access to this wallet and makes Hiro API calls to fetch current APY rates for deposits.

How do I configure deposit thresholds and check status for sBTC yield automation?

You can configure deposit thresholds and check status using the configure and status CLI workflows. The daemon persists its state locally at ~/.aibtc/yield-hunter-state.json, allowing you to start, stop, and monitor autonomous operations.

Can I use yield-hunter on testnet or without STX for gas fees?

No, yield-hunter is designed for mainnet use and requires an unlocked wallet with STX for fees. It automates deposits to Zest Protocol on mainnet, so testnet usage or lacking STX for gas will prevent successful execution.