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 13 All Patents →

Decentralized Custody Marketplace

Multi-Provider Asset Distribution with Aggregated Protection Coverage

Patent Claim JIL Sovereign February 2026 Claim 13 of 36

01Executive Summary

The Decentralized Custody Marketplace is an on-chain registry of approved custody providers that enables institutional users to distribute assets across multiple custodians with aggregated protection coverage. Instead of relying on a single custody provider - and accepting the counterparty concentration risk that entails - institutions can split holdings across providers whose coverage amounts combine additively.

The marketplace maintains verified profiles for each custody provider including coverage limits, jurisdictional licenses, supported asset types, historical uptime, and real-time liveness status. Hourly liveness probes monitor every registered provider, and automatic failover triggers asset migration via 2-of-3 multi-sig within 15 minutes when a provider becomes unresponsive.

Core Innovation: No existing platform allows institutional users to distribute assets across multiple custody providers with coverage that aggregates across providers. A user holding $15M in assets can distribute $5M across three providers with $5M coverage each, achieving $15M total coverage - a capability impossible with any single-provider model today.

02Problem Statement

Institutional crypto custody concentrates assets and risk with a single provider. When that provider fails - as FTX, Celsius, and Voyager demonstrated - clients lose access to all custodied assets simultaneously. Even regulated custodians carry concentration risk that traditional finance mitigates through multi-bank relationships.

2.1 Single-Custodian Risk

$8B+
Lost to single-custodian failures (2022)
1
Number of custodians most funds use
0
Platforms offering aggregated multi-custodian coverage

2.2 Current Custody Limitations

  • Single Point of Failure: One custodian holds all assets. Operational failure, regulatory seizure, or insolvency affects 100% of holdings.
  • Coverage Gaps: Individual custodian insurance typically caps at $250M aggregate (shared across all clients), not per-client.
  • No Automatic Failover: When a custodian goes offline, clients must manually initiate asset migration - a process that can take days to weeks during a crisis.
  • Opaque Provider Quality: No standardized registry for comparing custody providers on uptime, security incidents, coverage terms, or jurisdictional compliance.
  • Lock-In: Migrating between custody providers requires complex legal and technical coordination, creating vendor lock-in.
The Gap: Traditional finance distributes assets across multiple banks and custodians as standard practice. Crypto custody has no equivalent infrastructure for multi-provider distribution, coverage aggregation, or automatic failover. JIL Sovereign's Custody Marketplace brings institutional-grade multi-custodian practices to digital assets.

03Technical Architecture

3.1 Provider Registry

FieldTypeDescription
provider_idbytes32Unique provider identifier (hash of legal entity + registration)
namestringProvider display name
jurisdictionsstring[]Licensed jurisdictions (e.g., CH_FINMA, US_FINCEN, SG_MAS)
coverage_limit_usduint256Maximum per-client coverage amount
supported_assetsstring[]Supported asset types (BTC, ETH, JIL, stablecoins, etc.)
uptime_30duint1630-day uptime percentage (basis points, e.g., 9997 = 99.97%)
liveness_statusenumACTIVE, DEGRADED, OFFLINE, SUSPENDED
last_probe_atuint256Timestamp of last successful liveness probe
security_scoreuint16Composite security rating (0 - 1000) based on audit history
migration_endpointstringAPI endpoint for initiating asset migration

3.2 Coverage Aggregation Model

When a user distributes assets across multiple providers, coverage limits aggregate additively. For example, distributing $15M across three providers with $5M coverage each yields $15M total coverage. The on-chain registry tracks the exact allocation per provider and computes the aggregate coverage in real time.

// Coverage aggregation example
{
  "user": "jil1abc...def",
  "total_assets_usd": 15000000,
  "allocations": [
    {"provider": "CustodyProvider-A", "amount_usd": 5000000, "coverage_usd": 5000000},
    {"provider": "CustodyProvider-B", "amount_usd": 5000000, "coverage_usd": 3000000},
    {"provider": "CustodyProvider-C", "amount_usd": 5000000, "coverage_usd": 7000000}
  ],
  "aggregate_coverage_usd": 15000000,
  "coverage_ratio": 1.0
}

3.3 Liveness Probe System

Every registered provider is probed hourly through a standardized health check protocol. The probe verifies API availability, signing capability (test transaction signature), and asset balances (proof-of-reserves). Providers that fail three consecutive probes transition to DEGRADED status. Providers offline for more than 4 hours trigger automatic failover procedures.

04Implementation

