Protocol states
- SENT
- ROUTED
- DELIVERED
- OPENED
TNTS defines envelope-first node messaging where validity is based on identity, routing, and receipt semantics.
{
"tnts_version": "0.1",
"envelope_id": "uuid",
"sender": {"id": "u1", "node": "n-sender"},
"recipient": {"id": "u2", "node": "n-recipient"},
"payload": {"type": "text/plain", "body": "..."},
"proof": {"sig_alg": "ed25519", "sig": "base64"}
}
Connection integrity over sentiment heuristics.
Node path chosen by address resolution and policy, not message tone.
Delivery and open events are signed and queryable.