← Back to Patent Claims
Patent Claim 072 All Patents →

Graduated Stress-Mode State Machine with Asymmetric Off-Curve Sell Reroute

Four-Level Escalation Driven by Rolling Net-Sell-Pressure and Price-Drop Signals, Pricing a Dynamic Fee Tier and Rerouting Oversize Sells Away From the AMM Curve

Patent Claim JIL Sovereign July 2026 Claim 72 of 157

Executive Summary

Most circuit breakers in decentralized trading are binary and symmetric — a single "halted" switch, or a flat fee bump applied uniformly to every order regardless of direction. Binary controls overreact, halting legitimate buyers along with panic sellers; flat, non-escalating fees underreact, staying too small to matter once a real cascade is underway.

ProofGuard's circuit-breaker module instead classifies a launch pool into one of four ordered stress levels — Normal, Elevated, Stabilization, Emergency — driven by rolling net-sell-pressure fractions and price-decline fractions measured across multiple time windows. Each level derives both a dynamic trading-fee rate from a level-specific range and a per-trade sell-size cap. Sell orders above that cap are rerouted off the automated-market-maker's pricing curve to a batch-auction or request-for-quote venue; buy orders and sells at or under the cap keep executing directly on-curve at every level.

Core Innovation: The control is direction-asymmetric by construction — the size cap is only ever checked in the sell path — so a pool under stress keeps functioning as a market for buyers while specifically dampening the sell-side pressure that is driving the stress in the first place.

Problem Statement

A single global trading halt treats every participant identically regardless of intent, which is both an overcorrection and a poor user experience for anyone trying to add exposure during a dip. A flat, non-graduated fee increase, meanwhile, either bites too early (discouraging normal activity under mild volatility) or too late (a fixed few-percent bump does little to deter a determined seller mid-cascade). Static per-block price-impact caps common in constant-product AMMs guard against one large trade but are blind to the same pressure accumulated across many smaller trades spread over hours.

4
Escalation levels, each independently reachable by either signal class
0.30%-10.00%
Dynamic fee range spanning Normal through Emergency stress tiers (default policy)
40%
Price decline from reference price at which vault support auto-disables regardless of any other control state

Technical Architecture

Escalation Triggers

SignalWindowTriggerEscalates To
Net sell pressure1 hour> 2% of quote reserveElevated
Net sell pressure6 hours> 5% of quote reserveStabilization
Net sell pressure24 hours> 10% of quote reserveStabilization + hard circuit breaker
Price drop1 hour> 10%Elevated
Price drop24 hours> 15%Stabilization
Price drop24 hours> 25%Emergency
Price drop vs. referencerolling> 40%Emergency + vault support auto-disabled

Every threshold check runs independently against the same evaluation, and the pool's classification takes the most severe level indicated by any single triggered check — escalation within one evaluation pass is monotonically non-decreasing, so a milder signal cannot mask a more severe one.

Fee Tier and Sell-Size Cap

The classified stress level selects a fee rate from that level's configured range and a per-trade sell-size cap computed as a fraction of the pool's quote reserve. The sell-throttle pipeline reads this cap and the current stress mode when evaluating each sell request: a sell within the cap executes normally, while a sell above the cap is redirected to route through a batch-auction (TWAMM) or request-for-quote execution path instead of hitting the AMM curve directly. Buy orders are never subject to this cap.

Anchored Mode Transitions

Every stress-mode change is cryptographically anchored with the full signal snapshot — each windowed net-sell fraction and each price-drop fraction — recorded in the anchored payload, giving a complete, reproducible picture of exactly which signal drove each escalation or de-escalation.

Prior Art Differentiation

ApproachLevelsDirection-Aware?Multi-Window Signals?
Global trading halt1 (binary)NoNo
Flat fee bump1NoNo
Static per-block price-impact cap1NoNo (single trade only)
JIL ProofGuard4, graduatedYes, sell-only rerouteYes, multiple rolling windows

Patent Claim

Independent Claim 72: A computer-implemented method for managing sell pressure in an automated-market-maker pool comprising: computing, over a plurality of rolling time windows, a net-sell-pressure fraction relative to available quote-asset reserve and a price-decline fraction relative to both short-window and reference price marks; classifying the pool into one of a plurality of ordered stress-mode levels according to which of a set of per-window, per-signal thresholds have been exceeded, wherein the classification is monotonically non-decreasing within a single evaluation pass; deriving, from the classified stress-mode level, both a dynamic trading-fee rate selected from a level-specific range and a per-trade sell-size limit; and, for a pending sell order whose size exceeds the level-specific sell-size limit, routing execution of that order away from the automated-market-maker's pricing curve to a batch-auction or request-for-quote execution venue, while pending buy orders and sell orders at or below the limit continue to execute against the automated-market-maker's pricing curve.