LayerCover

Glossary

Comprehensive glossary of LayerCover terms and concepts

A comprehensive reference for all terms and concepts used throughout LayerCover documentation and the protocol.


General Terms

TermDefinition
CoverageThe amount of protection a policy provides, denominated in the underlying asset (e.g., USDC). This represents the maximum payout amount if a valid claim is filed.
PolicyAn insurance contract represented as an ERC-721 NFT. Each policy includes a coverage amount, premium paid, pool assignment, and fixed duration. Policyholders can transfer, trade, or claim against their policies.
PremiumThe fixed upfront cost of insurance coverage, paid by the policyholder at purchase. Premiums are distributed to underwriters, the Backstop Pool, and the protocol treasury.
ClaimA request for payout when a covered event occurs. For launch pools, policyholders submit distressed assets (e.g., depegged stablecoins or affected vault shares) along with their policy NFT.
SalvageDistressed assets received from claimants during the claims process. Salvage is distributed pro-rata to underwriters who were backing the policy at T0 (the claim block).

Capital & Underwriting

TermDefinition
UnderwriterA capital provider who deposits funds into a Syndicate to back insurance policies and earns premiums and yield in exchange for taking on insurance risk.
Capital PoolThe main ERC-4626 vault where syndicate capital is aggregated. CapitalPool manages allocation, yield generation through external protocols, and claim payouts.
SharesERC-20 tokens representing ownership in a Syndicate vault or the CapitalPool. Share value rises as premiums and yield accrue and falls when claims generate losses.
PrincipalThe original amount of capital an underwriter deposited, tracked separately from gains and losses to reveal true P&L.
AllocationCommitting capital from a Syndicate to back a specific insurance pool, defining exposure to that pool's risks and claims.
PledgeThe amount of capital a syndicate has allocated to a specific pool, defining exposure to that pool's risks and claims.
Risk PointsThe underwriting budget used by syndicates to size exposure. The live system gives each syndicate 20 total points, and each pool consumes 1-7 points per unit of pledged capital depending on its risk rating.
Concentration LadderThe leverage rule that reduces effective max leverage as the largest single-pool pledge grows relative to syndicate principal. In the current model this replaces the old fixed per-pool concentration cap.
Coverage FloorMinimum capital requirement per pool that keeps policies fully backed during deallocations, preventing undercollateralization.
Capital Adequacy RatioMinimum ratio of principal to total pledged exposure (default: 50%). Syndicates below this threshold cannot write new business until recapitalized. Mirrors Lloyd's Solvency Capital Requirement.

Pools & Risk

TermDefinition
PoolA grouping of insurance policies covering a specific protocol or risk type (e.g., "Aave USDC"). Each pool has unique parameters that define coverage terms.
Premium RateThe annual cost of coverage expressed as APR. In LayerCover's fixed-rate model, rates are set by syndicate managers when they create quotes (intents) in the orderbook.
Risk RatingLetter grade (e.g., AAA, AA, A, BBB, BB, B, C) classifying pool risk. Higher-risk pools consume more of a syndicate's 20-point budget per unit of pledged capital.
Mutex GroupA set of pools that cover correlated risks. A syndicate cannot allocate to more than one pool in the same mutex group at the same time.

Syndicates

TermDefinition
SyndicateA professionally managed underwriting vault (ERC-4626) where depositors let a manager allocate capital on their behalf. Comparable to a managed fund at Lloyd's of London.
Syndicate ManagerThe address authorized to manage allocations, strategy, and risk for a syndicate. Earns incentives via performance fees.
Performance FeeConfigurable fee on harvested yield in a syndicate, capped at 20% and routed to the fee recipient.

Reinsurance

TermDefinition
Backstop PoolThe protocol-wide catastrophic reserve funded by a percentage of all premiums. Provides liquidity when syndicate capital and 3rd party reinsurance are insufficient to cover claims.
SharedAssetControllerSmart contract that manages the Backstop Pool, receiving backstop premium contributions, deploying capital to yield strategies, and providing emergency liquidity.
Backstop Pool ShareThe catastrophe-premium share routed to the Backstop Pool after protocol fees are deducted. Configurable via catPremiumBps.
Reinsurance HookOptional smart contract integration (IReinsuranceHook) allowing syndicates to connect to external 3rd party reinsurers for additional underwriting capacity and policy-specific risk sharing.
Third-Party ReinsurerExternal entity approved by a syndicate manager to provide additional reinsurance capacity via the hook-based integration system. Premium and loss sharing follow the hook's settlement logic and the policy's reinsuredPortion.
ReinsuranceSettlementModuleOn-chain receivables ledger that tracks substitution debt when private reinsurance hooks cannot fully pay their claim portion. Records backstop/treasury substitutions and manages repayment.
Hook DebtReceivable accrued when the Backstop Pool or Treasury substitutes for an undercapitalized reinsurance hook. Tracked per-hook with backstop vs treasury breakdown. Hooks can repay at any time.
Monitoring EpochTime-bucketed accounting period (default: 1 day) used by the ReinsuranceSettlementModule to track accruals and repayments for audit and reconciliation.
Liquidity WaterfallThe ordered sequence of funding sources used to fulfil claims: (1) underwriter adapter liquidity, (2) private reinsurance hook when bound, (3) underwriter idle liquidity, (4) Backstop Pool, (5) Protocol Treasury, then any unpaid remainder becomes claim debt.

Claims & Payouts

TermDefinition
Claim ProcessingAutomated sequence for paying claims: <ol><li>Validate policy ownership and token submission</li><li>Snapshot underwriter pledges at T0</li><li>Execute payout waterfall</li><li>Distribute salvage to T0 underwriters</li></ol>
Payout WaterfallOrdered funding sources for claims: <ol><li>Yield adapters (proportional draw)</li><li>Reinsurance liquidity swap (adapter debt → backstop)</li><li>Private reinsurance hook (payClaimPortion)</li><li>Idle capital in CapitalPool</li><li>Backstop Pool (global reserve)</li><li>Protocol Treasury (last resort)</li></ol> If all layers are exhausted, the claim is partially paid and deficit is recorded.
T0 (Time Zero)Block number when a claim is filed. Underwriter positions snapshot at T0 to lock salvage rights and prevent gaming.
Checkpointed SalvageMechanism tying salvage rights to the underwriters backing a policy at T0, blocking late entrants from claiming salvage.

Yield & Rewards

TermDefinition
Yield AdapterSmart contract integrating with external DeFi protocols (Aave, Compound, etc.) to deploy idle capital and generate yield. Each adapter targets a specific protocol/asset.
aTokensAave interest-bearing tokens (e.g., aUSDC) that automatically accrue yield as the lending pool earns interest.
cTokensCompound interest-bearing tokens (e.g., cUSDCv3) that function similarly to aTokens for the Compound protocol.
Reward DistributorContract that records premium earnings per pool and distributes them to underwriters based on their pledges.
HarvestProcess of collecting yield from external protocols and crediting it back to the CapitalPool. Anyone can trigger harvests on a regular cadence.

Withdrawals & Deallocations

TermDefinition
WithdrawalPulling capital out of a Syndicate. Unlocked capital (not backing active policies) can be withdrawn by redeeming shares.
Capital LockingCapital backing active policies is locked and cannot be withdrawn until those policies expire or settle, protecting against claim front-running.
DeallocationReducing capital allocated from a syndicate to a specific pool. Managed by the syndicate manager, subject to coverage floor constraints.
Backstop Pool Notice PeriodThe Backstop Pool may impose a waiting window before withdrawals complete, separate from syndicate rules.

Governance & Administration

TermDefinition
ProtocolConfiguratorCentral admin hub - the owner-controlled contract that manages pool configuration, fees, system parameters, and contract upgrades. Owned by a DAO multisig or timelock.
CommitteeA single privileged address (typically a multisig) with limited emergency powers: pausing and unpausing pools during incidents. Cannot change parameters, move funds, or modify claim logic.
Incident ReportingEmergency process where the committee flags a covered event (e.g., hack, depeg) and pauses the affected pool, blocking new policy purchases while existing policies and claims remain active.
COVR TokenThe protocol's ERC-20 governance token with a fixed supply cap of 1 billion. Supports burning and EIP-2612 gasless approvals.

Technical Terms

