# Lend Tokens

Each wallet can provide liquidity in the form of XRD tokens (limit is configurable) and obtain in exchange the same number of LND tokens and the NFT updated with the start date of the loan and the number of XRDs.&#x20;

Each wallet can recover the liquidity provided in one or more times, each liquidity recovery will cause the number of XRDs to be updated, if all the liquidity is recovered the loan end period will also be updated.&#x20;

For each liquidity recovery, the reward accrued during the period in which the tokens were used is assigned. It is not possible to provide new liquidity without closing the current operation in advance.&#x20;

After all the liquidity has been withdrawn it will be possible to replenish it again.&#x20;

Currently the contract is configured to remunerate liquidity only based on time, therefore it is no longer necessary to wait for a predetermined number of epochs to pass before injecting liquidity again.


---

# 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.zerocollateral.eu/smart-contract/lend-tokens.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.