4.1 Automatic Failover Protocol

  1. Detection: Liveness probe system detects provider OFFLINE status (3 consecutive probe failures over 3 hours).
  2. Alert: User notified via wallet push notification and on-chain event. Failover countdown begins (1 hour grace period for provider recovery).
  3. Target Selection: Marketplace engine selects optimal migration target based on: available coverage capacity, jurisdiction match, asset support, and current uptime score.
  4. Migration Initiation: 2-of-3 multi-sig transaction initiated (user shard + platform shard). Assets begin transferring from offline provider's escrow to target provider.
  5. Completion: Migration completes within 15 minutes. On-chain allocation records updated. New coverage aggregation computed. Proof posted to bulletin board.

4.2 Provider Onboarding

RequirementVerification MethodFrequency
Regulatory LicenseOn-chain attestation from jurisdiction authorityAnnual renewal
Security AuditThird-party audit report hash on bulletin boardAnnual
Coverage ProofInsurance certificate or reserve proof on-chainQuarterly
Technical IntegrationStandardized API compliance test suitePer version update
Liveness EndpointProbe compatibility verificationContinuous
15-Minute Migration: Asset migration between providers uses the MPC 2-of-3 signing protocol - the same mechanism used for standard transactions. Because the user holds Shard A and the platform holds Shard B, migration can be authorized without cooperation from the failing provider. The 15-minute window includes transaction signing, on-chain settlement, and allocation record updates.

05Integration with JIL Ecosystem

5.1 MPC Cosigner

The MPC cosigner service (port 8200) manages the signing ceremonies for asset migration transactions. When failover is triggered, the cosigner initiates a priority signing round using the user's Shard A and the platform's Shard B, bypassing normal transaction queue priorities to ensure rapid migration completion.

5.2 Protection Coverage Registry

The custody marketplace integrates with the on-chain protection coverage registry (Claim 06). Aggregated coverage across multiple providers is reflected in the user's policy record. If a provider fails and migration succeeds, coverage continues seamlessly with the new provider. If migration fails, the coverage payout mechanism activates.

5.3 Compliance Zones

Provider selection respects compliance zone boundaries. A user registered in the DE_BAFIN zone can only allocate assets to providers licensed in compatible jurisdictions. Cross-jurisdiction allocations require corridor approval from the corridor switchboard.

5.4 Proof Bulletin Board

Every provider onboarding, liveness status change, failover event, and migration completion is recorded as an audit receipt on the proof bulletin board. This creates a permanent, verifiable history of all custody marketplace operations.

06Prior Art Differentiation

SystemMulti-Provider?Coverage Aggregation?Auto Failover?Migration Speed
FireblocksNo - single platformNoNoN/A
BitGoNo - single custodianNoNoDays (manual)
Copper ClearLoopMulti-exchange (trading only)NoNoHours
Hex TrustNo - single custodianNoNoDays (manual)
JIL MarketplaceYes - unlimited providersYes - additiveYes - 15 min15 minutes (automatic)
Key Differentiator: JIL Sovereign's Custody Marketplace is the only system that combines a verified provider registry, additive coverage aggregation across multiple custodians, hourly liveness monitoring, and automatic failover with 15-minute asset migration via MPC multi-sig. No existing custody platform supports multi-provider distribution with aggregated coverage.

07Implementation Roadmap

Phase 1
Months 1 - 3

Provider Registry

On-chain provider registry contract. Provider onboarding workflow with regulatory license verification. Standardized API specification for custody providers. Basic liveness probe system (hourly health checks). Provider profile display in wallet interface.

Phase 2
Months 4 - 6

Multi-Provider Allocation

User-configurable asset distribution across multiple providers. Coverage aggregation computation engine. Real-time allocation dashboard. Allocation rebalancing tools. Integration with compliance zone restrictions for provider selection.

Phase 3
Months 7 - 9

Automatic Failover

Enhanced liveness probes (API, signing, reserves). Automatic failover protocol with 15-minute migration SLA. MPC priority signing for migration transactions. Failover event recording on proof bulletin board. User notification system for status changes.

Phase 4
Months 10 - 12

Marketplace Intelligence

Provider scoring and ranking algorithm. Historical performance analytics. Coverage optimization recommendations (maximize coverage per dollar of premium). Cross-chain custody support for wrapped assets. Third-party audit of marketplace contracts.

08Patent Claim

Claim 13: A system for decentralized custody marketplace enabling multi-provider asset distribution, comprising: an on-chain registry of approved custody providers storing verified attributes including coverage limits, jurisdictional licenses, supported asset types, historical uptime, and real-time liveness status; a coverage aggregation mechanism wherein protection coverage limits from multiple providers combine additively for a single user's distributed holdings; a liveness probe system that monitors each registered provider at regular intervals through standardized health checks verifying API availability, signing capability, and asset reserves; an automatic failover protocol that detects provider unavailability through consecutive probe failures and initiates asset migration to a selected alternative provider using multi-party computation threshold signing within a defined time window; and an asset migration mechanism that transfers assets between providers using the user's existing signing shards without requiring cooperation from the unavailable provider.