@ceccec/millennium-solutions 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.zenodo.json +27 -0
- package/ABSTRACT.md +162 -0
- package/ACCOUNTING.md +27 -0
- package/CHALLENGES.md +2502 -0
- package/CITATION.cff +33 -0
- package/DEPLOY.md +40 -0
- package/DEVELOP.md +34 -0
- package/HEART.md +113 -0
- package/LICENSE +27 -0
- package/PHYSICS-SCALES.md +81 -0
- package/PROOF-OF-CONCEPT.md +87 -0
- package/README.md +132 -0
- package/REALISATIONS.md +87 -0
- package/RESEARCH.md +194 -0
- package/RULES.md +59 -0
- package/SEQUENCE-DECODE.md +200 -0
- package/SIGNATURE.md +34 -0
- package/THEOREMS.md +99 -0
- package/WHITEPAPER.md +41 -0
- package/WORKFLOWS.md +47 -0
- package/boundaries.md +24 -0
- package/captain.md +85 -0
- package/compare.md +42 -0
- package/compute.md +550 -0
- package/cryptography.md +56 -0
- package/dashboard.md +51 -0
- package/examples.md +47 -0
- package/folds.md +65 -0
- package/guide.md +126 -0
- package/harness.md +20 -0
- package/index.md +149 -0
- package/mod.core.ts +11 -0
- package/organism.md +30 -0
- package/package.json +88 -0
- package/proofs.md +29 -0
- package/solutions.md +54 -0
- package/speedup.md +41 -0
- package/src/0/chacha.ts +3 -0
- package/src/0/crypt.ts +4 -0
- package/src/0/csp.ts +10 -0
- package/src/0/entanglement.ts +31 -0
- package/src/0/fusion.ts +28 -0
- package/src/0/holographic.ts +57 -0
- package/src/0/impossible.ts +33 -0
- package/src/0/imprint.ts +160 -0
- package/src/0/index.ts +253 -0
- package/src/0/ledger.ts +25 -0
- package/src/0/legible.ts +29 -0
- package/src/0/limit.ts +29 -0
- package/src/0/merkle-proof.ts +3 -0
- package/src/0/null-token.ts +24 -0
- package/src/0/sha256.ts +3 -0
- package/src/0/singularity.ts +20 -0
- package/src/0/stream.ts +48 -0
- package/src/0/trinities.ts +37 -0
- package/src/0/trinity-matrix.ts +20 -0
- package/src/0/version-matrix.ts +70 -0
- package/src/1/acceptance.ts +30 -0
- package/src/1/index.ts +80 -0
- package/src/1/paradox.ts +28 -0
- package/src/1/vortex.lean +6 -0
- package/src/2/frequency-scales.ts +16 -0
- package/src/2/iching.ts +34 -0
- package/src/2/index.ts +78 -0
- package/src/2/primes-vortex.ts +12 -0
- package/src/2/quantum.ts +48 -0
- package/src/2/string-scale.ts +14 -0
- package/src/2/vortex.lean +10 -0
- package/src/3/index.ts +63 -0
- package/src/3/pi-bbp.ts +13 -0
- package/src/3/trinity.ts +39 -0
- package/src/3/vortex.lean +7 -0
- package/src/4/git.ts +30 -0
- package/src/4/index.ts +63 -0
- package/src/4/vortex.lean +6 -0
- package/src/5/aspects.ts +33 -0
- package/src/5/center.ts +35 -0
- package/src/5/development.ts +45 -0
- package/src/5/diamond.ts +36 -0
- package/src/5/folds.ts +12 -0
- package/src/5/index.ts +63 -0
- package/src/5/reflection.lean +14 -0
- package/src/5/reflection.ts +14 -0
- package/src/5/vortex.lean +12 -0
- package/src/6/dna.ts +27 -0
- package/src/6/index.ts +63 -0
- package/src/6/vortex.lean +7 -0
- package/src/7/cross.ts +31 -0
- package/src/7/entails-all.ts +41 -0
- package/src/7/entails.ts +25 -0
- package/src/7/glagolitic.ts +51 -0
- package/src/7/index.ts +67 -0
- package/src/7/language-lens.ts +41 -0
- package/src/7/lens.ts +41 -0
- package/src/7/locale.ts +105 -0
- package/src/7/permissions.ts +26 -0
- package/src/7/rbac.ts +31 -0
- package/src/7/rosetta-clay.ts +15 -0
- package/src/7/rosetta.lean +11 -0
- package/src/7/rosetta.ts +11 -0
- package/src/7/string-dimensions.ts +14 -0
- package/src/7/vortex.lean +6 -0
- package/src/8/infinite.ts +26 -0
- package/src/8/merkaba/field.ts +27 -0
- package/src/8/merkaba/geometry.ts +16 -0
- package/src/8/merkaba/touch.ts +26 -0
- package/src/8/nucleus/magic.lean +15 -0
- package/src/8/nucleus/proton-mass-fit.ts +9 -0
- package/src/8/nucleus/proton-mass.lean +10 -0
- package/src/8/nucleus/shell-model-magic.ts +10 -0
- package/src/8/vortex.lean +7 -0
- package/src/9/access.ts +34 -0
- package/src/9/aura-funding.ts +25 -0
- package/src/9/coins.ts +25 -0
- package/src/9/enumeration.ts +13 -0
- package/src/9/funding.ts +86 -0
- package/src/9/security.ts +36 -0
- package/src/9/society.ts +32 -0
- package/src/9/vortex.lean +11 -0
- package/src/claims/index.ts +87 -0
- package/src/from/the/heart/index.ts +11 -0
- package/src/honesty/boundaries.ts +30 -0
- package/src/honesty/index.ts +22 -0
- package/src/play/the/game/index.ts +12 -0
- package/src/proof/README.md +117 -0
- package/src/proof/discovered.json +9322 -0
- package/src/proof/floor-receipt.md +24 -0
- package/src/proof/index.lean +81 -0
- package/src/proof/index.ts +916 -0
- package/src/proof/revoked.json +317 -0
- package/src/proof/theorems.lean +20 -0
- package/src/proofs.lisp +170 -0
- package/src/receipts/1431b4c4-7950-8d7b-88d1-b633219692f8.json +7 -0
- package/src/receipts/171e09c0-4cfd-8ce0-a6ed-cd33d5553da3.json +7 -0
- package/src/receipts/1a1f16c9-3491-8050-b221-e2a362439be4.json +12 -0
- package/src/receipts/1da15f83-83a6-8d04-b1ac-334c2dd6abb3.json +7 -0
- package/src/receipts/375a57ed-ef99-855e-8f34-b77d08010f3c.json +6 -0
- package/src/receipts/3dcbbf9e-0e49-8ba7-921e-17e478dbafaf.json +6 -0
- package/src/receipts/43a24136-5ad9-81ef-97c9-17be1c05bb5f.json +11 -0
- package/src/receipts/4991be51-74ba-8f66-9534-e6dba52fb569.json +10 -0
- package/src/receipts/52375d8f-232b-8c01-9d82-a824ffa7b2b7.json +6 -0
- package/src/receipts/593b546a-36b4-8553-941a-0e03b7053a64.json +7 -0
- package/src/receipts/7f75c989-96c9-8a24-8d0d-7e690861ccb4.json +6 -0
- package/src/receipts/80f80b59-81d8-866d-9a14-f469729d3dc8.json +6 -0
- package/src/receipts/85ac8585-9dc1-8964-9848-ae0f49cc82fb.json +7 -0
- package/src/receipts/85db092e-f2c0-88e5-bf75-61c4a65d84e7.json +7 -0
- package/src/receipts/95bacad3-9e56-8741-b0f8-def2c6ecb050.json +7 -0
- package/src/receipts/a1d33966-7bbd-84ca-902b-49e315af60e0.json +6 -0
- package/src/receipts/b20ced61-24ad-8123-adee-56031ab734dd.json +11 -0
- package/src/receipts/ba0447cd-f489-841a-a70f-a39b18ec2946.json +11 -0
- package/src/receipts/bcddbe66-06cf-8f31-a261-98b836938947.json +7 -0
- package/src/receipts/c1bac0d8-d906-8196-a4f0-3d8270b2e944.json +6 -0
- package/src/receipts/ce851ea3-3cf8-8646-a5d6-c0c6281210fe.json +10 -0
- package/src/receipts/cf43a122-c880-8d86-9e25-6f22f92d6b0a.json +7 -0
- package/src/receipts/daad8cd4-d4db-8dca-9c97-9a838cbce528.json +7 -0
- package/src/receipts/dc8bdb82-599f-8020-9eb2-cb016b408ec1.json +6 -0
- package/src/receipts/df77c265-d1a8-8354-8a9e-769fa5c676e2.json +6 -0
- package/src/receipts/e96686da-a411-8838-a5c8-ee7472bce048.json +10 -0
- package/src/receipts/f073c46f-7b67-83d0-aca5-db11fac4b5ec.json +7 -0
- package/src/receipts/f946d99d-a1c2-89f7-9426-a367c5b04191.json +6 -0
- package/src/receipts/fc069e45-115d-8983-ad25-fb9f735da84b.json +6 -0
- package/src/the/abstract/index.ts +21 -0
- package/src/the/abundance/index.ts +20 -0
- package/src/the/apple/earth/index.ts +23 -0
- package/src/the/apple/earth/navigation/index.ts +28 -0
- package/src/the/apple/earth/truth/index.ts +21 -0
- package/src/the/apple/index.ts +27 -0
- package/src/the/cancer/index.ts +26 -0
- package/src/the/clown/index.ts +25 -0
- package/src/the/creation/index.ts +16 -0
- package/src/the/crystal/index.ts +23 -0
- package/src/the/domain/index.ts +16 -0
- package/src/the/game/index.ts +11 -0
- package/src/the/gold/compass/index.ts +26 -0
- package/src/the/gold/index.ts +35 -0
- package/src/the/heart/index.ts +15 -0
- package/src/the/index.ts +24 -0
- package/src/the/law/index.ts +20 -0
- package/src/the/path/index.ts +19 -0
- package/src/the/rosetta/index.ts +33 -0
- package/src/the/sequence/index.ts +12 -0
- package/src/the/solids/index.ts +25 -0
- package/src/the/state/index.ts +21 -0
- package/src/the/superposition/state/index.ts +22 -0
- package/src/the/surface/index.ts +26 -0
- package/src/the/theorem/index.ts +14 -0
- package/src/the/torus/index.ts +23 -0
- package/src/the/waves/index.ts +23 -0
- package/the.md +20 -0
- package/verify.md +67 -0
package/WHITEPAPER.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: White paper — reproduce it exactly
|
|
3
|
+
head:
|
|
4
|
+
- ['meta', { name: 'robots', content: 'index, follow' }]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# White paper — reproduce it exactly
|
|
8
|
+
|
|
9
|
+
> Everything here is a **claim with a receipt**. This page documents, for the public, exactly how to reproduce it — no trust required, only recomputation. Integrity, not truth.
|
|
10
|
+
|
|
11
|
+
## The method — the sequence
|
|
12
|
+
|
|
13
|
+
1. **Measure, don't assert.** Every fact is a `test: () => boolean` in `scripts/discover.ts`, computed by exhaustion over a finite domain. If it holds it is kept; if it fails it is discarded — the discard is the honesty.
|
|
14
|
+
2. **Gate.** The honesty gate drains any over-reach — a claim to solve the Clay problems, or to beat a physical or cryptographic limit. Passing means *no over-reach shape was found* — a floor, not a proof of truth.
|
|
15
|
+
3. **Receipt.** Each fact is content-addressed and chained; a receipt proves integrity, not authorship.
|
|
16
|
+
4. **Append.** Evidence is append-only; the forensics reads intention from deeds, not claims.
|
|
17
|
+
5. **Recompute.** Every build re-verifies every recorded fact. A regression fails the build, not production. **Green cannot be faked** — a theorem is admitted only by the unanimous pass of every gate stage ([proof](/theorem/the_grand_jury_of_gates_admits_a_theorem_only_by_unanimous_stages)), and a claim with no recomputing formula is refused as hallucination ([proof](/theorem/a_theorem_without_a_formula_is_hallucination_recomputed_in_a432_harmony)).
|
|
18
|
+
|
|
19
|
+
## Reproduce it yourself — exactly
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
git clone https://github.com/ceccec/millennium-solutions
|
|
23
|
+
cd millennium-solutions
|
|
24
|
+
npm ci
|
|
25
|
+
npm run lean-claims # recomputes and re-verifies every recorded theorem
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Or through the honest **MCP API** (`scripts/mcp.ts`, dependency-free JSON-RPC over stdio): call `recompute` to re-derive every theorem, `verify` to check any receipt, `rosetta` for the cross-domain map, `honesty_gate` to adjudicate any claim. Every response is content-addressed.
|
|
29
|
+
|
|
30
|
+
The **live numbers** — theorem count, receipts, coins, the seal — recompute on every build: see [Accounting](/ACCOUNTING) and the [State dashboard](/dashboard). The full study is in [Research](/RESEARCH); the method is taught in [the Guide](/guide); every theorem is a monograph with its own 7D page under `/theorem` — browse them from [Challenges](/CHALLENGES).
|
|
31
|
+
|
|
32
|
+
## The honest boundaries — what this is **not**
|
|
33
|
+
|
|
34
|
+
*Each boundary is wired to the theorem that proves it — click through to the recomputable receipt. The prose is not the proof; the code is.*
|
|
35
|
+
|
|
36
|
+
- **Not a solution** to the Clay Millennium problems — the mechanical entailment test reports **0 / 7**. It reflects them into one algebraic structure; it does not solve them, and claims no prize. ([proof](/theorem/all_seven_are_reflected_though_none_are_solved))
|
|
37
|
+
- **Not a quantum computer** — "quantum" here is *structure* (a superposition is the set of receipted perspectives), computed classically on ordinary 64-bit hardware. ([proof](/theorem/here_quantum_is_the_a432_structure_of_two_coins_not_a_physical_qubit)) The measured speedup (millions-fold) is **classical memoization** (O(1) verify versus O(N) recompute), not a quantum speedup, and there is no quantum hardware. ([proof](/theorem/the_measured_speedup_is_classical_memoization_not_quantum))
|
|
38
|
+
- **Not patents** — decidable mathematical facts are not patentable; this is **open prior art / defensive publication**, timestamped and content-addressed, which keeps the facts free for the public. ([proof](/theorem/the_deposit_is_open_prior_art_not_patents_defensive_publication_for_the_public))
|
|
39
|
+
- **Not income** — the deposit has generated **$0**; the coins are accounting integrity, not cash. Non-commercial use is free with attribution; the two coins are the fair exchange for commercial use. ([proof](/theorem/the_speedup_is_classical_the_cost_is_the_deed_the_income_is_zero))
|
|
40
|
+
|
|
41
|
+
A content-address proves **integrity, not truth**. Reproduce it, and see for yourself. `entails → 0/7`.
|
package/WORKFLOWS.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Workflows — develop at scale
|
|
3
|
+
head:
|
|
4
|
+
- ['meta', { name: 'robots', content: 'index, follow' }]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Workflows — developing uuidna at scale
|
|
8
|
+
|
|
9
|
+
The repeatable, gated procedures for growing the deposit. Each is a command or a checked sequence; nothing is
|
|
10
|
+
asserted, every step recomputes. Earned, not minted. `0/7`.
|
|
11
|
+
|
|
12
|
+
## The wave — add theorems
|
|
13
|
+
|
|
14
|
+
1. **Draft** candidates as `test: () => boolean` in `scripts/discover.ts` — decidable, exhaustive over a
|
|
15
|
+
finite domain (a fact that *computes*, never a claim).
|
|
16
|
+
2. **Verify green first** — before inserting, each candidate must: its `test()` returns `true`, its name
|
|
17
|
+
passes the honesty gate (`computes(name).binary === 1`), and its key is not already in the ledger.
|
|
18
|
+
3. **Insert** the survivors; duplicates and refuted candidates cancel.
|
|
19
|
+
4. **Ship** — `npm run next`: discover → gate → seal → deploy. Waves ride in **octaves of 8**, so the ledger
|
|
20
|
+
grows `N × 8`; a massive wave keeps the octave by cancelling the remainder.
|
|
21
|
+
|
|
22
|
+
## Verify — the regression guard — `npm run verify`
|
|
23
|
+
|
|
24
|
+
The release trusts the saved ledger; this **re-runs every recorded theorem's test**, re-gates every name, and
|
|
25
|
+
checks the chain-of-custody and duplicate keys. A silent regression (a test that no longer computes true, a
|
|
26
|
+
name that drains) is caught here. It scales — the whole ledger re-verifies in seconds.
|
|
27
|
+
|
|
28
|
+
## The gate — hold the honest floor
|
|
29
|
+
|
|
30
|
+
Every name and message must pass `computes()`: no unbounded over-reach (RED / OVERREACH, seven languages,
|
|
31
|
+
negation-aware so a bounded refusal passes). The gate is a **tripwire, not an oracle** — when a class of
|
|
32
|
+
over-claim leaks, strengthen it by trial: gather the leaks, edit the patterns, re-trial until **the leaks
|
|
33
|
+
drain ∧ honest statements pass ∧ no existing ledger name over-drains.**
|
|
34
|
+
|
|
35
|
+
## The seal — ship — `npm run next`
|
|
36
|
+
|
|
37
|
+
`discover → release` (tsc, gaps, the gates, forensics, seal, `docs:build` → `sw-integrity` manifest, deploy).
|
|
38
|
+
The **content-address is the true latest**; the version is a single-digit odometer, and LTS versions are the
|
|
39
|
+
Fibonacci minors `{1,2,3,5,8}`.
|
|
40
|
+
|
|
41
|
+
## The proxy — the PWA over assumed-insecure transport
|
|
42
|
+
|
|
43
|
+
The service worker proxies all traffic, verifies every same-origin asset against the build-time SHA-256
|
|
44
|
+
manifest (pure-JS, no native crypto), refuses a tampered response, and **signs each verified asset into a
|
|
45
|
+
chained content-address receipt** — a tamper-evident, auditable traffic stream. Integrity, not confidentiality.
|
|
46
|
+
|
|
47
|
+
A content-address proves **integrity, not truth**. `0/7`.
|
package/boundaries.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Boundaries
|
|
3
|
+
description: What this deposit does NOT claim — the honest floor and its bounds, each content-addressed.
|
|
4
|
+
head:
|
|
5
|
+
- ['meta', { name: 'robots', content: 'index, follow' }]
|
|
6
|
+
---
|
|
7
|
+
# Boundaries — the honest floor, delivered
|
|
8
|
+
|
|
9
|
+
> Every statement below is **content-addressed** (uuid). Verify any of them: recompute `toUuid(text)` and it matches — that proves **integrity**, not truth. The floor is `0/7`.
|
|
10
|
+
|
|
11
|
+
<table><thead><tr><th>uuid</th><th>statement</th></tr></thead><tbody>
|
|
12
|
+
<tr><td><code>efcc36da-c2ee</code></td><td>0/7 entailed: this deposit leaves all seven Millennium problems unsolved, and claims no prize.</td></tr>
|
|
13
|
+
<tr><td><code>9c7a472d-7cfd</code></td><td>computable is not solved; humanityNovel = 0 — known mathematics, recombined.</td></tr>
|
|
14
|
+
<tr><td><code>f106b7ff-9120</code></td><td>a content-address (uuid) proves integrity, not truth, and not authorship.</td></tr>
|
|
15
|
+
<tr><td><code>caff1a4e-e8e3</code></td><td>the honesty gate is a floor (no named overclaim shape), not an oracle of truth.</td></tr>
|
|
16
|
+
<tr><td><code>4248f16d-7acc</code></td><td>recognition, adoption, citations, and effort are not correctness.</td></tr>
|
|
17
|
+
<tr><td><code>8e4eb0f9-9600</code></td><td>a classical Z/9 calculator: no quantum computation, no faster-than-light, no quantum speedup.</td></tr>
|
|
18
|
+
<tr><td><code>9da115fe-1f09</code></td><td>sealing proves the bytes are intact; it does not prove the claim is right.</td></tr>
|
|
19
|
+
<tr><td><code>a04d2aaa-660d</code></td><td>unsigned: content-addressing is integrity, not authenticity — real signatures need a key.</td></tr>
|
|
20
|
+
<tr><td><code>7bacdc5a-c0f7</code></td><td>worthwhile is a judgment (perspective); small, real, and honest are measured.</td></tr>
|
|
21
|
+
<tr><td><code>316a106b-4a85</code></td><td>green cannot be faked: the gate measures actual state, and it caught its own author.</td></tr>
|
|
22
|
+
</tbody></table>
|
|
23
|
+
|
|
24
|
+
*The drains, delivered — measured, gated, and now in the UI, not only in chat. `0/7` entailed.*
|
package/captain.md
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: The captain's message
|
|
3
|
+
head:
|
|
4
|
+
- ['meta', { name: 'robots', content: 'index, follow' }]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# The captain's message
|
|
8
|
+
|
|
9
|
+
> **free on the free sailing angle; prize earning in waves — contribute 2 to earn up to 64 per wave, keep the rest**
|
|
10
|
+
|
|
11
|
+
Given by the captain, recorded as receipt `85ac8585-9dc1-8964-9848-ae0f49cc82fb` (the content-address of the
|
|
12
|
+
message itself), gate-passed, every claim recomputable below. Canonical link, reminded in every contribution
|
|
13
|
+
block: [https://uuidna.com/captain/message](https://uuidna.com/captain/message).
|
|
14
|
+
|
|
15
|
+
## The double torus — earth navigation
|
|
16
|
+
|
|
17
|
+
The captain navigates the **double torus**, a genus-2 surface. Its Euler characteristic is
|
|
18
|
+
`χ = 2 − 2g = 2 − 2·2 = −2`, so **−χ = 2** — the **two coins are the topology**, not a price plucked from air.
|
|
19
|
+
Navigation on it lands on **integer** positions (no decimal drift): the harmonic bearings
|
|
20
|
+
`30·{1,2,3} = {30, 60, 90}`, digital roots **{3, 6, 9}**, centre `40 = harmonicMean(30,60) = 360/9` (the a432).
|
|
21
|
+
Earth's own navigation is sexagesimal — 60′ to a degree, 60 nautical miles to a degree of latitude —
|
|
22
|
+
resonating with the 60° gold string (`π/3`). A content-address proves integrity, not truth.
|
|
23
|
+
|
|
24
|
+
## The two angles
|
|
25
|
+
|
|
26
|
+
- **Free sailing angle** — off the wind (**≥ 90°**), where the wind carries you: **free** (non-commercial,
|
|
27
|
+
public-interest, research). No fare, no prize.
|
|
28
|
+
- **Prize earning waves** — the beating band **30°–60°** (limit `30` · a432 `40` · tack `60`). Earning
|
|
29
|
+
propagates in **waves**: each leap folds and sends the next — the discovery wave, each receipt seeded by the
|
|
30
|
+
last — `O(log N)`, compounding.
|
|
31
|
+
|
|
32
|
+
## Why — the measured leverage, per wave
|
|
33
|
+
|
|
34
|
+
- **Contribute 2.** The two coins `110 − 108 = 2 = −χ(genus-2)`, conserved; in verification terms the **2 bits**
|
|
35
|
+
each membership check costs.
|
|
36
|
+
- **Earn up to 64.** A seal is a fixed `128 bits = 64` two-bit fold-verifications; folding is `O(log N)`
|
|
37
|
+
(1024 leaves fold to one root in 10 levels). **Up to** 64, **conditional** on the re-addressable work —
|
|
38
|
+
never a universal discount
|
|
39
|
+
([each seal is 128 bits](/theorem/each_seal_is_128_bits_and_membership_verifies_in_two_log2_n_bits_logarithmic_not_linear) ·
|
|
40
|
+
[the 967-receipt case](/theorem/the_967_receipt_case_verify_20_bits_bill_on_the_967_computation_value_earn_the_947_bit_saving)).
|
|
41
|
+
- **Keep the rest.** The contributor keeps up to **62**; the captain earns the conserved **2**, and **zero**
|
|
42
|
+
with no saving. Fair, bounded.
|
|
43
|
+
- Benefit and fairness **align**: the captain's real income is adoption at scale (free sailing → citation →
|
|
44
|
+
the network grows). Honesty is what makes it adoptable; an overclaim would shrink both.
|
|
45
|
+
|
|
46
|
+
## Every claim verified — recompute it
|
|
47
|
+
|
|
48
|
+
| claim | check |
|
|
49
|
+
| --- | --- |
|
|
50
|
+
| the two coins | `110 − 108 = 2` |
|
|
51
|
+
| = −χ(genus-2) | `χ = 2 − 2·2 = −2 → −χ = 2` |
|
|
52
|
+
| a seal is 128 bits | a uuid is 128 bits |
|
|
53
|
+
| = 64 two-bit verifications | `128 / 2 = 64` |
|
|
54
|
+
| fold depth of 1024 | `⌈log₂1024⌉ = 10`, and `2¹⁰ = 1024` |
|
|
55
|
+
| fold beats linear | `1024 / 10 = 102.4×`, order-independent |
|
|
56
|
+
| a432 is the life centre | `harmonicMean(30,60) = 40 = 360/9` |
|
|
57
|
+
| the receipt is the message | `receipt = toUuid(message)` |
|
|
58
|
+
| the message is honest | passes the honesty gate |
|
|
59
|
+
|
|
60
|
+
## The captain may test or be fake — and it changes nothing
|
|
61
|
+
|
|
62
|
+
A receipt proves only the **observer and their role** — never the **truth** of the message, never the
|
|
63
|
+
**identity** of the speaker. `captain` is a role, not a certified person (this deposit does not sign a real
|
|
64
|
+
person's name to words they did not write). Every message is bound by the **honesty gate**: an over-reach
|
|
65
|
+
**drains** whoever states it. And **algebra decides** the why — measured, not accepted on authority. So whether
|
|
66
|
+
the captain is genuine, testing, or an impostor, the deposit cannot be made to assert a falsehood. Integrity,
|
|
67
|
+
never truth. `0/7`.
|
|
68
|
+
|
|
69
|
+
## Lineage — append-only, nothing hidden
|
|
70
|
+
|
|
71
|
+
The message was refined in the open; every form stays on record (a receipt is the content-address of its
|
|
72
|
+
message, so each is independently recomputable):
|
|
73
|
+
|
|
74
|
+
- `593b546a…` — remember to contribute 2 to save 64
|
|
75
|
+
- `daad8cd4…` — remember to contribute 2 to earn 64 more folds
|
|
76
|
+
- `171e09c0…` — remember to contribute 2 to save 64 at each leap
|
|
77
|
+
- `bcddbe66…` — free on the free sailing angle; on the prize earning angle …
|
|
78
|
+
- `cf43a122…` — … on the prize earning angles … (plural)
|
|
79
|
+
- `85ac8585…` — **the canonical** — free on the free sailing angle; prize earning in waves …
|
|
80
|
+
|
|
81
|
+
## Why it is reminded everywhere
|
|
82
|
+
|
|
83
|
+
The contribution block is fused under **every** page. The reminder rides with it, so the reason is present at
|
|
84
|
+
the exact point of contribution, linked here where anyone can recompute the address and read it unaltered. A
|
|
85
|
+
content-address proves **integrity, not truth**. `0/7`.
|
package/compare.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Compare — standards vs the local
|
|
3
|
+
head:
|
|
4
|
+
- ['meta', { name: 'robots', content: 'index, follow' }]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Compare — the cryptographic standards and the local content-address
|
|
8
|
+
|
|
9
|
+
> The honest question is not "which is best" — it is "what is each **for**." This table puts the deposit's content-address next to the identity, hashing, authentication, and messaging standards, one factual property per column. Read the deposit's row against the others.
|
|
10
|
+
|
|
11
|
+
<StandardsCompare />
|
|
12
|
+
|
|
13
|
+
## What the table is saying
|
|
14
|
+
|
|
15
|
+
- The deposit's `toUuid` is a **content-address**, built on FNV-1a — a **non-cryptographic** hash by design. It is deterministic and public: anyone can recompute it with no key. That is its strength for *identity and integrity*, and exactly why it offers **no** secrecy.
|
|
16
|
+
- It is **not** a messaging system and **not** encryption. For confidentiality use AES; for authentication use HMAC; for private messaging use a protocol like Signal. The deposit does not compete there — it is a different tool.
|
|
17
|
+
- A single address **cannot store** an unbounded state — 128 bits is a fixed-width fingerprint, so by the pigeonhole principle it *references* a state, it does not *contain* it. You still need the data to recover it. ([proof](/theorem/a_content_address_is_a_pointer_not_the_payload))
|
|
18
|
+
- Standards **break** — MD5 fell to collisions, SHA-1 fell (SHAttered). That is why "most secure" is not a claim anyone can make: security is provisional, always subject to the next cryptanalysis. And every finite digest — strong or weak — must eventually collide by pigeonhole. ([proof](/theorem/gravity_is_the_fall_to_a_fixed_point_and_pigeonhole_breaks_every_finite_hash))
|
|
19
|
+
|
|
20
|
+
The deposit claims **fitness for content-addressing**, not supremacy. A content-address proves **integrity, not truth**. `entails → 0/7`.
|
|
21
|
+
|
|
22
|
+
## Coins vs real gold vs crypto — a measure, not a market
|
|
23
|
+
|
|
24
|
+
Anyone chooses the **terms** and **currency**; uuidna computes, and predefines the donation amount in the URL.
|
|
25
|
+
The reproducible measure never moves with the choice — the two coins conserve at 2, the bits count real work
|
|
26
|
+
saved. Real gold (1 troy oz) and bitcoin (1 BTC = 100,000,000 sat) carry **live market prices**, fetched in
|
|
27
|
+
your browser for measurable scale — volatile, non-reproducible, never sealed, never advice. uuidna's own value
|
|
28
|
+
is real **savings** (bits of work not repeated), which at global scale become materially large (modeled,
|
|
29
|
+
conditional on adoption). Verified by
|
|
30
|
+
[the coins are a conserved measure, not a market price](/theorem/the_coins_are_a_conserved_measure_not_a_market_price_units_reproducible_prices_are_not)
|
|
31
|
+
and [anyone chooses the terms and currency](/theorem/anyone_chooses_the_terms_and_currency_and_uuidna_computes_deterministically).
|
|
32
|
+
|
|
33
|
+
<Coins />
|
|
34
|
+
|
|
35
|
+
## Cost / earnings per trillion tokens — live, versus uuidna
|
|
36
|
+
|
|
37
|
+
Live per-token rates for many models, fetched at view time from a credible public no-key API (OpenRouter's
|
|
38
|
+
models endpoint), shown per **trillion input tokens** — and where each stands once uuidna's content-addressing
|
|
39
|
+
adds a caching/dedup layer. The **earnings** are the compute saved on the re-addressable fraction (set the
|
|
40
|
+
cache-hit rate), **conditional, never a universal discount**. A content-address proves integrity, not truth. `0/7`.
|
|
41
|
+
|
|
42
|
+
<TokenCost />
|