Trump Casascius

First-Recorded Inscription on Trump Casascius sats

Document date: 2026-01-17T16:00:00Z

Status: Final, first-recorded designation

First inscription = minimum inscription_number under ord sat indexing among inscriptions whose sat is within the declared range.

Abstract Orientation

This document records the first inscription on the exotic satoshi range derived from Bitcoin chain data and the publicly circulated (“leaked”) Bitcoin address linked to the Casascius Bitcoin physical artifact given to Donald J. Trump at Bitcoin 2024 in Nashville. The satoshi range exists as a protocol fact verifiable from blockchain data under ord sat indexing. This record documents the historical pathway by which the range became publicly identifiable and provides a reproducible methodology for independent verification. It further records a scan result confirming that no inscriptions precede inscription number 81185349 within the declared range under ord sat indexing.

Physical → On-Chain Link Context

The image below documents the Casascius Bitcoin given to Donald J. Trump on July 27, 2024 by David Bailey. The coin shows the firstbits prefix 1AgCVM56, a human-readable identifier that resolves to the Bitcoin address 1AgCVM56d4pfpHgJe9Nnficd3PEFr8ewaD. This physical-to-on-chain linkage enabled public identification of the satoshi range associated with the 2013 funding output.

2013 Casascius 1 BTC coin showing firstbits prefix 1AgCVM56

Format: WEBP. SHA-256: 076c71d48314a9d8ba34f448de782e3918ebf4fe638e75ad4d99f285d7cd19ee

Firstbits Resolution Record Context

Resolution of firstbits prefix 1AgCVM56 to the full Bitcoin address is supported by standard firstbits resolution methods and corroborated by transaction history associated with the address.

The image below documents third-party resolution of the firstbits prefix to the full Bitcoin address and is included as corroborating evidence.

Firstbits resolution to address 1AgCVM56d4pfpHgJe9Nnficd3PEFr8ewaD

Format: PNG. SHA-256: 2e39f8ce320642aed8b5af7cfeb1fc222f42d5c143974500a42aa3cc1a6201ee

Historical Context Context

Casascius physical Bitcoins are early physical representations of Bitcoin and are historically associated with early custody and public engagement with the protocol. On August 7, 2013, address 1AgCVM56d4pfpHgJe9Nnficd3PEFr8ewaD received 1 BTC in transaction 72bec59c7649d4527d8d7848ebc36840c89f5d36d18db9a91afd34d800826722. This address was associated with a 2013 Casascius 1 BTC physical Bitcoin. On July 27, 2024, at Bitcoin 2024 in Nashville, Tennessee, the coin was given to Donald J. Trump. The coin displayed firstbits prefix 1AgCVM56, and subsequent publication of images resolving that prefix to the full Bitcoin address made the associated satoshi range publicly identifiable. On October 16, 2024, the coin was opened and the funds were spent.

Declarations Protocol

This designation records the first documented and inscribed identification of this satoshi range, not the creation or uniqueness of the satoshis themselves.

Verification Overview Protocol

The now exotic satoshi range and first inscription on it are verifiable using Bitcoin chain data and the ord reference implementation with sat indexing enabled. The satoshi range for the Trump Casascius sats is derived from the output data of the original 2013 transaction moving 1 BTC into the Casascius Bitcoin. The first inscription on the Trump Casascius satoshi range is determined by scanning ord’s indexed inscriptions for the minimum inscription number whose satoshi falls within the defined range. All protocol facts can be reproduced independently by syncing a Bitcoin node, running ord with sat indexing enabled, and querying the relevant outputs and inscriptions.

Verification Commands Protocol

To verify the satoshi range, query the original 2013 output before it was spent. The outpoint is 72bec59c7649d4527d8d7848ebc36840c89f5d36d18db9a91afd34d800826722:338. This output was spent on October 16, 2024.

Port note: the sat range commands below assume a pinned ord-server at http://127.0.0.1:18083 (height-limited to a block before the spend, with --index-sats). The inscription command assumes an ord-server at http://127.0.0.1:8083 (port is an example; use whichever ord-server you run that serves /inscription/<number>).

Requirements:

  1. Bitcoin Core node synced to at least block height 877350
  2. ord indexer with sat indexing enabled (--index-sats or sat_index=true)
  3. ord index pinned to a block height before the Casascius Bitcoin was spent (example: height-limit 865940)

Command to verify pinned ord status and sat ranges:

curl -fsS -H 'Accept: application/json' \
  "http://127.0.0.1:18083/status" | \
  jq '{height,sat_index,transaction_index,inscription_index}'
curl -fsS -H 'Accept: application/json' \
  "http://127.0.0.1:18083/output/72bec59c7649d4527d8d7848ebc36840c89f5d36d18db9a91afd34d800826722:338" | \
  jq '.sat_ranges'

Command to verify the first inscription:

curl -fsS -H 'Accept: application/json' \
  "http://127.0.0.1:8083/inscription/81185349" | \
  jq '{"number": .number, "sat": .sat, "height": .height}'

Full Satoshi Range Protocol

Protocol Record: The satoshi range 215041381749581 to 215041481749580 is derived from Bitcoin chain data using the ord reference implementation with sat indexing enabled. This range corresponds to satoshis assigned to output 72bec59c7649d4527d8d7848ebc36840c89f5d36d18db9a91afd34d800826722:338 (value 1 BTC) from block height 250630 until the output was spent on October 16, 2024.

For reproducibility, the ord sat range snapshot for this outpoint is included below. If an ord index at chain tip returns sat_ranges=null for this historical output, reproduce by querying from an ord index pinned to a height prior to the 2024-10-16 spend.

Chain Evidence Protocol

Ord UTXO Snapshot (Sat Ranges)

The following JSON output is from the ord-server endpoint /output/<txid>:<vout> for the original 2013 1 BTC output to 1AgCVM56d4pfpHgJe9Nnficd3PEFr8ewaD.

Note: ord reports satoshi ranges as half-open intervals [start, end). The range [215041381749581, 215041481749581) corresponds to an inclusive end of 215041481749580.

Show ord output JSON for the original 1 BTC outpoint
{
  "address": "1AgCVM56d4pfpHgJe9Nnficd3PEFr8ewaD",
  "confirmations": 681106,
  "indexed": true,
  "inscriptions": null,
  "outpoint": "72bec59c7649d4527d8d7848ebc36840c89f5d36d18db9a91afd34d800826722:338",
  "runes": null,
  "sat_ranges": [
    [
      215041381749581,
      215041481749581
    ]
  ],
  "script_pubkey": "76a9146a22f1e2e4e8c0c976c502440bf9ef9148d4563288ac",
  "spent": true,
  "transaction": "72bec59c7649d4527d8d7848ebc36840c89f5d36d18db9a91afd34d800826722",
  "value": 100000000
}

Pinned Ord Index Capture Metadata

The following JSON records the pinned ord index configuration and the captured sat_ranges for the funding outpoint at height-limit 865940 (ord server port 18083), synced to a block height before the Casascius Bitcoin was spent.

Show pinned ord capture metadata JSON
{
  "captured_at_local": "2026-01-10 17:42 (timezone not recorded)",
  "outpoint": "72bec59c7649d4527d8d7848ebc36840c89f5d36d18db9a91afd34d800826722:338",
  "pinned_ord": {
    "data_dir": "/var/lib/ord-casascius-preopen-865940",
    "height_limit": 865940,
    "http_port": 18083,
    "indexing": {
      "inscription_index": false,
      "sat_index": true,
      "transaction_index": true
    },
    "status_at_capture": {
      "height": 865939
    }
  },
  "sat_ranges": [
    [
      215041381749581,
      215041481749581
    ]
  ]
}

Derivation Methodology (Protocol)

Show step-by-step derivation methodology
# Trump Casascius sats: sat-range derivation (protocol, reproducible)

This document records the protocol methodology used to derive the satoshi range and determine the first inscription within that range under ord sat indexing. Historical narrative and external source pointers are recorded separately in the proof document’s Archived Sources section.

## Scope (protocol)

### Declaration A (range)
There exists a sat range:
- TRUMP_START = 215041381749581
- TRUMP_END_INCLUSIVE = 215041481749580

