Skip to content

feat: add Bitcoin Fee Oracle specialized agent#214

Open
Bortlesboat wants to merge 2 commits intomsitarzewski:mainfrom
Bortlesboat:main
Open

feat: add Bitcoin Fee Oracle specialized agent#214
Bortlesboat wants to merge 2 commits intomsitarzewski:mainfrom
Bortlesboat:main

Conversation

@Bortlesboat
Copy link

Summary

  • Adds specialized/bitcoin-fee-oracle.md — a specialized agent for Bitcoin mempool analysis, fee estimation, and transaction cost optimization
  • Expert in fee rate tiers (economy/normal/fast/priority), CPFP/RBF fee bumping, batching ROI, and mempool regime classification
  • Includes working Python code for: live fee reports, vbyte-precise cost calculators (P2PKH 148 vB, P2WPKH 68 vB, P2TR 57.5 vB), CPFP child fee math with ancestor package constraints, batching ROI analysis (~81.5% savings for 50-recipient batches), and RBF bump compliance with BIP 125 Rule 4

Why this fits

Bitcoin fee optimization is a high-value niche in the agent space — every exchange, wallet, and Lightning node operator needs it, and the math is non-trivial. The Fee Oracle fills a gap between the existing blockchain-security-auditor.md (which is audit-focused) and day-to-day operational needs.

Format

Follows the exact structure of existing specialized agents with YAML frontmatter, emoji-prefixed sections, embedded code examples, and the full Identity → Mission → Rules → Deliverables → Workflow → Style → Metrics → Advanced layout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant