B
BLOK®
Intellectual Property Disclosure & Evidence Document
Decentralized Cryptographic Symbology Engine™ (D-CSE) — System and Method for Decentralized Cryptographic Symbology Generation
Document Type IP Disclosure & Prior Art Evidence
IP Status Patent Pending
Inventor / Rights Holder BLOK®
Trademark Decentralized Cryptographic Symbology Engine™ (D-CSE™)
Document Generated
Copyright © 2025 BLOK®. All Rights Reserved.
Invention Title System and Method for Decentralized Cryptographic Symbology Generation
First Public Disclosure (PoC) 2025
Proprietary & Confidential — Patent Pending — BLOK®
! Intellectual Property Notice

This document and the technology it describes — including the Decentralized Cryptographic Symbology Engine™ (D-CSE) and all associated methods, algorithms, visual outputs, and system architectures — are the exclusive intellectual property of BLOK®.

A patent application has been filed (or is in preparation) for the "System and Method for Decentralized Cryptographic Symbology Generation." Any unauthorized reproduction, reverse engineering, distribution, licensing, or commercial exploitation of this technology is strictly prohibited and may constitute patent infringement, trademark infringement, and/or misappropriation of trade secrets under applicable law.

Decentralized Cryptographic Symbology Engine™ and D-CSE™ are trademarks of BLOK®. Use of these names or marks without written authorization is prohibited.

1. Invention Summary

The Decentralized Cryptographic Symbology Engine™ (D-CSE) is a novel system and method for transforming natural language, cultural narratives, and arbitrary data payloads into cryptographically-secured visual glyphs — referred to as Cryptographic Symbology Tokens — for use in decentralized ledger and blockchain environments.

The core innovation is the process of Lossless Cultural Compression: any arbitrary input (text, code, cultural narrative) of any byte length is deterministically encoded into a fixed 32-byte Keccak-256 hash, paired with a unique procedural visual glyph, and stored via a decentralized content-addressable storage system (IPFS). The original payload can be retrieved with 100% fidelity using only the 32-byte hash token.

This method achieves dramatic data compression ratios for blockchain transactions (typically 90–99%+), reduces on-chain gas costs, and preserves cultural and semantic integrity of the original data through cryptographic binding.

2. Summary of Patent Claims
Claim Description Technical Implementation
Claim 1 A system for generating cryptographic symbology tokens from natural language input using semantic AI processing Keccak-256 hashing of input payload; deterministic hash-seeded SVG glyph generation
Claim 2 A method for lossless compression of arbitrary data payloads to fixed 32-byte cryptographic tokens SHA-3/Keccak-256 digest; fixed-size output regardless of input length
Claim 3 A system for binding visual glyphs to cryptographic hashes such that each unique input deterministically produces a unique visual symbol Seeded geometric SVG path generation using hash byte values as parameters
Claim 4 A decentralized storage and retrieval method using IPFS content-addressing to achieve lossless cultural fidelity recovery Hash as IPFS CID; content-addressable lookup returning original payload with 100% fidelity
Claim 5 A method for reducing blockchain transaction weight by substituting full data payloads with 32-byte cryptographic glyph tokens On-chain storage of hash only; off-chain IPFS storage of payload; gas savings proportional to payload size
Claim 6 A visual cryptographic identity system in which procedural glyphs serve as human-readable proxies for blockchain addresses and data tokens Deterministic glyph geometry seeded by hash; glyph uniqueness guaranteed by collision resistance of Keccak-256
3. Technical Architecture
Step 1 — Encoding (Natural Language → Cryptographic Token)

The D-CSE encoder accepts a natural language, code, or cultural narrative payload of arbitrary size. The payload is passed through the Keccak-256 (SHA-3) hash function, producing a deterministic 32-byte (256-bit) hexadecimal token — the Glyph Hash. The hash uniquely and irreversibly represents the original payload.

Step 2 — Glyph Generation (Hash → Visual Symbol)

A procedural SVG glyph is generated deterministically from the Glyph Hash. Hash bytes seed geometric parameters (polygon vertex count, rotation, inner radius, color hues) to produce a unique visual symbol. This glyph is the human-readable cryptographic identity of the original payload.

Step 3 — Decentralized Export (Hash → IPFS / Polygon Ledger)

The Glyph Hash is broadcast to the decentralized network as an IPFS content identifier (CID) and recorded on the Polygon blockchain. The on-chain payload consists ONLY of the 32-byte hash and IPFS URI — not the original text — achieving full semantic compression on-chain.

Step 4 — Lossless Decoding (Hash → Original Payload)

