Forked FelinesHouse Manual
Live product

Task guide

Verify a Feline

For: anyone holding, buying, or simply curious about a Forked Feline, with no trust in this site required. Goal: prove that the artwork shown for an edition is exactly the artwork the house committed to before it was inscribed.

Chain and networkBitcoin mainnet
Applies toAny confirmed edition
Product contractforked-felines.public-product/v5
CostsNothing. No wallet, no signature, no transaction
SafetyThis check is read-only. Nothing on this page asks for a wallet, a signature, a seed phrase, or a payment. If a page claiming to verify Felines asks for any of those, read What we will never ask

What you are proving

That three things agree:

  1. the bytes at the inscription on Bitcoin,
  2. the digest the house recorded before the Feline was reserved, and
  3. the picture you were shown.

If all three match, the artwork is what was committed to, and no server had to be believed to establish it. See Provenance for why the record is made before reservation rather than after inscription.

Prerequisites

  • A way to compute SHA-256. Every desktop operating system ships one, and the checker below does it inside your own browser.
  • The edition number, or the inscription ID, of the Feline you are checking.
  • Optionally your own Bitcoin node with an Ordinals index, if you would rather not fetch the bytes from the house at all.

Steps

  1. Open the Feline's page at forkedfelines.art/collection/<edition>. Note the artwork digest, the byte length, and the inscription ID.

  2. Get the artwork bytes. Either fetch them from your own node using the inscription ID, or download them from the public artwork endpoint:

    curl -s -o feline.svg \
      https://forkedfelines.art/api/v1/inscriptions/<inscriptionId>/content

    Fetching from your own node is the stronger check, because it removes the house from the loop entirely. That response also carries an x-content-sha256 header naming the digest of the body it just sent, which is useful for spotting a mangled download immediately:

    curl -sI \
      https://forkedfelines.art/api/v1/inscriptions/<inscriptionId>/content \
      | grep -i x-content-sha256

    A header is a convenience, not the proof. The proof is comparing your own hash with the digest printed on the Feline's card.

  3. Check the length. It must equal the byte length on the card exactly.

    wc -c feline.svg
  4. Hash the bytes and compare with the digest on the card, character for character.

    shasum -a 256 feline.svg

Expected result

The digest you computed equals the digest on the Feline's card, and the byte length matches. That is the whole proof. The artwork at that inscription is exactly what the house recorded before inscribing, and it cannot be changed afterwards by the house or by anyone else.

Check it here first

The checker below runs entirely inside your browser. Nothing you drop into it is uploaded, and it works the same on any file, so you can practise on a plate this site serves before checking a Feline of your own.

Common failure states

What you seeWhat it meansWhat to do
The digests differThe bytes you hashed are not the bytes that were committedRe-download without any transformation. A text editor that adds a trailing newline, or a shell that rewrites line endings, changes the bytes and therefore the digest
The byte length differsSame cause, and this is usually the faster tellCompare the length first; it localizes the problem immediately
The artwork endpoint returns 502The house could not verify the bytes from either source, so it refused to serve a guessYour Feline is unaffected; it is on Bitcoin. Fetch from your own node, or try again later. See Verified artwork
Your node has no such inscriptionThe inscription ID is wrong, or your node's index has not caught upRecheck the ID on the Feline's page, then let the index finish
The edition has no pageThat edition is not confirmed yetUnreleased editions publish no digest and no artwork, by design

Recovery path

Nothing in this check can damage anything: it reads bytes and computes a hash. If a digest genuinely does not match after you have ruled out a transformed download, that is a finding worth reporting. Use the private channel in Reporting a security problem, not a public issue.

Verifying membership, not just artwork

Proving the artwork is right is a different question from proving an edition belongs to the collection. The application contract defines a published manifest and per-edition Merkle proofs for that second question. Their availability on the live product is recorded in Public API, which was checked against the live product on the date printed there.

Where this page comes from

Owning repository
bitcoinuniverseio/forked-felines-docs
Source path
docs/collection/verify-a-feline.md
Page kind
Task guide
Chain and network
bitcoin mainnet
Lifecycle
stable
Product contract
forked-felines.public-product/v5, pricing forked-felines.community-remediation/v4
Facts last verified
against the live product contract
Built from
ddd283b3fa6f

Financial facts are never jokes here. Everything else is fair game. A collectible, not an investment.