Platform

Overview

How It Works

Beneficiary Identity

Policy Corridors

Deterministic Finality

Architecture

Security Model

Governance

Integration

Solutions

Corridors Overview

Institutional Overview

Pricing

All Scenarios

Humanitarian Impact Fund

Assurance

Technical Assurance

Verify Receipt

Receipt Example

Developers

Documentation

APIs & Bridges

Architecture Docs

Glossary

BID API

Company

About

Team

Partners

Roadmap

Investors

Contact

Blog

All Documentation

Schedule Consultation
Beneficiary Identity Dispatch

BID: Beneficiary Identity Dispatch

Comprehensive identity verification for every wire - beneficiary binding, phone, email, address, personal identity, and company checks. Full KYC/KYB coverage in a single API.

8
Check Types
<2s
P95 Response Latency
Full
KYC/KYB Coverage

$2.9B lost to BEC fraud annually (FBI IC3 2024). One API call changes that.

Process

How It Works

Four steps from registration to verified settlement. No manual review. No guesswork.

1

Register Beneficiary

Bank submits beneficiary details. JIL computes cryptographic binding hash and verifies Ed25519 signature.

2

Submit Payment Intent

Sending bank submits payment intent with beneficiary reference. JIL dispatches verification.

3

Verify Identity

JIL runs sanctions screening, recomputes binding hash, verifies signature, returns trust score.

4

Release or Block

Bank receives verified/failed result with compliance decision. Funds released only on verified.

Verification

Identity Verification Suite

Five automated check types - technology-driven, not manual review. Every verification runs through vendor APIs and cryptographic validation in under 2 seconds.

📞

Phone Verification

Validate number format, line type (mobile/landline/VoIP), carrier lookup, and reachability scoring.

From $0.03/check

Email Verification

Syntax validation, MX record check, disposable email detection, and deliverability verification.

From $0.03/check
📍

Address Verification

Format validation, postal code verification, standardization, and country-specific pattern matching.

From $0.03/check
👤

Personal Identity

Name match verification, account ownership, sanctions screening, PEP status, and adverse media checks. For personal accounts - is this person on the account?

From $0.20/check
🏢

Company Verification

Business registration lookup, good standing status, jurisdiction verification, LEI validation, officer identification, and sanctions screening. For companies - is registration active and in good standing?

From $3.50/check
Developer Experience

Simple API. Full Protection.

Register a beneficiary, verify on every wire, and run identity checks. Production-ready REST API with Ed25519 signature binding.

Register Beneficiary
curl -X POST https://api.jilsovereign.com/v1/bid/register \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "beneficiary_name": "Acme Corp", "account_number": "GB29NWBK60161331926819", "bank_code": "NWBKGB2L", "jurisdiction": "GB", "public_key": "ed25519:abc123..." }' // Response: 201 Created { "bid_ref": "BID-2026-03-01-00042", "binding_hash": "sha256:9f4e2d...", "status": "registered" }
Verify on Payment
curl -X POST https://api.jilsovereign.com/v1/bid/verify \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "bid_ref": "BID-2026-03-01-00042", "amount": "50000.00", "currency": "USD", "sender_ref": "WIRE-8834-A", "signature": "ed25519:def456..." }' // Response: 200 OK { "decision": "verified", "trust_score": 0.98, "sanctions_clear": true, "binding_match": true }
Company Verification Check
curl -X POST https://api.jilsovereign.com/v1/bid/check/company \ -H "Authorization: Bearer $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "company_name": "Acme Corp", "registration_number": "12345678", "jurisdiction": "GB", "lei": "5493001KJTIIGC8Y1R12" }' // Response: 200 OK { "check_type": "company", "status": "verified", "registration_active": true, "good_standing": true, "sanctions_clear": true, "officers_identified": 3, "lei_valid": true }
Pricing

Transparent, Volume-Based Pricing

No hidden fees. No annual contracts. Pay per verification.

Endpoint Starter$99/mo min Pilot$499/mo min Pro$1,999/mo min Enterprise$9,999/mo min
Register $0.50 $0.35 $0.20 $0.12
Verify $0.50 $0.35 $0.20 $0.12
Submit (E2E) $1.00 $0.70 $0.40 $0.25
Phone Check $0.10 $0.08 $0.05 $0.03
Email Check $0.10 $0.08 $0.05 $0.03
Address Check $0.10 $0.08 $0.05 $0.03
Person Check $0.75 $0.50 $0.35 $0.20
Company Check $8.00 $6.00 $4.50 $3.50
Status Free Free Free Free
Rate Limit 60/min 120/min 300/min 1,000/min

Pricing for identity verification checks (phone, email, address, person, company, KYC, KYB) depends on third-party vendor rates and is subject to change. JIL reserves the right to adjust per-check fees with 30 days' written notice.

Architecture

JIL as Trusted Intermediary

Full end-to-end dispatch for banks that want turnkey BEC protection.

Sending Bank

Initiates wire transfer and submits beneficiary details via REST API

JIL BID Engine

Cryptographic binding (Ed25519) / OFAC + EU sanctions / Vendor identity checks / Trust scoring

Receiving Institution

Receives verified/blocked decision with compliance attestation via webhook

JIL acts as a neutral verification layer between counterparties. The BID engine constructs the cryptographic binding, runs automated identity and sanctions checks through integrated vendor APIs, computes a trust score, and delivers the decision to the receiving institution - all within a single API round-trip. Coverage spans cross-border corridors across US, EU, UK, Switzerland, Singapore, UAE, and Japan.

Economics

The Math Is Simple

~$0.01
JIL's blended internal cost per core BID verification
$129,000
Average BEC fraud loss (FBI IC3 2024)

Internal Cost Breakdown

Core BID (register/verify/status): cryptographic hash computation + sanctions list lookup + database write = ~$0.005-$0.015 per call. Identity checks (phone/email/address/person/company) incur additional vendor API costs passed through at margin. Infrastructure amortized across volume.

Return on Investment

One prevented fraud incident pays for 258,000 verifications. At $0.50/check, that is 12+ years of continuous use for a single bank.

Gross Margin

96% gross margin on core BID at Starter tier ($0.50 revenue vs ~$0.01 cost). 88% gross margin at Enterprise tier ($0.12 revenue vs ~$0.01 cost). Identity check margins vary by vendor pass-through.