# Lender and Rollovers

A rollover pool is the same as any other pool that is created. The only difference is the rollover pool has a further out expiry. To create a rollover pool it must be deployed from the same address you deployed the original pool with.&#x20;

Rollover pools are created by default when you create a second pool with a further out expiry with the **same collateral, lend token and deploying address.**&#x20;

{% hint style="success" %}
The collateral and lent token must be the same in order for a pool to be considered a rollover pool. **The Lend Ratio, Interest Rate and Expiry can be different from the prior pool!**
{% endhint %}

{% hint style="info" %}
If you would like to create a second pool with a further expiry that has the same lend token and collateral but **do not wish for it to be a rollover pool,** just use a different address.
{% endhint %}


---

# 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.vendor.finance/overview/vendor-finance-v1/rollovers/lender-and-rollovers.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.