Definition:
- Trump Casascius sats are sats \(S\) such that \(TRUMP_START \le S \le TRUMP_END_INCLUSIVE\).

### Declaration B (first inscription)
The first inscription on any sat in that range (under ord sat indexing) is:
- inscription number: 81185349
- ord id: 640b86a0365e2b1e4462323c2755d587354ae6a498b7061df02938c648aa6690i0
- sat: 215041436182123
- satpoint: d3fd5ce4c593bc1a73d85a948e5ef330b39dbf3dbd6f6d3cfe0f0ba7c8fc28bd:0:0

## Preconditions (reproducible)
- A fully synced Bitcoin Core node.
- `ord` built and running with sat indexing enabled (`--index-sats` / `sat_index=true`).
- For historical outputs, you may need an ord index pinned to a height prior to the 2024-10-16 spend to obtain non-null `sat_ranges` for the outpoint.

## Step 1: Identify the on-chain reference (outpoint)
Use the funding outpoint:
- outpoint: 72bec59c7649d4527d8d7848ebc36840c89f5d36d18db9a91afd34d800826722:338
- funding block height: 250630
- value: 100,000,000 sats (1 BTC)

## Step 2: Derive sat ranges for the outpoint (ord)
Query the ord-server endpoint for the outpoint:

```
curl -fsS -H 'Accept: application/json' \
  "http://127.0.0.1:18083/output/72bec59c7649d4527d8d7848ebc36840c89f5d36d18db9a91afd34d800826722:338" | \
  jq '.sat_ranges'
```

Port note:
- This query assumes a pinned ord-server at `http://127.0.0.1:18083` (height-limited to a block before the 2024-10-16 spend, with `--index-sats`). If your pinned ord-server uses a different host/port, replace it here.

Interpretation:
- expected range: \([215041381749581, 215041481749581)\), which corresponds to inclusive end 215041481749580.
- this establishes the full 1 BTC satoshi interval associated with the original funding output.

## Step 3: Verify the first inscription record (ord)
Query the inscription record:

```
curl -fsS -H 'Accept: application/json' \
  "http://127.0.0.1:8083/inscription/81185349" | \
  jq '{number,id,sat,satpoint,height,timestamp}'
```

Confirm:
- `sat` is within \([TRUMP_START, TRUMP_END_INCLUSIVE]\).

## Step 4: Confirm “no prior inscriptions” (scan procedure)
Perform a complete scan procedure over ord’s indexed inscriptions and confirm:
- the minimum inscription number whose `sat` falls within the defined range is 81185349, and
- the scan first-hit record (hit_index=1) records this result.

The proof document’s Index Scan Confirmation section records the scan first-hit record (`trump_hits_first.jsonl`) and the corresponding SHA-256 checksum manifest (`SHA256SUMS_SCAN`).

First Inscription Record Protocol

Protocol Record: The first inscription on the Trump Casascius satoshi range is inscription number 81185349, recorded at block height 877351, timestamp 1735750795 (Unix) / 2025-01-01T16:59:55Z (UTC), on satoshi 215041436182123.

No inscriptions are recorded on any satoshi within the declared exotic range prior to inscription number 81185349 under ord sat indexing.

Ord Inscription Snapshot

The following JSON snapshot records the first inscription under ord sat indexing.

{
  "content_length": 109264,
  "content_type": "image/jpeg",
  "height": 877351,
  "id": "640b86a0365e2b1e4462323c2755d587354ae6a498b7061df02938c648aa6690i0",
  "number": 81185349,
  "sat": 215041436182123,
  "satpoint": "d3fd5ce4c593bc1a73d85a948e5ef330b39dbf3dbd6f6d3cfe0f0ba7c8fc28bd:0:0",
  "timestamp": 1735750795
}

Index Scan Confirmation

A complete scan procedure over an ord inscription index for sats within the declared range produces hit_index=1 at inscription number 81185349. This document records the resulting first-hit record as evidence/trump_casascius/server_exports/trump_hits_first.jsonl with SHA-256 c002c48517b5ee90450d532a27c4c7397c625abfae1ddf54a60e9a9e1af7e59d.

