Overpass uses source-pool accounting as the source of truth for minting and redemption. It does not require a separate oracle or AMM market for primary issuance and redemption.Documentation Index
Fetch the complete documentation index at: https://docs.overpass.ag/llms.txt
Use this file to discover all available pages before exploring further.
Pricing
Lending protocols already maintain accounting for deposits, shares, reserves, exchange rates, and yield accrual. Overpass reads that accounting through the protocol adapter. If the source pool’s exchange rate changes, the redeemable value of the yield token changes through the same mechanism. If the source protocol accounts for fees, losses, utilization effects, or other adjustments, Overpass follows that accounting.Net asset value
For an existing wrapper, the app displays the rate between one yield token and the underlying asset. This starts at 1.0000 for an empty wrapper and changes as the source-pool position changes. The important values are:- underlying held by the wrapper
- wrapper token supply
- redeemable value per wrapper token
- realized NAV growth since creation
- current source-pool APY, when available
Primary liquidity
Primary liquidity comes from the source lending pool. Minting creates yield tokens by depositing into the pool. Burning exits by withdrawing from the pool.Liquidity constraints
Applications should account for:- deposit capacity
- withdrawal availability
- utilization
- source-pool caps
- paused deposits
- stale oracle state
- protocol health
- known impairment or bad debt