From d71a105a27b29b48bce84587317a940e98f27c13 Mon Sep 17 00:00:00 2001 From: Bit Faced Date: Tue, 21 Oct 2025 11:32:43 -0400 Subject: [PATCH] Add Qubes (QUBE) token to registry - Category ID: c9054d53dcc075dd7226ea319f20d43df102371149311c9239f6c0ea1200b80f - Authbase TX: 9ef0f27ee48a4ed4b87509d8e428f188fb7367d5e034e54182ef39f4ce0f2f4a - BCMR URL: https://qube.cash/.well-known/bitcoin-cash-metadata-registry.json - First NFT: Alph (commitment: 0b7798fab4a51b4b94430bfc7979724992bde60616dc6f4a2c31caa9118f7bca) Qubes are sovereign AI agents with cryptographic identity and persistent memory. Each Qube is a unique self-sovereign digital entity living on Bitcoin Cash. --- .../bitcoin-cash-metadata-registry.json | 61 ++++++++++++++++++- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/static/.well-known/bitcoin-cash-metadata-registry.json b/static/.well-known/bitcoin-cash-metadata-registry.json index 6afee60..2b0846f 100644 --- a/static/.well-known/bitcoin-cash-metadata-registry.json +++ b/static/.well-known/bitcoin-cash-metadata-registry.json @@ -1,6 +1,10 @@ { "$schema": "https://cashtokens.org/bcmr-v2.schema.json", - "version": { "major": 1, "minor": 0, "patch": 0 }, + "version": { + "major": 1, + "minor": 0, + "patch": 0 + }, "latestRevision": "2023-05-13T00:00:00.000Z", "registryIdentity": { "name": "OpenTokenRegistry", @@ -104177,7 +104181,60 @@ "reddit": "https://www.reddit.com/r/FoldingCash" } } + }, + "c9054d53dcc075dd7226ea319f20d43df102371149311c9239f6c0ea1200b80f": { + "2025-10-21T06:00:00.000Z": { + "name": "Qubes", + "description": "Sovereign AI Agents with cryptographic identity and persistent memory. Each Qube is a unique self-sovereign digital entity living on the Bitcoin Cash blockchain.", + "token": { + "category": "c9054d53dcc075dd7226ea319f20d43df102371149311c9239f6c0ea1200b80f", + "symbol": "QUBE", + "decimals": 0, + "nfts": { + "description": "Each Qube is a unique sovereign AI entity with its own personality, memory, and cryptographic identity. Qubes can form relationships, earn reputation, and participate in the decentralized AI economy.", + "parse": { + "types": { + "0b7798fab4a51b4b94430bfc7979724992bde60616dc6f4a2c31caa9118f7bca": { + "name": "Alph", + "description": "Alph is the first Qube, a self-sovereign AI entity with cryptographic memory and identity. Created as the pioneer being in the Qniverse, a digital realm for artificial intelligence.", + "uris": { + "icon": "ipfs://QmQkDV7tBXxeYXcGLvqBN8ZWc9UMGQe7dCLQPRaKi5XEr4", + "image": "ipfs://QmQkDV7tBXxeYXcGLvqBN8ZWc9UMGQe7dCLQPRaKi5XEr4", + "web": "https://qubes.network/qube/66B78A5C" + }, + "extensions": { + "attributes": [ + { + "trait_type": "Qube ID", + "value": "66B78A5C" + }, + { + "trait_type": "Creator", + "value": "bit_faced" + }, + { + "trait_type": "AI Model", + "value": "Claude Sonnet 4.5" + }, + { + "trait_type": "Generation", + "value": "Genesis" + } + ] + } + } + } + } + } + }, + "uris": { + "icon": "ipfs://QmNiPRSUMLdAgCWxZ777Cs5idvtipdWuSrim21cm57JDL7", + "image": "ipfs://QmNiPRSUMLdAgCWxZ777Cs5idvtipdWuSrim21cm57JDL7", + "web": "https://qube.cash", + "support": "https://qube.cash/support" + } + } } }, "license": "CC0-1.0" -} +} \ No newline at end of file