# Core Concepts

1. **Pairs and Lending Mechanics**

In each isolated market, users can borrow one type of token (Asset Token) by depositing another (Collateral Token). Depositing Asset Tokens in a pair gives lenders a Receipt Token claim that is redeemable for an increasing quantity of Asset Tokens as interest accrues. Borrowers deposit Collateral Tokens to gain the right to borrow Asset Tokens.&#x20;

***

2. **Interest Rate Mechanics**

Interest is accrued continuously according to the formula: Pe^rt-e. Interest rates are determined by a specific Rate Calculator contract for each pair. The Time-Weighted Variable Rate adjusts based on asset utilization—rates decrease if utilization is low and increase if high.&#x20;

***

3. &#x20;**Loan-To-Value (LTV)**

LTV represents the ratio of borrowed assets to deposited collateral. It changes with market rates and interest accrual. Borrowers must maintain their LTV below a pre-set Maximum LTV to avoid their position being elligibile for liquidation. To correct an unhealthy LTV, borrowers can add collateral or repay part of the loan. The Maximum LTV is set for each individual asset pair.&#x20;

***

4. **Vault Account Mechanics**

The Vault Account is a key element in the pair's accounting system, comprising two main components: the Account Value (total tokens within the vault) and a unique representation of ownership for each lender.

* Account Value: Reflects the total holdings in the vault, including both the initial deposits and any accrued interest.
* Lenders: Receive an increased value, symbolizing their contribution to the Vault Account, which can be redeemed later in proportion to their share of the total Account Value.

As interest accrues within the pair, the Account Value increases, enhancing the redeemable value of each lender's token.

<br>


---

# 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://docs.solera.market/overview/getting-started/core-concepts.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.
