Network paths that grow themselves.
When your node sends a transaction, it doesn't flood the network with copies. It follows the conductivity scores it has already learned. The path with the best track record gets the traffic. As traffic accumulates, that path strengthens. Idle paths decay.
This is the Physarum equation at work: dD/dt = |Q|^α − μD, where D is conductivity, Q is flow, α=0.6 keeps strong and moderate routes both viable, and μ=0.008 lets dead routes fade in about 125 steps. The network converges to efficient topology by itself.
- AlgorithmPhysarum polycephalum — the same path-finding slime mold uses in nature.
- Self-healsWhen a node goes offline, its conductivity scores decay to zero and traffic reroutes automatically.
- No floodsDirected routing — no broadcast storms, traffic scales with node count.