# Periodic loan

A periodic loan is the main loan type used by InfinityPools. It is a combination of the two previous types of loan (fixed term and revolving). Periodic loans start off as fixed term loans and switch to revolving loans after a predetermined "lock in" period. In the implementation of the protocol, a periodic loan with a lock in of 0 is a revolving loan and one of infinity is a fixed term loan.

<figure><img src="/files/X2S7YS5sgkk2tLRyqLWK" alt=""><figcaption></figcaption></figure>


---

# 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.infinitypools.finance/protocol-overview/mechanism-details/loan-styles/periodic-loan.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.
