# Balances

For the V1 protocol, we use multiple ether balances to manage all activities of lenders. For each one of them, we have created a set of balances.&#x20;

<figure><img src="https://4164550927-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs9Afp5NjW0uCuUDyprFH%2Fuploads%2F9YxdnwM8vLBcOmbYMD7k%2Floannow.png?alt=media&#x26;token=85c6d55a-44ba-4f3f-aa16-845a10f794a7" alt=""><figcaption></figcaption></figure>

They are involved in loan creation; interests generated tracking; withdrawals handling and another one for idle ethers.&#x20;

This way we can control the flow of ethers more accurately and generate statistics on a lender basis.


---

# 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://nftuloan.gitbook.io/nftuloan-whitepaper/protocol/balances.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.
