TOWEL Trust Structures

Old graphs:

digraph TOWELTrustModel { rankdir=LR; fontsize=12; fontname="Helvetica"; labelloc="t"; label="TOWEL Dual Trust Model: Tree of Life and Flux Field"; node [shape=box style="rounded,filled" fontname="Helvetica" fontsize=11]; H [label="Hitchhiker", fillcolor="#fdf5e6", color="#d4af37"]; Vogon_Harmony [label="Vogon of Harmony", fillcolor="#e6f2ff", color="#3399cc"]; Vogon_Shimmer [label="Vogon of Shimmer", fillcolor="#e6ffe6", color="#33aa66"]; ToL [label="Bureau of Harmony", shape=component, fillcolor="#d4eaff", style=filled]; Flux [label="Fluxus", shape=component, fillcolor="#ddffdd", style=filled]; BabelFish_H [label="BabelFish: Harmony", shape=parallelogram, fillcolor="#f0f8ff", style=filled]; BabelFish_F [label="BabelFish: Fluxus", shape=parallelogram, fillcolor="#f0fff0", style=filled]; ZK_Harmony [label="Proof of Harmony", shape=note, fillcolor="#f0f8ff", style=filled]; ZK_Shimmer [label="Proof of Shimmer", shape=note, fillcolor="#f0fff0", style=filled]; ToL -> Vogon_Harmony [label="Authorizes"]; Flux -> Vogon_Shimmer [label="Attests"]; BabelFish_H -> Vogon_Harmony [label="Trust Check"]; BabelFish_F -> Vogon_Shimmer [label="Trust Check"]; Vogon_Harmony -> H [label="Credential Request"]; H -> ZK_Harmony [label="Generates ZK Proof"]; ZK_Harmony -> Vogon_Harmony [label="Proof Response"]; Vogon_Shimmer -> H [label="Credential Request"]; H -> ZK_Shimmer [label="Generates ZK Proof"]; ZK_Shimmer -> Vogon_Shimmer [label="Proof Response"]; }

digraph TOWELIdentityFlow { rankdir=LR; fontsize=12; fontname="Helvetica"; labelloc="t"; label="TOWEL Identity Flow: The Ambidextrous Particle"; node [shape=box style="rounded,filled" fontname="Helvetica" fontsize=11]; U [label="Unstable Particle", fillcolor="#fdf5e6", color="#d4af37"]; H [label="Custodial Enforcer", fillcolor="#e6f2ff", color="#3399cc"]; F [label="Travelling Poet", fillcolor="#e6ffe6", color="#33aa66"]; CB [label="Central Bureau", shape=ellipse, fillcolor="#cce6ff", style=filled]; FM [label="Fluctuating Movement", shape=ellipse, fillcolor="#ccffe6", style=filled]; TL_CB [label="Central Harmony Graph", shape=component, fillcolor="#d4eaff", style=filled]; TL_FM [label="Shimmer Graph", shape=component, fillcolor="#ddffdd", style=filled]; ZK1 [label="Proof of Harmony", shape=note, fillcolor="#f0f8ff", style=filled]; ZK2 [label="Proof of Shimmer", shape=note, fillcolor="#f0fff0", style=filled]; CB -> H [label="Verifier Credential"]; FM -> F [label="Verifier Credential"]; TL_CB -> H [label="Trust Verification"]; TL_FM -> F [label="Trust Verification"]; H -> U [label="Credential Proof Request\n(Request for Harmony)"]; U -> ZK1 [label="ZK Proof: Harmony"]; ZK1 -> H [label="Proof Response"]; F -> U [label="Credential Proof Request\n(Request for Shimmer)"]; U -> ZK2 [label="ZK Proof: Shimmer"]; ZK2 -> F [label="Proof Response"]; }