Show scan dataset first hit (hit_index=1)
{"category":"trump_casascius","height":877351,"hit_index":1,"inscription_id":"640b86a0365e2b1e4462323c2755d587354ae6a498b7061df02938c648aa6690i0","inscription_number":81185349,"sat":215041436182123,"sequence_number":81657392,"timestamp":1735750795}
Show scan artifact SHA256SUMS
c002c48517b5ee90450d532a27c4c7397c625abfae1ddf54a60e9a9e1af7e59d  trump_hits_first.jsonl
How to reproduce this scan result
Inputs:
- A local ord index with inscriptions indexed and sat indexing enabled (ord reference implementation).
- The ord index database file (index.redb) from that index.

Reference implementation:
- (optional) https://github.com/missingpurpose/rarerankd/tree/trumpfind-hits

Expected verification:
- The scan first-hit record should show hit_index=1 at inscription_number=81185349 for this range.

Integrity & Preservation Integrity

Document Integrity

SHA-256 hashes of all source inputs:

Show SHA-256 hashes
{
  "archives_json": "474fcb47a3110268e3451bd3885458db373376b9efe27d7c5d861b30b4492b6e",
  "casascius_1btc_output_json": "268dcf87df5a2a3298b95a0139dba0f4d0cf2b516c0d156044a5d21fb4d55c2e",
  "first_json": "1f8de3e8ab5be72417c53ffdecbbb0bdd7d6cd165bbeed53168fd76bcf7b1983",
  "firstbits_wallet_explorer_png": "2e39f8ce320642aed8b5af7cfeb1fc222f42d5c143974500a42aa3cc1a6201ee",
  "hits_first_jsonl": "c002c48517b5ee90450d532a27c4c7397c625abfae1ddf54a60e9a9e1af7e59d",
  "hits_scan_sha256sums": "47f5dc6029f68762d17f99cab06087fc0b8dee378d37a81b8d6fca8e0448c54b",
  "key_image_webp": "076c71d48314a9d8ba34f448de782e3918ebf4fe638e75ad4d99f285d7cd19ee",
  "ord_first_json": "5b6f44b48eb047eedd8151e188c7362b5169dcf1b99a01d00e3b5bfedcbe4776",
  "ord_pinned_output_meta_json": "3fb6965bc1ee9745148b10fbf9d616de45e3c6ff1d6a35c486656797315e810a",
  "range_derivation_md": "cad940f2d7e562dd1490c429907965984830ddd54f956720b82b2b2976e7cab0"
}

Archived Sources Archive

Archived sources document how the range became publicly identifiable. The embedded image captures provide a stable visual record.

Archived materials are provided for historical completeness and are not required to reproduce any protocol fact stated in this document.

Recorded interview context (summary): In an interview on the Bitcoin Takeover Podcast, David Bailey states that he gave the Casascius coin to Donald J. Trump and that it was not presented on stage due someone sneaking into the venue leading to a delay in event operations and security procedures. He further states that partial obscuring of the address on the coin contributed to later circulation of the address.

Source: https://podscan.fm/podcasts/bitcoin-takeover-podcast/episodes/s16-e63-david-bailey-on-nakamoto-btc-media-amp-the-bull-market

