> For the complete documentation index, see [llms.txt](https://docs.3adao.org/3a-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3adao.org/3a-protocol/protocol-documentation/lending.md).

# Lending

3A protocol offers **interest-free loans** that support a wide variety of collateral tokens whitelisted by a data-driven risk model. Collateral is any token that a borrower provides to take out a loan, acting as a security for the debt.&#x20;

Currently, 3A only supports crypto-assets, but later on will expand to the tokenized Real-World-Assets.&#x20;

Instead of selling their tokens to have liquid funds, users or protocols can use the 3A platform to lock up the tokens in a Vault and borrow against them to withdraw EURO3.&#x20;

{% hint style="info" %}
**There is no recurring interest, no minimum debt, or deadline to repay the debt** as long as there is a sufficient amount of collateral.&#x20;
{% endhint %}


---

# 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:

```
GET https://docs.3adao.org/3a-protocol/protocol-documentation/lending.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.
