SCBE-AETHERMOORE

The Harmonic Wall

The public demo lane uses a base wall intuition where adversarial cost scales as Rd2: exponential in the square of drift distance. Drag to rotate, scroll to zoom, and inspect why the cost curve rises so fast near the boundary.

Hbase(d, R) = Rd2
Base public intuition only  •  live governed branches can add intent or temporal scaling before final gating
Linear: d * R
Quadratic: d² * R
Base wall intuition: R^(d²)
Base Cost (R)
5.0
Max Drift (d)
3.0
Layers
Attacker Path

Linear Defense

cost = d × R
Easily Overcome
d=2, R=5 → cost = 10

Quadratic Defense

cost = d² × R
Surmountable
d=2, R=5 → cost = 20

SCBE Harmonic Wall

cost = Rd2
Computationally Infeasible
d=2, R=5 → cost = 625