--- language: - en license: cc0-1.0 tags: - bitcoin - counterparty - xcp - blockchain - crypto - nft - tokens - web3 pretty_name: Counterparty (XCP) Assets size_categories: - 100K 0] print(f"{len(subassets)} subassets") # Find non-divisible (NFT-style) assets with descriptions nfts = df[(df["divisible"] == False) & (df["description"].str.len() > 0)] print(f"{len(nfts)} NFT-style assets") # Earliest assets (Counterparty genesis era) early = df.sort_values("block_index").head(20) print(early[["asset", "block_index", "source"]]) ``` ## Notable Assets Some historically significant Counterparty assets: - **PEPECASH** — The Rare Pepe ecosystem's trading currency - **RAREPEPE** — Iconic early Bitcoin NFT project - **SJCX** — Storj token (migrated to ERC-20 later) - **BITCRYSTALS** — Spells of Genesis in-game currency ## Related Datasets - [ArchibaldAI/dogeparty-assets](https://huggingface.co/datasets/ArchibaldAI/dogeparty-assets) — The Dogecoin equivalent (Dogeparty/XDP) ## License Released under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) — public domain, no restrictions. ## Citation ```bibtex @dataset{counterparty_assets_2026, author = {ArchibaldAI}, title = {Counterparty (XCP) Assets}, year = {2026}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/ArchibaldAI/counterparty-assets} } ```