1---2name: ordinals3description: ord index, block explorer, wallet, inscriptions, and runes for Bitcoin Ordinals.4---56> Skill based on ord (Ordinals) from sources/ordinals (docs/ and repo root), generated 2026-02-24. Docs: `sources/ordinals/docs/src/`, [docs.ordinals.com](https://docs.ordinals.com).78ord is an index, block explorer, and CLI wallet for Bitcoin Ordinals. It tracks sat locations via Bitcoin Core (with `-txindex`), serves inscriptions and explorer UI, and provides wallet subcommands for inscribing and sat-aware sends. It supports inscriptions (digital artifacts on sats), recursion, runes (fungible tokens), and a JSON API.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| Ordinal theory | Ordinal numbers, transfer, satpoint, notation, rarity | [core-ordinal-theory](references/core-ordinal-theory.md) |15| Overview | ord index, explorer, wallet; Bitcoin Core, syncing, RPC auth | [core-overview](references/core-overview.md) |16| Settings | Config precedence, ord.yaml, hidden inscriptions | [core-settings](references/core-settings.md) |1718## Features1920### Inscriptions2122| Topic | Description | Reference |23|-------|-------------|-----------|24| Inscriptions | Inscribing, content types, metadata, properties, burning | [features-inscriptions](references/features-inscriptions.md) |25| Recursion | Recursive endpoints, /content/, /r/*, backwards compat | [features-inscriptions-recursion](references/features-inscriptions-recursion.md) |26| Delegate and pointer | Pointer (target sat), delegate (serve another’s content) | [features-inscriptions-delegate-pointer](references/features-inscriptions-delegate-pointer.md) |2728### Runes2930| Topic | Description | Reference |31|-------|-------------|-----------|32| Runes | Etching, minting, transferring, edicts, cenotaphs | [features-runes](references/features-runes.md) |33| Runestone encoding | OP_RETURN OP_13, LEB128, message format, edict deltas | [features-runes-specification](references/features-runes-specification.md) |3435### Wallet and API3637| Topic | Description | Reference |38|-------|-------------|-----------|39| Wallet | ord wallet subcommands, Bitcoin Core, batch inscribe | [features-wallet](references/features-wallet.md) |40| JSON API | Accept: application/json, main endpoints, index flags | [features-api](references/features-api.md) |41| Server security | XSS, spoofing, untrusted content, hiding content | [features-server-security](references/features-server-security.md) |4243## Best Practices4445| Topic | Description | Reference |46|-------|-------------|-----------|47| Reindexing | When and how to delete index.redb and reindex | [best-practices-reindexing](references/best-practices-reindexing.md) |48| Batch inscribing | Batch YAML, parent, pointer, collections | [best-practices-batch-inscribing](references/best-practices-batch-inscribing.md) |4950## External Links5152- [Ordinals docs](https://docs.ordinals.com)53- [ord GitHub](https://github.com/ordinals/ord)54- [Ordinal theory BIP](https://github.com/ordinals/ord/blob/master/bip.mediawiki)