Skip to main content
This page explains the words used across CoverFi.

Mental model

Terms

Protection is not insurance

CoverFi does not promise to make users whole. A payout depends on:
  • Contract state.
  • Entry price captured from the oracle at position creation.
  • Oracle freshness.
  • Reserve capacity.
  • Position-specific reserve accounting.
  • User signature.
  • Stellar network execution.

Why reserves matter

The product should not accept exposure that the reserve cannot support. That is why active positions lock max payout capacity.

Why oracle policy matters

Contracts cannot read market prices by themselves. CoverFi uses an oracle adapter that stores price and timestamp data. The protection engine rejects stale prices. For mainnet scale, the oracle policy should use multiple sources or an established Stellar-compatible oracle provider, with deviation checks and emergency pause rules.