Infrastructure for the 1-Sat Internet

Create anything.
Tokenize it on one sat.

OrdinalSource gives businesses and developers the APIs to create, fund, index, escrow, transfer, and resolve 1-sat digital assets — without forcing customers to touch crypto.

Explore the Platform →
API-key access Platform-funded sats Escrow by default Batch issuance
// Create a tokenized object
POST /api/v1/inscriptions
x-api-key: <your key>

{
  "content": "New Life — Collector Edition",
  "contentType": "text/plain",
  "metadata": {
    "artist": "Example Artist",
    "access": "holder-only"
  }
}

// No owner given? OrdinalSource escrows it.

201 CREATED
{
  "txid": "ee3ddfc55f76e511...",
  "fee": 29,
  "records": [{
    "uuid": "54e534a4-7aec-43cf...",
    "outpoint": "ee3ddfc5..._0",
    "owner": "12HwtfV3kHAVwRkBU8...",
    "status": "broadcast"
  }]
}
One infrastructure layer

Issuance, custody, indexing, transfer.

Build the experience your customers see. OrdinalSource handles the blockchain complexity underneath it.

Keyed Access

Every issuance and custody call is authenticated per account, and each asset records the key that created it.

Platform-Funded Sats

OrdinalSource supplies the satoshi and funds the on-chain transaction, so your users never hold coins.

Smart Escrow

Provide an owner address at creation, or let OrdinalSource securely hold the asset until transfer.

Universal Index

Every OrdinalSource-created ordinal is resolvable by id, transaction, or owner through a consistent API.

Simple lifecycle

Mint now. Assign now — or later.

01Connect

Provision an API key for the account or organization.

02Create

Submit media, metadata, hashes, rights, or application data.

03Fund

OrdinalSource funds the network cost from its own platform balance.

04Own / Escrow

Send directly to a receiver address or hold in platform escrow.

05Resolve + Transfer

Query, verify ownership, claim, transfer, and integrate anywhere.

Developer API

One API. Many tokenized experiences.

Keep blockchain mechanics behind clean endpoints your applications already understand.

CreateIssue a single ordinal or a batch in one transaction.
ResolveLook assets up by uuid, transaction id, or owner address.
TransferMove escrowed assets to verified owners when ready.
VerifyCheck issuer, holder, content hash, status, and history.
Built for anything

Media is only the beginning.

OrdinalSource provides primitives. Your application decides what the ordinal means.

Media

Music + Video

Token-gated releases, downloads, memberships, exclusive content, and collectible editions.

type: media
access: holder-only
Collectibles

Physical + Digital Twins

Connect NFC/RFID or QR-enabled physical assets to a persistent tokenized record.

type: collectible
claim: pending
Proof

Provenance + Certificates

Represent authenticity, inspection, provenance, process, authorship, or audit records.

type: attestation
hash: sha256:...
Commerce

Tickets + Access

Issue redeemable passes, event access, loyalty credentials, memberships, and entitlements.

type: access
redeemed: false
Software

AI + Digital Objects

Tokenize outputs, licenses, model artifacts, datasets, workflows, or application objects.

type: digital-object
issuer: verified
Platforms

Embedded Infrastructure

Let marketplaces and SaaS products add 1-sat assets behind their existing UX.

mode: api-managed
billing: usd
● Developer Access

Build on one sat.

OrdinalSource handles satoshi inventory, issuance funding, custody, indexing, and delivery. Designed for single assets, batches, and embedded enterprise workflows. USD billing via StripeComing soon