Skip to content

Glossary

TermDefinition
AirTokenERC-20 wrapper token deployed per market. Two per pool: airToken (wraps the underlying token) and airUsd (wraps USDC). Only the pool can mint/burn.
Backed reservesThe portion of AirToken supply that has real underlying collateral. backedAirToken and backedAirUsd track these amounts.
BNPLBuy Now, Pay Later — the trading model where you only pay the fee based on trading amount, with no additional collateral or margin.
Constant-productAMM formula x * y = k used for all three swap curves.
EXNIHILOFactoryPermissionless, immutable factory contract that deploys new markets.
EXNIHILOPoolThe core AMM + trading contract. One per market. Handles swaps, position opens/closes, and LP operations.
Force realizeLP authority to settle an underwater open position early, by paying the trading amount, burning the position NFT and release the tokens to the position owner.
LP NFTERC-721 token representing sole ownership of a pool's liquidity. One per pool, fully transferable.
Position NFTERC-721 token representing an open long or short position. Custodies locked wrapper tokens.
Spot priceCurrent price of the underlying token in USDC, derived from the pool's backed reserves ratio.
SWAP-1 / SWAP-2 / SWAP-3The three AMM curves used for different operations. See Key Concepts.
Synthetic mintMinting AirTokens without depositing real collateral. Used to create leveraged exposure when opening positions.
totalSupplyFull supply of an AirToken, including both backed and synthetic (unbacked) tokens.
TVLTotal Value Locked — the combined USDC value of real collateral in a pool.

BUSL-1.1 Licensed