> For the complete documentation index, see [llms.txt](https://mzf-protocol.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mzf-protocol.gitbook.io/whitepaper/appendix/appendix-a-key-financial-terms-and-definitions.md).

# Appendix A - Key Financial Terms & Definitions&#x20;

**Collateral:** Assets pledged by borrowers to secure a loan. MZF PROTOCOL tracks collateral values dynamically using off-chain and on-chain data.

**Debt-to-Cash Flow (DCF) Ratio:** DCF = (Short-Term + Long-Term Debt) / (EBITDA − CapEx − Taxes − ∆Working Capital). Assesses a borrower’s ability to repay debt from cash flow. A lower DCF ratio is preferred.

**Loan Pricing Formula:** Loan Interest Rate = Funding Cost + (PD × LGD) + Operational Cost + Capital Allocation Cost + Profit Margin. Used to fairly price loans based on risk and operating costs.

**Loan-to-Value (LTV) Ratio:** LTV = (Loan Amount) / (Collateral Value). A metric used to assess the risk of under-collateralisation. Lower LTV indicates higher security for the lender.

**Loss Given Default (LGD):** The proportion of the loan expected to be lost if a borrower defaults, after accounting for recoverable collateral.

**Mezzanine Finance:** A hybrid form of financing combining debt and equity features. Typically used in property development or venture funding, it sits between senior debt and equity in the capital stack — offering higher returns in exchange for higher risk.

**Probability of Default (PD):** The estimated likelihood that a borrower will default on their obligations within a specific time frame.

**Reserve Pool:** A protocol-managed insurance buffer, funded by tokens, to absorb loan losses and provide platform liquidity.

**Staking Yield:** The reward earned by locking tokens in the protocol. MZF PROTOCOL offers tiered staking yields based on lock-up duration, with rewards drawn from a pre-allocated token pool — not from investment profits.

**Subordination:** The order in which creditors are paid in the event of default. Mezzanine debt is subordinate to senior loans but senior to equity.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mzf-protocol.gitbook.io/whitepaper/appendix/appendix-a-key-financial-terms-and-definitions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