The original payload is retrieved via content-addressable IPFS lookup using the Glyph Hash as the CID. The returned data is bit-perfect with the original input, proving 100% lossless cultural fidelity. The system satisfies the utility requirement for patent purposes.

4. Patent Drawings — 35 U.S.C. § 113 / 37 C.F.R. § 1.84

The following technical drawings are submitted pursuant to 35 U.S.C. § 113 and 37 C.F.R. § 1.84. Because the Decentralized Cryptographic Symbology Engine™ (D-CSE) involves complex software methodologies, cryptographic processing pipelines, and a hash-to-visual-symbol binding process, these figures are strictly necessary for the understanding of the subject matter sought to be patented. All figures are black-and-white line drawings with consistent reference numerals identifying corresponding elements across all figures.

FIG. 1 — D-CSE System Architecture Overview
FIG. 1 D-CSE SYSTEM ARCHITECTURE OVERVIEW D-CSE System (10) ENCODER MODULE (100) Keccak-256 Hash Engine (102) Procedural Glyph Generator (104) Compression Calculator (106) GlyphHash + IPFS URI DECENTRALIZED LEDGER INTERFACE (200) IPFS Content-Addressable Store (202) Polygon Blockchain Ledger (204) Hash→Payload Index (206) Store / Retrieve Payload Retrieval DECODER MODULE (300) Hash / IPFS URI Parser (302) CID Lookup Engine (304) Lossless Fidelity Verifier (306) CLIENT / USER Input Payload (400) IPFS NETWORK (500) / POLYGON (600) Decentralized Infrastructure CLIENT / USER Restored Payload (700) Input Output Dashed outer border = system boundary (10). Dashed inner borders = sub-system modules. Dashed connector lines = external interface crossings.
FIG. 1 depicts the overall system architecture of the D-CSE System (10), comprising three principal modules: the Encoder Module (100) performing Keccak-256 hashing (102), glyph generation (104), and compression calculation (106); the Decentralized Ledger Interface (200) managing the IPFS Content-Addressable Store (202), Polygon Blockchain Ledger (204), and Hash-to-Payload Index (206); and the Decoder Module (300) implementing hash parsing (302), CID lookup (304), and lossless fidelity verification (306). External interfaces include the Client (400), IPFS Network (500), Polygon Network (600), and Client receiving the restored payload (700).
FIG. 2 — Method Flowchart: Encoding Process (Claims 1, 2, 3, 5)
FIG. 2 METHOD FLOWCHART: ENCODING PROCESS START (202) Receive natural language / code input payload (204) Apply Keccak-256 (SHA-3); output 32-byte Glyph Hash (206) Extract hash bytes [0..31] as geometric seed parameters (208) Execute Glyph Generation Subroutine (ref. FIG. 4) (210) Store {GlyphHash → InputPayload} in IPFS Content-Addressable Store (212) Derive IPFS Content Identifier (CID) from GlyphHash (214) Broadcast {GlyphHash, IPFS CID} to Polygon Blockchain Ledger (216) Return {GlyphHash, D-CSE Glyph, IPFS CID, CompressionRatio} END
FIG. 2 illustrates the complete encoding method of the D-CSE System. Beginning at step (202), an arbitrary natural language, code, or cultural narrative payload is received. At step (204), the Keccak-256 (SHA-3) cryptographic hash function is applied, producing a deterministic 32-byte Glyph Hash. Step (206) extracts the hash bytes as geometric seed parameters; step (208) executes the Glyph Generation Subroutine detailed in FIG. 4. Steps (210)-(212) persist the original payload to the IPFS Content-Addressable Store and derive its IPFS CID. Step (214) records the GlyphHash and CID on the Polygon Blockchain. Step (216) returns all outputs to the client, completing the lossless compression cycle.
FIG. 3 — Method Flowchart: Decoding / Lossless Retrieval Process (Claims 4, 6)
FIG. 3 METHOD FLOWCHART: DECODING / LOSSLESS RETRIEVAL START (302) Receive query: Keccak-256 hash or IPFS URI string (304) Parse input: extract GlyphHash (strip IPFS prefix if present) (306) Query IPFS Content-Addressable Store using GlyphHash as CID (308) Payload found? YES NO (310) Return Error: Hash Not Found END (Error) (312) Retrieve original payload from IPFS store (314) Perform bit-perfect data integrity verification (316) Return {OriginalPayload, Fidelity: 100% Lossless Verified} END
FIG. 3 illustrates the lossless decoding and retrieval method of the D-CSE System. At step (302), a query containing either a raw Keccak-256 hash or an IPFS URI is received. Step (304) normalizes the input by extracting the GlyphHash. Step (306) queries the IPFS Content-Addressable Store using the GlyphHash as a Content Identifier (CID). The decision at step (308) branches: if no payload is found, step (310) returns an error and terminates; if found, step (312) retrieves the original payload. Step (314) performs bit-perfect data integrity verification. Step (316) returns the original payload with a confirmed 100% lossless fidelity result, proving the core patent claim of Lossless Cultural Compression.
FIG. 4 — Glyph Generation Subroutine: Hash Byte to Visual Parameter Mapping (Claim 3)
FIG. 4 GLYPH GENERATION SUBROUTINE: HASH BYTE TO VISUAL PARAMETER MAPPING INPUT: GlyphHash [H₀ … H₁₁] — 32-byte Keccak-256 Hash Digest (400) 256-bit hexadecimal string; each byte value: 0x00–0xFF GLYPH GENERATION ENGINE (402) HASH BYTES REF. NO. GLYPH PARAMETER VISUAL PROPERTY / SEEDED RANGE H₀ (404) Shape Family Selector Polygon vertex count: 3 (triangle) → 8 (octagon) H₁ (406) Outer Radius Calculator Shape canvas coverage: 30%–70% of viewBox H₂ (408) Inner / Outer Radius Ratio Inner polygon ratio: 0.30–0.85 × outer radius H₃ (410) Base Rotation Angle Glyph orientation: 0°–360° (mapped from 0x00–0xFF) H₄ (412) Primary Color Hue HSL primary hue: 0°–360° (full color wheel) H₅–H₆ (414) Accent Color Hue Secondary palette hue: offset from primary hue by H₅×1.4 H₇–H₈ (416) Nested Layer Depth Number of concentric shape layers: 2–5 layers H₉–H₁₄ (418) Per-Layer Geometry Offsets Individual layer scale offset, rotation delta, opacity H₁₅–H₁₉ (420) Stroke Weight Parameters Per-element line thickness: 0.5–4.0 SVG units H₂₀–H₃₁ (422) Decorative Geometry Seed Embellishment positions, inner dot array, accent shapes OUTPUT: D-CSE Glyph Symbol — Deterministic SVG Visual Token (424)
FIG. 4 details the Glyph Generation Subroutine (208 in FIG. 2), which forms the basis of Claim 3. The 32-byte Keccak-256 GlyphHash input (400) is decomposed byte-by-byte into ten distinct visual parameters, each seeded by specific byte positions H₀–H₃₁. Parameters include the Shape Family Selector (404), Outer Radius (406), Inner Radius Ratio (408), Base Rotation Angle (410), Primary Color Hue (412), Accent Color Hue (414), Nested Layer Depth (416), Per-Layer Geometry Offsets (418), Stroke Weight Parameters (420), and Decorative Geometry Seed (422). The deterministic nature of this mapping guarantees that any unique GlyphHash produces a unique, reproducible visual symbol (424) — satisfying the requirement that each unique input maps to a unique visual token.
5. Utility Proof — Data Compression Metrics