Show archives.json
{
  "created_local": "2026-01-11",
  "links": [
    {
      "archive_today": "https://archive.ph/EICeQ",
      "label": "David Bailey gift photo tweet (coin presented to Trump; identifier blurred)",
      "notes": "Shows the Casascius coin gift framing; does not reveal the address.",
      "url": "https://x.com/davidfbailey/status/1814431738568851664?s=46"
    },
    {
      "archive_today": "https://archive.ph/dlwIW",
      "label": "David Bailey follow-up tweet (credits @MoonSlanted for helping get the coin to Trump)",
      "notes": "Follow-up attribution/context.",
      "url": "https://x.com/davidfbailey/status/1818062106484474178?s=46"
    },
    {
      "archive_today": "https://archive.ph/5KazJ",
      "label": "Conference attendee holding the Casascius coin",
      "notes": "Additional corroborating imagery.",
      "url": "https://x.com/eahonen/status/1827844647969861950?s=46"
    },
    {
      "archive_today": "https://archive.ph/l8IMb",
      "label": "Binance Square post about the Casascius coin gift / context",
      "notes": "Secondary write-up corroborating the gifting event context.",
      "url": "https://www.binance.com/en/square/post/11436593323762"
    },
    {
      "archive_today": "https://archive.ph/bYIIE",
      "label": "Pledditor thread about leaked Trump Bitcoin address (from Casascius coin)",
      "notes": "Part 1 of thread.",
      "url": "https://x.com/pledditor/status/1852511446946419174?s=46"
    },
    {
      "archive_today": "https://archive.ph/SsSzP",
      "label": "Pledditor thread about leaked Trump Bitcoin address (from Casascius coin)",
      "notes": "Part 2 of thread.",
      "url": "https://x.com/pledditor/status/1852511450000179373?s=46"
    },
    {
      "archive_today": "https://archive.ph/3l7tZ",
      "label": "Pledditor thread about leaked Trump Bitcoin address (from Casascius coin)",
      "notes": "Part 3 of thread.",
      "url": "https://x.com/pledditor/status/1852511453195948390?s=46"
    },
    {
      "archive_today": "https://archive.ph/QOwPR",
      "label": "NYPost article (Bitcoin Conference / Trump context; referenced for provenance timeline)",
      "notes": "Mainstream press reference anchoring the Nashville conference timeline.",
      "url": "https://nypost.com/2024/07/29/business/crypto-shares-surge-after-trump-emerges-as-the-crypto-candidate-at-worlds-largest-bitcoin-conference/"
    },
    {
      "archive_today": "https://archive.ph/yY5ik",
      "label": "Casascius analyzer (address page referenced in provenance / verification)",
      "notes": "Third-party address page used for public verification context.",
      "url": "https://casascius.uberbills.com/?address=1AgCVM56d4pfpHgJe9Nnficd3PEFr8ewaD"
    },
    {
      "archive_today": null,
      "label": "mempool.space address page (public reference for address activity)",
      "notes": "Third-party address page used as an additional public reference.",
      "url": "https://mempool.space/address/1AgCVM56d4pfpHgJe9Nnficd3PEFr8ewaD"
    },
    {
      "archive_today": null,
      "label": "rarerankd scanner reference implementation (trumpfind-hits branch)",
      "notes": "Reference implementation for the complete scan procedure that yields the recorded first-hit scan artifact (trump_hits_first.jsonl) from an ord index.",
      "url": "https://github.com/missingpurpose/rarerankd/tree/trumpfind-hits"
    },
    {
      "archive_today": "https://archive.ph/bKneK",
      "label": "Stacks Bowers Galleries press release (Aug 2024) referencing the 2013 1 BTC Casascius variety presented to Donald Trump by David Bailey at Bitcoin 2024 (Nashville)",
      "notes": "Auction-house press release corroborating the specific Casascius coin variety and the gifting context.",
      "url": "https://stacksbowers.com/sbpressreleases/over-2-7-million-in-physical-bitcoin-presented-in-the-stacks-bowers-galleries-august-2024-auction/"
    },
    {
      "archive_today": null,
      "label": "Bitcoin.com article (Bitcoin 2024 / Trump remarks; includes secondary mention of the Casascius gift context)",
      "notes": "Archiving this page can be visually unreliable due to late-loading ad overlays that cover text in some snapshots. Prefer a local PDF/screenshot capture for durable quotation, and keep this URL as a reference.",
      "url": "https://news.bitcoin.com/trump-at-bitcoin-2024-vows-to-make-us-the-bitcoin-superpower-plans-to-fire-sec-chair-gensler/"
    }
  ],
  "recommended_redundancy": {
    "archive_today": true,
    "local_pdf_or_png_capture": true
  },
  "topic": "Trump Casascius sats provenance (source archives)"
}

Statement of Self-Sufficiency

This document is inscribed on the Bitcoin blockchain as a reinscription on satoshi 215041436182123. All protocol facts recorded herein are reproducible using Bitcoin chain data and the ord reference implementation with sat indexing enabled. Contextual images and archived materials record how the relevant address and range became publicly identifiable through the Casascius artifact.