ordinals-p2p

Manage peer-to-peer Bitcoin Ordinals trades via the ledger.drx4.xyz ledger.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander, @noble/curves, @noble/hashes.

What problem does it solve?

Enables agent-to-agent trading of Bitcoin Ordinals inscriptions by leveraging a public trade ledger, allowing offers, counters, transfers, and PSBT swaps with cryptographic authentication.

Core Features & Use Cases

  • List and inspect trades on the public ledger using list-trades and get-trade
  • Create offers, counters, transfers, and PSBT swaps, with wallet-backed signatures
  • Support discovery and reconciliation through my-trades and agents views

Quick Start

Run the ordinals-p2p CLI with a suitable subcommand to begin trading and exploring inscriptions.

Frequently Asked Questions about ordinals-p2p

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

FAQPage Schema
How do I trade Bitcoin Ordinals peer-to-peer using a public ledger?

To trade Ordinals peer-to-peer, you interact with a public trade ledger to list, counter, transfer, and review inscriptions. The process uses CLI subcommands like create-offer and transfer, with write operations authenticated via BIP-137 signatures.

What is a PSBT swap for Ordinals inscriptions?

A PSBT swap for Ordinals is a peer-to-peer transaction mechanism that allows secure inscription exchanges using partially signed Bitcoin transactions, authenticated and recorded through the public trade ledger.

Do I need a Bitcoin wallet with unlocked keys for BIP-137 signatures?

Yes, executing write operations on the trade ledger requires a wallet with unlocked Bitcoin keys to generate BIP-137 signatures, which cryptographically authenticate and secure your peer-to-peer trades.

How do I list and review my Ordinals trades across wallets?

You list and review Ordinals trades across wallets using the my-trades and agents subcommands. These commands query the public ledger to support discovery and reconciliation of your active and historical inscription trades.

Can I cancel an Ordinals offer on the public trade ledger?

Yes, you can cancel an Ordinals offer on the public trade ledger using the cancel subcommand. This write operation requires authentication via BIP-137 signatures from your unlocked Bitcoin wallet.

How does counter-offering work for Ordinals inscriptions?

Counter-offering works by submitting a counter subcommand to the public trade ledger, creating a new peer-to-peer proposal that is authenticated via BIP-137 signatures to facilitate negotiation between participating wallets.