NodeFlow
Technical Disclosure
Author: Jaret Walker
Publication Date: 4/4/2026
NodeFlow:
Negentron — deterministic node identity generator
Bondatron — system to node bonding mechanism
Veritron — deterministic verification
Negentron
private_key = derive_key(seed_material)
public_key = compress(public(private_key))
node_id = HASH(public_key)
Bondatron
bonding_signature = sign(system_private_key, node_id || public_key)
verify(system_public_key, node_id || public_key, bonding_signature)
Veritron
payload_hash = HASH(prev_hash || payload)
signature = sign(private_key, payload_hash)
HASH(public_key) == node_id
verify(system_public_key, node_id || public_key, bonding_signature)
verify(public_key, payload_hash, signature)
payload_hash == HASH(prev_hash || payload)
prev_hash == previously accepted payload hash
Continuity
challenge = HASH(node_id || context)
signature = sign(private_key, node_id || challenge)
verify(public_key, node_id || challenge, signature)
last_hash = current last_hash or GENESIS_HASH
Minimum State
node_id
last_hash
Statement of Disclosure
This document establishes a public technical description of the NodeFlow
deterministic identity generator and continuity protocol as of March 8, 2026.
Equivalent cryptographic algorithms or key formats that maintain the same
verification model are considered implementations of this system.
Records:
https://web.archive.org/web/20260309024414/https://silogic.foundation/
https://web.archive.org/web/20260322203038/https://silogic.foundation/
https://web.archive.org/web/20260405003918/https://silogic.foundation/