Home
Learn

How It Works

Tokenomics

Roadmap

Humanitarian Impact Fund

FAQ

Products

Wallet

DEX

LaunchPad

Token Factory

Vaults

Company

About

Contact

Buy JIL
← Back to Patent Claims
Patent Claim 20 All Patents →

Adaptive Trading Enforcement

Graduated Restrictions Based on Composite Toxicity Scores

Patent Claim JIL Sovereign February 2026 Claim 20 of 36

Executive Summary

JIL Sovereign's adaptive enforcement system applies graduated trading restrictions based on the composite entity-level toxicity score. Rather than binary allow/deny decisions, the system uses four enforcement tiers that progressively limit a toxic trader's ability to extract value from liquidity providers.

Four Enforcement Tiers

TierScore RangeRestrictionsPurpose
LOW0.0 - 0.3Monitoring only, full market accessNormal trading, data collection
MODERATE0.3 - 0.6Spread widening (2x-5x), priority reductionReduce edge extraction profitability
HIGH0.6 - 0.85Position size reduction, RFQ-only routingForce institutional pricing, limit impact
CRITICAL0.85 - 1.0Complete blocking from AMM poolsFull protection of LP capital

Spread Widening Mechanism

At MODERATE tier, the system widens the effective spread seen by the toxic entity. The widening factor is computed as a function of the toxicity score:

spread_multiplier = 1.0 + (toxicity_score - 0.3) * 13.3
// At score 0.3: multiplier = 1.0x (no widening)
// At score 0.45: multiplier = 3.0x
// At score 0.6: multiplier = 5.0x

This makes toxic flow progressively less profitable while still allowing the entity to trade. If the entity's behavior improves, the score decays and widening reduces automatically.

RFQ-Only Routing

At HIGH tier, orders from the toxic entity are routed exclusively through the RFQ (Request-for-Quote) system rather than the AMM pools. Market makers in the RFQ system can price in the entity's toxicity and adjust their quotes accordingly, providing natural market-based protection for LP capital.

Score Decay and Rehabilitation

Toxicity scores use exponential decay weighting over a 7-day rolling window. An entity that stops toxic behavior sees its score naturally decline:

  • After 1 day of clean behavior: ~15% score reduction
  • After 3 days: ~50% score reduction
  • After 7 days: ~90% score reduction

This encourages behavioral improvement without permanent punishment.

Patent Claim

Dependent Claim 19: The system of claim 16, wherein the adaptive enforcement system applies four graduated tiers: LOW (monitoring only), MODERATE (spread widening), HIGH (position size reduction + RFQ-only routing), CRITICAL (complete blocking).