← Back to Patent Claims
Patent Claim 007 All Patents →

Multi-Jurisdictional BFT Validator Bridge

Lock-and-Mint Cross-Chain Settlement Secured by an M-of-N Validator Threshold, Per-Regulatory-Zone Daily Volume Limits, and a Guardian-Role Fraud Veto

Patent Claim JIL Sovereign July 2026 Claim 7 of 157

Executive Summary

JIL Sovereign's bridge moves value between Ethereum and JIL L1 using a lock-and-mint pattern where release of destination-side funds requires independent verification and signature by a threshold of a bounded validator set, rather than a single relayer or multisig custodian. The validator set is designed to be geographically and jurisdictionally distributed so that no single legal authority can compel a majority of signers.

Three mechanisms distinguish this bridge from a generic multisig or oracle-relay design: (1) an M-of-N validator-threshold approval gate, independently configurable per token between 70% and 100% of the validator set; (2) per-regulatory-zone daily volume limits tracked separately from the bridge's global per-token cap, so a deposit attributed to one jurisdiction cannot silently consume another jurisdiction's headroom; and (3) a two-layer release delay - a base per-token challenge period plus an oracle-priced additional delay for large withdrawals - during which a dedicated guardian role can veto a withdrawal outright.

Core Innovation: A single bridge contract that composes validator-threshold consensus, jurisdiction-scoped volume governance, and a time-boxed fraud-veto window into one settlement path, rather than treating compliance limits and fraud response as separate off-chain processes layered on top of a bridge.

Problem Statement

Cross-chain bridges are the single most exploited category of infrastructure in digital-asset history - the common failure modes are a validator or relayer set that is too small or too centrally controlled, no jurisdictional segmentation of volume so a single compromised corridor can drain a whole token's liquidity, and no delay window between approval and release that would let a human or automated monitor intervene before funds actually leave the contract.

Why Generic Bridge Designs Fall Short

  • Multisig bridges (e.g. Ronin-style): A small, often operator-controlled signer set (5-9 keys) with no jurisdictional diversity requirement and no release delay - once threshold signatures are collected, funds move immediately.
  • Oracle-relay bridges (e.g. generic LayerZero/Wormhole-style guardian networks): Validator/guardian sets are typically operator-selected without an enforced jurisdictional-diversity floor, and volume limits, where they exist, are usually global rather than jurisdiction-scoped.
  • Simple lock-and-mint with a single relayer: No threshold at all - a single compromised or coerced key can mint or release funds.

Technical Architecture

Validator Threshold and Roles

The bridge contract defines three roles under standard access control: a VALIDATOR_ROLE that confirms deposits and signs off on withdrawals, an OPERATOR_ROLE that submits withdrawal requests carrying a Merkle proof, and a GUARDIAN_ROLE that can challenge any pending or approved withdrawal or pause the entire contract. The default validator threshold is set at 14 signatures, configurable per token between a floor of 70% and a ceiling of 100% of the validator set.

ElementDesign Detail
Default thresholda 20-node, 14-of-20 quorum (70% BFT), a planned Q4 2026 target - configurable per token, 70%-100%
Deposit confirmationValidator-role confirmation after JIL-side minting is observed
Withdrawal approvalEach validator signs once (deduplicated); status flips Pending → Approved at threshold
Fraud vetoGuardian role can challenge a Pending or Approved withdrawal at any time before execution

Reconciling the Legacy Description

Earlier internal draft documents described this bridge inconsistently - one narrative referred generically to "an N-validator network with M-of-N threshold signing," while contract-level documentation specifically states 14-of-20 (planned Q4 2026 target). This filing resolves that inconsistency by stating the design unambiguously: the bridge's target topology is a 20-member, jurisdictionally distributed validator set operating under a a 20-node, 14-of-20 quorum (70%), a planned Q4 2026 target BFT approval threshold. Current live deployment operates a smaller validator cohort than this 20-member target as the network scales toward it; the claim below describes the threshold mechanism and its configurability, which is independent of how many validators are presently seated.

Jurisdictional Volume Segmentation

Deposits are attributed to a regulatory zone identifier at deposit time (a caller may deposit to a specific zone, e.g. one identifier per jurisdiction, or fall back to a default zone). Each token/zone pair tracks its own daily volume counter against its own configured limit, distinct from - and bounded by - the bridge's global per-token daily cap. An unconfigured non-default zone reverts deposits rather than silently falling back to an unlimited allowance.

Two-Layer Release Delay

After threshold approval, a base per-token challenge period must elapse before a withdrawal can execute. Withdrawals above a large-value threshold - priced live against a Chainlink ETH/USD feed with an enforced staleness cutoff, and falling back to a fixed conservative estimate if the oracle is unset or stale - receive an additional independent delay on top of the base challenge period.

Prior Art Differentiation

DesignValidator Diversity Enforced?Jurisdiction-Scoped Volume Limits?Post-Approval Fraud Veto?
Small operator multisigNoNoNo
Generic guardian/relay networkNot enforced at protocol levelGlobal caps only, if anyVaries, usually off-chain governance
Single-relayer lock-and-mintNo threshold at allNoNo
JIL Sovereign BridgeTarget-topology jurisdictional designYes, per token/zoneYes, dedicated guardian role + delay window

Patent Claim

Independent Claim 7: A computer-implemented cross-chain bridge system comprising: a source-chain lock contract that attributes each deposit to a regulatory zone identifier and tracks daily deposit volume independently per token-and-zone pair against a configured per-zone limit; a bounded validator set operating under a configurable M-of-N signature threshold, where a destination-chain withdrawal transitions from a pending to an approved state only when independent signatures from at least the configured threshold of validators have been recorded against a Merkle-proven withdrawal record; a two-layer release delay comprising a per-token base challenge period and an additional oracle-priced delay applied when a withdrawal's value exceeds a dynamically computed large-withdrawal threshold; and a guardian role, distinct from the validator set, empowered to challenge and halt release of any pending or approved withdrawal before its release delay has elapsed.