bitcoin-specialist

Provide Bitcoin Ordinals, Runes, BRC-20, and Rare Sats integration patterns for trading terminals.

4|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/0xjc65eth/CYPHER-V3 --skill bitcoin-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bitcoin-specialist
Source: https://github.com/0xjc65eth/CYPHER-V3/tree/main/skills/bitcoin-specialist
Command: npx skills add https://github.com/0xjc65eth/CYPHER-V3 --skill bitcoin-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides clear, production-ready guidance and operational patterns for integrating Bitcoin Ordinals, Runes, BRC-20 tokens, and Rare Sats into a trading terminal while enforcing mainnet-safe wallet and transaction practices to reduce integration risk.

Core Features & Use Cases

  • Ordinals & Inscriptions: How to query collections, fetch inscriptions by collection or address, and interpret inscription identifiers.
  • Runes & BRC-20: Patterns for indexing, minting detection, and market data retrieval across Hiro and UniSat.
  • Wallet Integration & Safe Transactions: Recommended wallet libraries, address validation, sats-level fee and dust checks, and guidance for using secure signing flows.
  • Production APIs & Cache Patterns: Concrete Hiro, UniSat, and OKX endpoints and recommended cache TTLs for price, floor, runes, and rare sats to balance freshness and rate limits.
  • Use Case Example: Connect a user wallet, validate the address, fetch that address's inscriptions and token balances, and display collection floor prices with appropriate caching and fee warnings.

Quick Start

Connect a wallet, validate the mainnet address, and fetch ordinals, runes, BRC-20 tokens and rare sats for the address to display balances and collection floors.

Frequently Asked Questions about bitcoin-specialist

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

FAQPage Schema
How do I integrate Bitcoin Ordinals and Runes into a trading terminal?

You integrate Bitcoin Ordinals and Runes by applying operational API patterns for wallet connection, address validation, and indexer queries using Hiro, UniSat, or OKX endpoints.

What is the best way to query BRC-20 token balances and collection floors?

The best way to query BRC-20 token balances and collection floor prices is by fetching data through Hiro and UniSat endpoints while enforcing explicit cache TTL policies to balance freshness and rate limits.

How do I construct safe transactions for Bitcoin Ordinals on mainnet?

Constructing safe transactions for Bitcoin Ordinals on mainnet requires strict address validation, sats-level fee and dust checks, and the use of secure wallet signing flows to reduce integration risk.

Does this approach work with OKX and UniSat APIs for rare sats data retrieval?

Yes, this approach works with OKX and UniSat APIs for rare sats data retrieval by applying concrete endpoint patterns and production caching logic to ensure reliable mainnet data flows.

Why do I need explicit cache TTL policies for Bitcoin wallet integration?

You need explicit cache TTL policies for Bitcoin wallet integration to balance data freshness with API rate limits, ensuring reliable retrieval of Ordinals, Runes, and BRC-20 market data.