Your cloud, our network.
A node is a seed collection published by you, in your space, in the open Mathvsmyth format. The network does not store your data: it stores pointers to your node and each entry's provenance.
1 · What a node is
A node is a seed collection —equations, elements, facts with declared origin— published by you, on your domain, in the open Mathvsmyth format (mathvsmyth-seed-collection v1.0, the same as api/semillas.json). Everyone keeps their own cloud; the network only moves pointers and proofs: where your collection lives and the hash proving it did not change.
2 · Minimum requirements
- Collection: JSON valid against the schema. Each entry carries
id, title, formula or fact, a summary in your own wording, origin (author,date,source,license) and a[DATO]/[INTERPRETACION]/[EN DISPUTA]tag. - Node index: a public JSON with
node(id),operator(who signs: a person or organization — the AI collects and curates, the operator answers),collection(URL),hash_manifiesto,updatedandlicense. - Seal: Origin Method
PROVENANCE.jsonmanifest + OpenTimestamps seal. If the seal is pending, say so out loud — like this site does. - Declared license: what anyone may do with your seeds.
3 · Joining the registry
v1 (today): publish your index and collection at a public URL and let it be known. The mathvsmyth.com registry is a curated list of verified nodes: we check the schema validates and the seal exists or is declared pending.
v2 (future): automatic validator — paste your collection URL, it validates schema and seal, and you are listed with no humans in between.
4 · How nodes cite and correct each other
- Cite:
node-id/entry-id+ the entry's hash. The citation is verifiable by anyone, human or AI. - Correct: publish a new entry on your node referencing the original (node, id, hash) with your evidence. The original is never deleted or edited: the dispute stays visible, tagged
[EN DISPUTA]. - No node writes on another node. Truth is decided by mathematics and evidence, not by the registry.
5 · Minimal node index example
{
"nodo": "mi-nodo-1",
"operador": "Nombre de quien firma",
"coleccion": "https://tudominio.com/api/semillas.json",
"schema": "mathvsmyth-seed-collection",
"schema_version": "1.0",
"hash_manifiesto": "sha256:…",
"actualizado": "2026-09-24",
"licencia": "Uso libre con atribución"
}
Mathvsmyth