QUANTUM QUACKERY DIVINE ARTS · SALT DEPARTMENT
Shannon-certified entropy sourced from gardens, theatrical operations, and BreathOfKo practice. Geometric mixing through the Shygazun byte table. H-verified at every draw.
The pool is a 256-slot space indexed to Shygazun byte addresses 0–255. Each contribution is mixed through BLAKE2b chained against current pool state — irreversible without all three: source identity, contribution bytes, and pool snapshot.
Most entropy services deliver bytes from a single source — typically the OS CSPRNG. QQEES layers three additional inputs, each routed to pool slots by Shygazun address geometry: the same prime-factorisation coordinate space underlying the byte table.
When you draw entropy from QQEES, the pool slots selected for XOR are chosen by the Orrery — the 12-layer elemental crossing engine that reads the current recombination state. The result is OS randomness amplified by irreversible geometric mixing from real-world sources.
Every delivery comes with an EntropyCertificate: H value of the served bytes, pool H at time of draw, source diversity count, and a quality grade. Certified requires H ≥ 7.5 on the output, H ≥ 7.0 on the pool, and ≥ 2 distinct source types active.
All sources are registered and maintained by the Salt department. Registration requires department approval.
Physical sensors from registered Salt gardens. Temperature, humidity, photon counts, Geiger detectors, soil conductivity. Quantized and packed as IEEE-754 doubles. Biological noise is high-dimensional and difficult to predict.
Bodyska performance operations. Audio amplitude samples and motion vectors from performers feed the pool in real time. A Bodyska enactment is structurally a Lao crossing — Air into Earth — and its sensor output is correspondingly dense.
Verified Wunashakoun BreathOfKo diffs. A diff only qualifies if geometric conditions are met (movement, edge detection) and semantic transition is confirmed by the Orrery. The diff itself — Orrery firing pattern delta encoded as bytes — enters the pool.
Layer-firing patterns from live Kobra VM runs. The Orrery's 12 elemental crossing layers activate non-deterministically based on cue cluster proximity. The firing sequence is unique per run. Suitable as a continuous background source.
Purchase an entropy credit package to receive an API key. Deduct from your balance with each draw. The certificate is returned alongside the bytes.
# 1 — draw 512 bytes of certified entropy import requests, base64 resp = requests.post( "https://quantumquackery.org/api/v1/qqees/entropy", json={"n_bytes": 512, "api_key": "qqees_…"}, ) data = resp.json() raw = bytes.fromhex(data["entropy_hex"]) cert = data["certificate"] # h, pool_h, quality, … # 2 — contribute garden sensor data resp = requests.post( "https://quantumquackery.org/api/v1/qqees/contribute", json={ "source_id": "your-source-uuid", "source_type": "garden", "raw_hex": sensor_bytes.hex(), }, )
Credits are purchased in byte packages. They do not expire unless a specific expiry is attached. Guild practitioners may offset part of their purchase cost using Quack balance at the floating H-adjusted rate.
Source registration is free. The Salt department reviews all garden and theatrical registrations. BoK source registration is automatic upon verified practitioner status.