Skip to main content

Glossary

A reference of key terms used throughout the Zenex documentation.

TermDefinition
Perpetual futures (perps)Derivative contracts that let you speculate on an asset's price without expiry
MarketA single trading pair on Zenex. Each market is its own trading contract paired with its own vault and oracle feed
Settlement tokenThe token a market uses as collateral and for every fee and PnL figure. Positions in a market are denominated and settled in it
OracleThe price feed (Pyth Lazer) a market is bound to. Keepers submit signed price updates that the contract verifies before any fill
OrderA price-free instruction you sign to open, close, or adjust a position. It carries size, collateral, a price bound, an expiration, and (for triggers) a trigger price. A keeper fills it
KeeperA permissionless actor that fills orders, runs liquidations, deleverages, and advances accrual, earning a fee. Anyone can run one
Price boundA one-sided slippage limit on an order. A keeper may only fill at a price at least as good as the bound
TriggerA price condition on an order. Limit, stop-loss, and take-profit orders carry one. The order becomes fillable once the market crosses the trigger
Netted positionYour single position per side in a market, addressed by account and side rather than by an id or counter. You hold at most one long and one short per market, and every order adjusts that one position
CollateralFunds posted to back a position and absorb losses. Escrowed from your wallet when you create an increase order and held by the trading contract until the order fills, is cancelled, or the position closes
LeverageMultiplier that amplifies exposure beyond posted collateral. Maximum leverage is one divided by the initial margin
Notional sizeThe total value of a position (collateral x leverage)
Open interest (OI)The sum of position sizes on one side of a market. Long OI and short OI are tracked separately
Margin (initial / maintenance)Initial margin is the collateral required to open and sets max leverage. Maintenance margin is the lower floor below which a position can be liquidated
PnLProfit and Loss, the unrealized gain or loss on an open position. Implied from size and price, not stored
EquityCollateral plus unrealized PnL, net of fees. Determines position health
Notional lockA short window during which newly added size cannot be decreased or closed. A further increase resets the lock
LiquidationForced closure of a position by a keeper when equity falls below the maintenance margin. A soft liquidation returns leftover equity to the trader, a hard one forfeits it to the vault
Skew-split feeThe base trade fee, split so the side that worsens the long/short balance pays more than the side that improves it
Impact feeA fee on every fill whose rate grows with the size of the fill, capped at 10%. Larger trades pay proportionally more
Execution feeA flat fee escrowed with every order (trade or vault) at creation and paid to the keeper that fills it. Refunded if the order is cancelled
Borrowing interest (kink model)Time-based interest paid to the vault by open positions on the market's larger side. The rate follows a kink curve over that side's own utilization and steepens once utilization passes a target level
Funding rateA continuously accruing cost between longs and shorts that anchors the perpetual price. It accelerates toward the dominant side and decays back toward balance
Funding pool / claimFunding is held in an internal pool with per-user claimable balances. Funding you earn accrues to your claimable balance, and a claim action moves it to your wallet
ADL (Auto-deleveraging)Safety mechanism that reduces winning positions on a flagged side when their profit grows too large relative to the vault
Profit haircutA scaling applied to a closing winner's realized profit while the winning side's pending profit is large relative to the vault. The withheld share stays with the vault
VaultThe strategy vault paired with a market. Holds the liquidity that backs trades and acts as counterparty to every position
Strategy vaultThe vault contract deployed alongside a market by the factory. Its immutable strategy is that market's trading contract
Vault orderA deposit or redeem routed through the trading contract. It escrows at creation and a keeper fills it in full, subject to a redeem cooldown, fill gates, and a minimum-received floor you set on the order
Vault sharesToken representing proportional ownership of a vault's assets. Deposits mint shares on the amount net of the vault fee. Redeems burn the full share amount and pay out assets net of the fee
UtilizationEach side's reserved liquidity measured against its half of the vault's capacity. Drives borrowing interest and caps opens and withdrawals
Terminal priceA flat settlement price set on a delisted market once its grace window passes. The market then prices every position at it
FactoryThe contract that deploys a new trading and vault pair together for a chosen oracle feed
Smart AccountA passkey-controlled on-chain account created without a seed phrase or browser extension. Enables Quick Trading via session keys
Quick TradingA UI feature (also called session keys) that authorizes a temporary signing key on a smart account so orders can be created without a per-transaction wallet prompt
PasskeyA WebAuthn credential stored in the user's device or password manager that signs transactions for a smart account in place of a seed phrase
Browser WalletA Stellar wallet provided by a browser extension or hardware device (Freighter, xBull, Lobstr, Albedo, Hana, Ledger, Hot Wallet) that signs transactions directly