Moratorium and Reversal Gate¶
Procedure — instantiates Displacement-Aware Capacity Admission
A stop rule that pauses or reverses expansion when observed displacement crosses protected thresholds.
Even a carefully admitted entrant can turn out to displace more than anyone predicted — so you pre-commit, in writing, to the observed conditions under which admission is halted or unwound. Moratorium and Reversal Gate is the ex-post stop rule: a threshold on measured displacement that, when crossed, automatically pauses further expansion (moratorium) or rolls an entrant back (reversal), together with the logged record of the breach and the action taken. Its defining move is committing to the exit before you need it: the threshold and the response are fixed while the decision is still cool, so that when displacement actually breaches a floor the system acts on a rule rather than relitigating from scratch under pressure. It watches an entrant that is already admitted and operating; it never decides who gets in — its whole function begins after admission, when the evidence of harm arrives.
Example¶
An agricultural valley sits over a shared aquifer that also feeds domestic wells and a spring-fed wetland. A new center-pivot operation has been admitted to pump, on the understanding that slack exists. Rather than trust that judgment indefinitely, the groundwater district installs a Moratorium and Reversal Gate. The protected threshold is written explicitly: if the monitored water table at three sentinel wells drops below a defined elevation, or if the wetland spring's flow falls under a set rate for two consecutive weeks, new pumping permits are frozen immediately, and if the decline continues past a deeper line, existing recent permits are curtailed in reverse order of issuance. Every crossing is logged — the reading, the date, the trigger fired, the action taken — into a standing record.
Two dry summers in, the sentinel wells cross the first line. The gate fires: a moratorium halts three pending permit applications, and the breach is entered in the record with the readings that justified it. Because the rule was fixed in advance, the district isn't arguing, mid-drought, about whether the decline is "really" the new operation's fault — it is executing a pre-agreed stop and documenting why. When the water table recovers the following wet year, the logged record is what lets the district reopen deliberately rather than reflexively.
How it works¶
The gate's distinguishing logic is a pre-committed response bound to a monitored breach, with everything recorded:
- Fix thresholds on observed displacement. Define the measured conditions — a floor breach, a rate of decline, a duration — that constitute a violation, in advance and in writing.
- Bind an automatic response. Pre-specify what happens at each threshold: pause new expansion, or reverse recent admissions in a defined order, so the action is not renegotiated under duress.
- Log every crossing. Record the reading, the trigger fired, the action taken, and the timestamp into an accountability record, so the stop is auditable and a pattern of near-misses is visible.
- Define the re-entry path. State the recovery conditions under which a moratorium lifts, so a pause is a controlled hold, not a permanent freeze by inertia.
Tuning parameters¶
- Trigger sensitivity — how close to the floor the threshold sits. A tight trigger stops early and safely but fires on noise; a loose one avoids false alarms but may act only after real harm.
- Response severity — pause-only versus full reversal, and how much is unwound. Reversal is decisive but disruptive and costly to the entrant; a moratorium is gentler but lets existing displacement stand.
- Confirmation window — how long a breach must persist before the gate fires. A longer window filters transient spikes but delays protection; an instant trigger is protective but jumpy.
- Re-entry hysteresis — how much recovery is required before a hold lifts, kept deliberately above the trigger level so the system doesn't oscillate on and off the line.[n1]
When it helps, and when it misleads¶
Its strength is that it makes reversibility real: because the stop condition and response are pre-committed, the system can admit an entrant under genuine uncertainty knowing it has a credible, low-drama way to unwind if the optimistic forecast proves wrong. It is a circuit breaker for displacement — a pre-set halt that fires on a measured limit rather than on nerve.[n2]
Its failure mode is the trigger that never fires because it was set where it would embarrass someone, or the reversal everyone flinches from executing once real interests have organized around the entrant. A gate that is loud on paper and never pulled is worse than none, because it launders continued displacement as "monitored." Thresholds set on noisy signals also whipsaw. The guarding discipline is to fix the threshold and response before admission when incentives are neutral, pre-authorize the reversal so no one has to find the courage later, and require a logged justification for any decision not to fire a triggered gate. Note the boundary with its twin: this gate lets admission happen and acts only after monitoring shows a breach, whereas the Capacity Reservation Rule prevents the breach in advance by fencing capacity off at the front door and never watches the aftermath at all.
How it implements the components¶
The gate is an ex-post stop procedure filling two components:
reversal_or_moratorium_trigger— the pre-committed threshold-and-response: the measured breach that pauses expansion or unwinds recent admissions on a defined rule.displacement_accountability_record— logs each crossing, the reading that justified it, and the action taken, making the stop auditable and near-misses visible.
It does not set the protected_function_floor or the front-door admission_or_expansion_rule — those are its twin Capacity Reservation Rule, which fences capacity off before admission; this gate begins only after admission. It does not run the ongoing phase_in_monitoring_loop that produces the signal it reads — that is Phased Admission Trial and Crowding-Out Monitoring Dashboard.
Related¶
- Instantiates: Displacement-Aware Capacity Admission — the gate supplies the pre-committed stop-and-reverse rule that makes admission under uncertainty safe.
- Consumes: Crowding-Out Monitoring Dashboard supplies the observed-displacement signal the thresholds are read against; Substrate Capacity Budget supplies the floor the threshold protects.
- Sibling mechanisms: Incumbent Use Register · Substrate Capacity Budget · Displacement Impact Assessment · Shadow Displacement Accounting · Capacity Reservation Rule · Offset or Relocation Plan · Phased Admission Trial · Crowding-Out Monitoring Dashboard
Editorial Notes¶
Form Classification¶
Form family: Control, Automation & Runtime
Rationale: Moratorium and Reversal Gate operates as a live operational control that automatically routes, enforces, adapts, or responds during execution because it a stop rule that pauses or reverses expansion when observed displacement crosses protected thresholds.
Independent corroboration: The frozen evidence defines Moratorium and Reversal Gate as 'A stop rule that pauses or reverses expansion when observed displacement crosses protected thresholds', so its operative form is Control, Automation & Runtime.
Nearest alternative: Rule, Policy & Commitment — The thresholds and responses are precommitted rules, but a breach automatically pauses or reverses expansion during operation.
Review outcome: Independent reviewer agreement; medium confidence.
Origin Attribution¶
Primary origin: Public Administration & Policy
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Pausing or reversing expansion when social displacement thresholds are crossed belongs primarily to public-policy safeguard and adaptive regulation practice.
Related originating lineages:
- Architecture & Urban Planning — Anti-displacement thresholds arise prominently in development and land-use planning.
- Environmental Science & Climate Studies — Adaptive resource management supplies ecological thresholds, monitoring, and cautious re-entry.
- Law & Governance — Permitting authority and legally reviewable stop rules provide enforceability.
Review resolution: Both independent reviews agree on primary origin public_administration_policy; reconciliation resolves secondary fields (reported_ambiguity, alternate_origin_disagreement). Alternate origins retained (architecture_urban_planning, law_governance, environmental_climate) are the union of reviewer-supported formative lineages with explicit rationales, not a list of later application domains. Present-day breadth is represented separately as domain_reach=multi_domain; origin_mode=cross_disciplinary_synthesis records the historical relationship among lineages. Confidence is conservatively reconciled to medium, and encyclopedia_synthesis=true preserves either reviewer's finding that the encyclopedia generalized the mechanism.
Attribution caveat: The generic capacity-admission framing broadens an urban-policy mechanism. The generalized gate combines administrative permitting, environmental thresholds, and circuit-breaker logic.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; medium confidence.
Notes¶
[n1] Hysteresis sets the re-entry threshold higher than the trigger threshold so a system doesn't rapidly toggle between states when a signal hovers at the boundary — the same principle a thermostat uses to avoid short-cycling. Here it keeps a recovering substrate from flapping between moratorium and reopening. ↩
[n2] Stock exchanges use circuit breakers — pre-defined price-move thresholds that automatically halt trading — precisely so that a stop is a mechanical rule agreed in advance rather than a panicked judgment made in the moment. The gate applies the same pre-commitment to displacement. ↩