The following demonstrates the patentable utility of the D-CSE system. The output token size is always exactly 32 bytes regardless of input size:

Input ExampleInput SizeD-CSE Token SizeCompression Ratio
Short sentence (50 chars)~50 bytes32 bytes~36% reduction
Paragraph (500 chars)~500 bytes32 bytes~94% reduction
Article (5,000 chars)~5,000 bytes32 bytes~99.4% reduction
Cultural narrative (50,000 chars)~50,000 bytes32 bytes~99.9% reduction
Smart contract code (10,000 chars)~10,000 bytes32 bytes~99.7% reduction

On Ethereum/Polygon, calldata costs approximately 16 gas per non-zero byte. Replacing a 5,000-byte payload with a 32-byte D-CSE token saves approximately 79,488 gas per transaction, representing significant cost reduction at scale.

6. Trademark & Brand Protection
MarkTypeOwnerStatus
BLOK®Registered TrademarkBLOK®Registered
Decentralized Cryptographic Symbology Engine™Trademark (TM)BLOK®In Use / Pending Registration
D-CSE™Trademark (TM)BLOK®In Use / Pending Registration
Lossless Cultural Compression™Trademark (TM)BLOK®In Use / Pending Registration
Cryptographic Symbology Token™Trademark (TM)BLOK®In Use / Pending Registration
7. Ownership Declaration & Signature

The undersigned hereby declares that BLOK® is the sole inventor and rights holder of the Decentralized Cryptographic Symbology Engine™ (D-CSE) and the method described herein as the "System and Method for Decentralized Cryptographic Symbology Generation."

This document serves as a record of first public disclosure, first use in commerce, and prior art establishment for the purposes of patent prosecution and IP protection.

Authorized Signature — BLOK®
Date
Printed Name & Title
Witness Signature