> For the complete documentation index, see [llms.txt](https://lavarage.gitbook.io/lavarage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lavarage.gitbook.io/lavarage/platform/faqs/glossary.md).

# Glossary

**Loan-to-Value Ratio (“LTV”):**

Represents the proportion of the current loan size, including both the borrowed amount and accrued interest, to the collateral's market value, used to assess the risk of the investment.

**Return on Investment ("ROI"):**&#x20;

Calculates the efficiency of a trade by expressing the net gain as a percentage of the initial investment.

**Profit and Loss ("PnL"):**&#x20;

Reflects the overall outcome of an investment, quantifying the net difference between gains and costs associated with a position.

**Initial Margin:**&#x20;

Refers to the amount of your own asset that you use to start an investment before applying leverage.

**Initial Leverage:**&#x20;

This is determined by how much the total position size is magnified compared to the initial margin you use. It's a way to measure how much more you're investing beyond your own money through borrowing.

**Borrowed Amount:**&#x20;

The amount that is borrowed from the lending pool to open a position after leverage is applied.

**Position Size:**&#x20;

This is the total amount of the investment after leverage is applied. This includes both your initial margin (the amount that you own) and the borrowed amount from leverage.

**Liquidation Price:**&#x20;

When the price of your position is less than or equal to the liquidation price, your position will be at risk of liquidation.

**Liquidation LTV:**&#x20;

It is expressed as a percentage, representing the ratio of the loan amount (borrowed amount) to the total value of the collateral (your initial investment). When the current LTV is greater than or equal to the liquidation LTV, your position can be liquidated by the lender.

<br>


---

# 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://lavarage.gitbook.io/lavarage/platform/faqs/glossary.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.
