Getting your Trinity Audio player ready...

This post was first published on Medium.

Using Hash Time-Locked Contracts

As we have shown before, Ordinals can be seamlessly combined with bitcoin smart contracts. To further demonstrate the power and flexibility of combining them, we lock up an ordinal into a Hash Time-Locked Contract (HTLC) and atomically swap it with bitcoins, allowing trustless trading.

Atomic swap

To swap Ordinals and BSV, we just apply the same atomic swap protocol used to swap BSV and BTC, with two slight differences:

  1. Swap between assets on the same chain, instead of across two different chains. The protocol works the same since it relies on two hash locks having same PINs/preimages, regardless of the blockchains they are running on.
  2. Swap Ordinals tokens rather than native assets such as BTC or BSV.
Bob and Alice setup diagram
Setup

During setup, an ordinal is transferred to a HLTC, whose code we reproduce below.

HLTC contract

Due to its compatibility with Ordinals, the smart contract needs no change at all. It is the same contract as before. It locks up Ordinals, the same way as bitcoins, because both use UTXO model.

The rest of protocol execution is the same as swapping BSV and BTC.

Satoshi and Ordinals atomic swap
Swap

Here is a run for Ordinal #25883457:

Extension

It is straightforward to extend it to atomically swap other pair of assets, as long as they are on chains that support both HLTC and Ordinals, e.g.,

  • Ordinals <-> Ordinals: same chain or different chains
  • Ordinals on Bitcore Core <-> BTC
  • Ordinals on Bitcoin SV <-> BTC
  • Ordinals on Bitcoin Core <-> BSV.

Watch CoinGeek Roundtable Episode 7: 1Sat Ordinals on Bitcoin

Recommended for you

bOpen: Building the infrastructure for Web3’s agentic future
bOpen develops infrastructure for Web3, enabling user-owned data, cross-platform access, and secure on-chain systems for payments, identity, and trust.
March 25, 2026
Rúnar: Compiler making Bitcoin Script more enterprise-ready
The Rúnar compiler lets developers write enterprise smart contracts in five languages and compile them into Bitcoin Script for scalable...
March 17, 2026
Advertisement
Advertisement