# Glossary

<table data-header-hidden><thead><tr><th width="298.7109375">Term</th><th>Definition</th></tr></thead><tbody><tr><td>APR (Annual Percentage Rate)</td><td>The simple interest rate earned over a year, without accounting for compounding</td></tr><tr><td>APY (Annual Percentage Yield)</td><td>The actual rate of return earned over a year, including the effect of compounding interest</td></tr><tr><td>AUM (Assets Under Management)</td><td>The total market value of assets that a vault or platform manages on behalf of users</td></tr><tr><td>CAC (Customer Acquisition Cost)</td><td>The cost of acquiring a new customer, including marketing, referral rewards, and onboarding expenses</td></tr><tr><td>Chain Abstraction</td><td>A design pattern that hides the complexity of multi-chain interactions from the user, presenting a unified interface regardless of the underlying blockchain</td></tr><tr><td>DeFi (Decentralized Finance)</td><td>Financial services built on blockchain technology that operate without traditional intermediaries such as banks</td></tr><tr><td>Delta-Neutral</td><td>An investment strategy that maintains a net-zero exposure to directional market movements by balancing long and short positions</td></tr><tr><td>DEX (Decentralized Exchange)</td><td>A cryptocurrency exchange that operates on a blockchain without a central authority, using smart contracts to facilitate trades</td></tr><tr><td>Epoch</td><td>A defined time period during which certain vault operations (such as deposits and withdrawals) are batched and processed together</td></tr><tr><td>ERC-20</td><td>A technical standard for fungible tokens on the Ethereum blockchain</td></tr><tr><td>FX (Foreign Exchange)</td><td>The conversion of one currency into another at a prevailing market rate</td></tr><tr><td>High-Water Mark</td><td>The highest NAV a vault has achieved, used as a benchmark for calculating performance fees (fees are only charged on gains above this level)</td></tr><tr><td>IBAN (International Bank Account Number)</td><td>A standardized international numbering system for individual bank accounts, used to facilitate cross-border transactions</td></tr><tr><td>KYC (Know Your Customer)</td><td>The process of verifying the identity of users to comply with anti-money laundering regulations</td></tr><tr><td>LTV (Lifetime Value)</td><td>The total revenue a platform expects to generate from a single user over the entire duration of their relationship</td></tr><tr><td>MEV (Miner Extractable Value)</td><td>The profit that miners or validators can extract by reordering, inserting, or censoring transactions within a block</td></tr><tr><td>MPC (Multi-Party Computation)</td><td>A cryptographic technique that allows multiple parties to jointly compute a function over their inputs while keeping those inputs private</td></tr><tr><td>NAV (Net Asset Value)</td><td>The total value of a vault's assets minus its liabilities, divided by the number of outstanding shares</td></tr><tr><td>Neobank</td><td>A digital-only bank that operates without physical branches, offering financial services through mobile apps and online platforms</td></tr><tr><td>Oracle</td><td>A service that provides external data (such as asset prices) to smart contracts on a blockchain</td></tr><tr><td>RWA (Real-World Assets)</td><td>Traditional financial assets (such as bonds, real estate, and commodities) that have been tokenized and brought on-chain</td></tr><tr><td>Slippage</td><td>The difference between the expected price of a trade and the actual execution price, typically caused by market movement or insufficient liquidity</td></tr><tr><td>Smart Contract</td><td>A self-executing program stored on a blockchain that automatically enforces the terms of an agreement when predefined conditions are met</td></tr><tr><td>Stablecoin</td><td>A cryptocurrency designed to maintain a stable value relative to a reference asset, typically the US dollar</td></tr><tr><td>TVL (Total Value Locked)</td><td>The total value of assets deposited in a DeFi protocol or vault</td></tr><tr><td>vToken</td><td>A vault share token issued to users upon deposit, representing their proportional ownership of the vault's total assets</td></tr></tbody></table>


---

# 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://venzofinance.gitbook.io/venzofinance-docs/introduction/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.
