Genesis Conductor audit-node — QUBO simulation engine + Cloudflare Worker identity layer.
Live: https://dn.genesisconductor.io
Package: @genesis-conductor/diamond-node
Identity: Ed25519, key-id dn-2026-05, pubkey at /.well-known/diamond-node.json
- Runs a mycelial hyphal-network growth optimizer on a GTX 1650 using CUDA-Q QAOA
- Exposes a signed audit event stream to the Genesis Conductor mesh
- Serves as the
diamond-noderow in the GC 7-Agent Topology
| Path | Description | Auth | Status |
|---|---|---|---|
GET / |
Landing page | None | Live |
GET /dashboard |
Yennefer dashboard | None | Live |
GET /healthz |
{ok, version, identity_pubkey, ts} |
None | Live |
GET /.well-known/diamond-node.json |
Identity manifest (+ latest power-tower, radix claims) | None | Live |
GET /audit/replay?n=N |
Last N signed events (ring buffer) | None | Live |
POST /uq/power_tower |
Deterministic power-tower arbitration (signed) | None | Live |
POST /uq/radix_claims |
Sign RadixAttention claims | None (requires node priv key) | Live |
GET /notion/health |
Notion proxy config check | None | Live |
POST /notion/offload |
Offload context to Notion | Bearer GATEWAY_AUTH_SECRET |
Live |
POST /notion/embed |
Embed text via Notion | Bearer GATEWAY_AUTH_SECRET |
Placeholder response |
POST /notion/query |
Query Notion database | Bearer GATEWAY_AUTH_SECRET |
Placeholder response |
POST /notion/search |
Search Notion pages | Bearer GATEWAY_AUTH_SECRET |
Placeholder response |
All POST /notion/* routes return 503 until GATEWAY_AUTH_SECRET is provisioned and 401 on a bad bearer token. Placeholder routes self-identify in their response body and do not call the Notion API yet.
Bot Protection: currently disabled — checkAndBlockBot is a no-op because the BotID package depends on Node.js APIs unavailable in Workers. A Workers-compatible replacement is tracked in src/botid.ts (TODO).
node scripts/gen-identity.mjsStore output via:
wrangler secret put DIAMOND_NODE_ED25519_PRIV
wrangler secret put DIAMOND_NODE_ED25519_PUB
wrangler secret put DIAMOND_VAULT_AUDIT_URL # optionalnpm install
npm run typecheck
npm testnpm run deploy:dry # verify
npm run deploy # shipRequire /home/diamondnode/venv312/bin/python (not system Python).
# One QUBO iteration
/home/diamondnode/venv312/bin/python scripts/mycelial_qubo.py --shots 512 --outer-rounds 3
# Full benchmark
/home/diamondnode/venv312/bin/python scripts/benchmark.py --suite all
# LLM interpretation
/home/diamondnode/venv312/bin/python scripts/llm_interpret.pyNew to Diamond Node?
- Start here: README.md (you are here)
- Environment setup: CLAUDE.md
- Deployment: docs/setup/deployment.md
Running simulations?
- QUBO optimization: CLAUDE.md → Architecture section
- VRAM management: docs/optimization/vram-strategy.md
- Benchmarking: docs/optimization/benchmarks.md
Preparing for automation?
- Automation roadmap: docs/automation/claw-handoff.md
- Monitoring setup: docs/setup/monitoring.md
- System status: CHANGELOG.md
Technical deep-dives?
- Orthogonal optimization: docs/optimization/orthogonal-system.md
- Waveform equilibrium: WAVEFORM_DELIVERABLES.md
- Historical context: docs/archive/
This is not Diamond-V (vault repo) and not diamondvault.io (separate domain). See llms.txt.