ordiscan

Inscribe Bitcoin content by paying USDC on Base via the Ordiscan API.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/ordiscan/ordiscan-skill --skill ordiscan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ordiscan
Source: https://github.com/ordiscan/ordiscan-skill/tree/main
Command: npx skills add https://github.com/ordiscan/ordiscan-skill --skill ordiscan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires viem, and includes scripts (resource) components.

What problem does it solve?

This skill enables users to inscribe content on Bitcoin by paying with USDC on Base via the Ordiscan API, removing manual fiat/broadcast steps.

Core Features & Use Cases

  • Inscribe text, images, HTML, SVG, and other file types to Bitcoin with server-side handling of commit and reveal transactions.
  • Query Ordinals data such as inscriptions, addresses, tokens, and metadata to manage on-chain assets.

Quick Start

Inscribe your first piece of content on Bitcoin using the default signing flow.

Frequently Asked Questions about ordiscan

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

FAQPage Schema
How do I inscribe content on Bitcoin using USDC on Base?

You can inscribe content on Bitcoin using USDC on Base by automating inscription requests through the Ordiscan API. This Skill handles commit and reveal transactions server-side, requiring a Base USDC wallet and Node-based environments.

What do I need to query Ordinals data for Bitcoin inscriptions?

To query Ordinals data for Bitcoin inscriptions, you need access to the Ordiscan API endpoint. The Skill retrieves inscriptions, addresses, tokens, and metadata using either the X402_PRIVATE_KEY environment variable or an installed awal wallet.

Can I use the Ordiscan API with a Node-based environment?

Yes, the Ordiscan API works within Node-based environments to automate Bitcoin inscription requests. It supports both the signing script and the awal wallet payment modes for paying with USDC on Base.

Does this Skill support inscribing images and SVGs to the Bitcoin blockchain?

Yes, this Skill supports inscribing images, SVGs, text, and HTML to the Bitcoin blockchain. It automates the server-side handling of commit and reveal transactions for these file types using the Ordiscan API.

What is the difference between the signing script and awal wallet payment modes?

The signing script payment mode utilizes the X402_PRIVATE_KEY environment variable to authorize transactions, whereas the awal wallet mode requires an installed awal wallet. Both methods automate Bitcoin inscriptions by paying with USDC on Base via the Ordiscan API.