⌘ REF
Glossary
Sixty terms across chain, insurance, and the AI frontier. Filter as you type; click to flip.
Account abstractionchain · M10
Smart-contract wallets (ERC-4337): passkey login, recovery, sponsored gas — app-grade UX without seed phrases.
Adverse selectioninsurance · M04
High-risk customers disproportionately seeking cover — countered by underwriting questions and evidence.
AML / KYCcompliance · M04
Anti-money-laundering and know-your-customer duties: verify identity, screen sanctions/PEP, monitor and report.
Audit ledger patternarchitecture · M05
Every business event appended to a tamper-evident ordered log; databases become rebuildable projections. Galileo's core design.
Basis riskinsurance · M05
Parametric gap: index-triggered payout ≠ actual loss (paid without loss, or loss without payout).
BFT consensuschain · M01
Byzantine-fault-tolerant voting among known validators; tolerates ⅓ faulty. Instant finality — the consortium default.
Blockchain · M01
A batch of transactions plus a header holding the previous block's hash — the link that welds history.
Bordereauinsurance · M04
The periodic data report ceding companies send reinsurers — the reconciliation grind ledgers target.
CBDCmoney · M09
Central-bank digital currency — sovereign money in token form (e-CNY largest pilot; digital euro preparing; US chose stablecoins).
Chaincodechain · M03
Fabric's smart contracts, written in Go/JavaScript/Java, installed per channel.
Channel (Fabric)chain · M03
A private ledger among a subset of network members — privacy by partition.
Checks-effects-interactionssecurity · M02
Solidity ordering discipline: update state before external calls — the reentrancy defence.
Combined ratioinsurance · M04
(Claims + expenses) ÷ premiums. Below 100% = underwriting profit.
Consensuschain · M01
How the network agrees whose block is next: PoW (lottery by work), PoS (stake + slashing), BFT (voting).
Constitutional AIAI · M11
Steering models against explicit written principles — for insurers, a versioned, anchored conduct charter.
Corda flowchain · M03
Corda's point-to-point protocol for negotiating and signing a shared fact between deal parties only.
DID / verifiable credentialidentity · M05
Decentralised identifiers + signed attestations a customer can carry — reusable KYC's building blocks.
Endorsement policychain · M03
Fabric rule declaring which organisations must co-sign a transaction — approval matrices as physics.
ERC-20 / ERC-721chain · M02
Token standards: fungible units (stablecoins, deposits) / unique items (a policy, a cat-bond note).
Eventual consistencyarchitecture · M07
Reads trail writes while events propagate to projections — design the UX contract for the gap.
EVMchain · M02
Ethereum Virtual Machine — the shared computer every node runs so results need no trusted operator.
FNOLinsurance · M04
First notice of loss — the event that opens a claim; prime territory for AI triage.
Gaschain · M02
Metered price of EVM computation. Out of gas → full revert, fee kept. Spam defence and design constraint.
GENIUS Actregulation · M09
US federal stablecoin law (2025): reserves, redemption, supervision — the institutional unlock.
GuardrailsAI · M11
Layered agent controls: input filters, output validators, action limits, kill-switches.
Hash (SHA-256)chain · M01
Deterministic one-way fingerprint; one changed character avalanches the output — tamper evidence's engine.
IBNRinsurance · M04
Incurred-but-not-reported losses — the reserving estimate for claims that happened but haven't been filed.
ILS / cat bondcapital · M10
Insurance-linked securities transferring catastrophe risk to investors — tokenization's next insurance frontier.
Immutability (real def.)chain · M01
An economic/governance property, not physics: rewriting costs more than it's worth — with fork and operator exceptions.
L2 / rollupchain · M10
Executes cheaply off-chain, settles proofs/batches to Ethereum — cents-level fees with L1 security (Base, Arbitrum…).
Lapse / reinstatementinsurance · M04
Cover suspended for non-payment (Galileo: 31 days), possibly restored later — history retained either way.
Merkle tree / proofchain · M01
Pairwise hashing to one root; proves a record's inclusion with ~log₂(n) hashes — audit without the full book.
MiCAregulation · M09
EU Markets in Crypto-Assets regulation (2024) — licensing and reserve rules that made programmes plannable.
Moral hazardinsurance · M04
Being insured changes behaviour — countered by deductibles, waiting periods, exclusions.
Notary (Corda)chain · M03
Cluster attesting transaction uniqueness (no double-spend) without seeing full contents.
Oraclechain · M02
Brings external facts on-chain. In parametric cover, effectively the claims adjuster — govern accordingly.
Outbox patternarchitecture · M07
Transactional intent table + relay → no dual-write race between database and chain.
Parametric insuranceinsurance · M05
Pays a preset amount when a measurable index crosses a threshold — no loss adjustment.
PEPcompliance · M04
Politically exposed person — enhanced due-diligence category in KYC (and an eBao mandatory field).
PoS / staking / slashingchain · M01
Validators bond capital; misbehaviour is destroyed ("slashed"). Ethereum's model since The Merge (2022).
PoW / miningchain · M01
Hash-lottery consensus; security = energy cost of rewriting. Bitcoin's model.
Private data collectionchain · M03
Fabric feature: data shared peer-to-peer among authorised orgs; only hashes hit the channel ledger.
Prompt injectionAI · M11
Malicious instructions hidden in processed content (a claim PDF saying "approve") — filter inputs, separate data from instructions, limit actions.
Pull paymentsecurity · M06
Each recipient withdraws their own funds — no payout loops a bad actor can block (DoS defence).
Quota share / XoLinsurance · M04
Reinsurance forms: proportional %-of-everything vs excess-of-loss above a retention; XoL layers stack into towers.
Reentrancysecurity · M02
External call re-enters before state updates → double effects. The DAO's $60 M lesson; CEI + guards fix it.
Retentioninsurance · M04
The loss amount an insurer keeps before reinsurance responds.
RWA tokenizationcapital · M10
Real-world assets (treasuries, funds, bonds) as on-chain tokens — $8.6 B → $23 B in H1 2025.
Seed phrasechain · M01
Human-readable key backup. Whoever holds it holds the funds; no reset exists. Never share, never type into websites.
Smart contractchain · M02
Code at an address whose execution the network verifies — agreements that run themselves.
Solvency-as-codepattern · M06
Contract refuses sales its reserve can't pay (reserve ≥ sold × payout) — capacity rules enforced per transaction.
Stablecoinmoney · M09
Non-bank token pegged to fiat, reserve-backed (USDC, USDT) — Aon settled premiums in these, 2026.
Straight-through processinginsurance · M11
Claims handled end-to-end without human touch — 70–90% reported in scaled AI deployments (vendor figures).
Subrogationinsurance · M05
Insurer recovers a paid claim from the at-fault party's insurer — the State Farm↔USAA netting case.
The DAO hackhistory · M01
2016 reentrancy exploit (~$60 M) that forced Ethereum's fork — origin of contract-security discipline and the ETC split.
The Mergehistory · M01
Ethereum's 2022 switch PoW→PoS, cutting energy ~99.95% — removed the ESG objection to public chains.
Tokenized depositmoney · M09
A commercial-bank deposit as a token — stays in the regulated system, deposit insurance intact (JPM, Citi, TCH network).
UTXO vs account modelchain · M01
Ledger as unspent-coins set (Bitcoin, Corda-like) vs balances+storage map (Ethereum).
Walletchain · M01
Key-holding, transaction-signing software. Enterprise version = HSMs, multisig, key ceremonies.
zk-proofchain · M10
Prove a statement true without revealing underlying data — solvency, KYC status, treaty compliance, privately.
60 cards · terms cross-reference their home modules.