TermDefinition
ERC-4626Tokenized vault standard used by CapitalPool and Syndicates, providing a common interface for deposits, withdrawals, and accounting.
ERC-721 (NFT)Non-fungible token standard where each policy is a unique token that can be transferred, traded, or pledged as collateral.
Basis Points (BPS)Unit that expresses percentages in hundredths of a percent; 100 bps equals 1%, so a 500 bps fee equals 5%.
IntentAn off-chain signed quote (EIP-712) from a syndicate manager specifying a rate, pool, and capacity. Buyers select intents from the orderbook to purchase coverage atomically.
IntentMatcherSmart contract that atomically matches buyer and seller intents - locking capital, transferring premium, and minting the policy NFT in a single transaction.
SystemRegistryService locator contract that provides protocol-wide dynamic dependency resolution. All core contracts resolve their dependencies through the registry at runtime.
RevertTransaction failure that rolls back all state changes because validation failed, balances were insufficient, or another error occurred.

Actions & Operations

TermDefinition
MintCreation of new tokens such as Syndicate shares or policy NFTs; occurs when users deposit capital or purchase policies.
BurnDestruction of tokens, typically happening when shares are redeemed during withdrawals or policies are closed after claims.
SettleAutomatic process that applies pending rewards, fees, and losses to bring account balances up to date during an interaction.
HarvestAction that pulls accumulated yield from external protocols (Aave, Compound, etc.) back into the CapitalPool for distribution.
RebalanceAdjustment of capital allocations across pools to maintain a target strategy, respond to market changes, or manage risk.
SweepRetrieval of unclaimed salvage after a grace period expires, allowing governance to redistribute or allocate the recovered assets.

Referrals

TermDefinition
Referral CodeUnique bytes32 identifier that policyholders can enter during purchase to trigger rewards for the referrer.
ReferrerUser who registers a referral code and earns a share of premiums whenever their code is used.
Referrer RewardPortion of premium (e.g., 5%) paid to the referrer as a commission to incentivize user acquisition.

Emergency & Safety

TermDefinition
Emergency ModeProtective state where withdrawals rely solely on idle capital, bypassing yield adapters when external protocols appear compromised.
PauseTemporary suspension of new policy purchases on a pool, initiated by the committee to mitigate threats during an incident. Existing policies and claims remain active.
Circuit BreakerAutomated safety layer (DIA-based) that monitors asset prices and heartbeats, automatically pausing new cover issuance if thresholds are breached or data becomes stale.
Failed AdapterYield adapter flagged as non-functional, blocking new deposits and triggering emergency withdrawal procedures for its positions.
Reentrancy GuardContract pattern that prevents recursive calls during execution, protecting against reentrancy exploits.
Access ControlRole-based permission system that restricts access to sensitive functions across the protocol.

Events & Monitoring

TermDefinition
EventOn-chain log emitted by contracts to announce state changes such as deposits, claims, or allocation updates.
SubgraphIndexed dataset accessible via GraphQL that aggregates LayerCover activity for analytics and app consumption.
EntityStructured representation within the subgraph that models protocol objects like policies, pools, or claims.
QueryData request sent to the subgraph or blockchain to retrieve filtered, sorted, or aggregated information.

Mathematical Concepts

TermDefinition
Pro-RataDistribution method that allocates amounts proportional to each participant's share of the total, used for salvage, losses, and rewards.
Share PriceFor ERC-4626 vaults, Total Assets / Total Shares; rises with premiums and yield, falls when losses occur.
APY (Annual Percentage Yield)Yearly return measure that includes compounding, commonly used to present underwriting yields.
APR (Annual Percentage Rate)Yearly rate without compounding, typically used to quote policy premium rates.

TermDefinition
AaveDecentralized lending protocol that LayerCover integrates with for both yield generation on idle capital and insurance coverage products.
CompoundLending protocol used similarly to Aave for earning yield and backing insurance offerings within LayerCover.
ChainlinkDecentralized oracle network that can supply price feeds, rate data, and other external information to the protocol.
USDC / USDT / DAILeading stablecoins that act as the primary assets for policy coverage amounts and underwriting deposits.

Need More Help?

Can't find a term? Have a question about how something works?


This glossary is regularly updated as the protocol evolves. Last updated: March 2026