# Glossary

<figure><img src="/files/YLyAurgiIVKhMCpHDQxF" alt=""><figcaption></figcaption></figure>

This glossary defines key terms used across the BasePerp documentation so readers share a common vocabulary.

* stablecoin (vault shares) — ERC-4626 share tokens representing an LP’s proportional claim on the unified counterparty vault (generic naming; not a pegged asset).
* Collateral Health Ratio (CHR) — CHR = Equity / MaintenanceRequirement; primary safety metric for positions.
* deviationGuard — Maximum allowed relative difference between independent oracle feeds at execution time; trades revert when breached.
* profitFeeRate — Percentage applied to realized profit on ZFC markets at close (no charge on losses).
* counterSkewCap — Per-trade/global ceilings that bound rebates/discounts when entering the under-represented OI side.
* liquidatorBounty — Percentage of recovered collateral awarded to liquidators on eligible liquidations.
* securitySlashCap — Maximum fraction of the staked Security Module that can be slashed during a defined shortfall event.
* Buffer Ratio — Live indicator of vault resilience to trader PnL shocks; drives temporary withdrawal-fee tiers/size caps.
* ZFC (Zero Fixed Commissions) — Fee regime with no fixed open/close or funding by default; only a win-based fee applies on profitable closes.
* Keeper Fee — Small dynamic fee compensating gas for order upkeep and liquidations.
* TIF (Time-in-Force) — Maximum lifetime for an order before it expires if not executed.
* OI (Open Interest) — Aggregate notional exposure (longs/shorts) outstanding in a given market.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://baseperp.gitbook.io/baseperp-whitepaper/glossary/glossary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
