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

# Lending and Borrowing

Lenders deposit assets into the same asset pool that borrowers withdraw from.

In order for borrowers to be able to borrow, they need to have assets collateralized by lending assets into the same pool they wish to borrow from. The amount they can borrow is determined by the particular LTV (Loan to Value) rate of their collateralized asset pool (e.g. depositing $1000 FTM with a LTV of 30% allows max borrowing of $300).

### Withdrawals

Lenders who want to withdraw their collateral can only do so provided there is sufficient liquidity in the asset pool (i.e. The maximum borrowable amount per that pool’s LTV has not already been reached)

### Lending Rates

The Deposit and Borrow interest rate of each pool fluctuates based on the utilization rate (% loaned out) of the asset. The interest rate is based upon an interest rate "curve". It is represented by 2 linear slopes that change based on the optimal utilization rate. After the optimal utilized rate, the slope becomes steeper, which represents the rapid rise in interest rates necessary to encourage more deposits and less borrowing.

Each asset pool has its own interest rate "curve".

### Incentives

Lenders and borrowers receive $POLTER tokens as incentives for their participation.

Lenders will receive $POLTER tokens on top of their deposit interest rates.

Borrowers will receive $POLTER tokens to compensate for their borrow interest rates.

See [Platform Fees](/polter/platform-fees.md) for more details.


---

# 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://polter.gitbook.io/polter/lending-and-borrowing.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.
