# Collateralised Lending Pool

All-Access' collateralised lending pool features an **automated market maker (AMM**) that **dynamically adjusts** the **composition of assets** in its contract as prices fluctuate.&#x20;

To **prevent a gamma squeeze**, we've developed our custom dynamic **algorithmic weighting formula** controlled in part by a custom-designed PID controller as well as **tools** that **assess users' past financial history** to evaluate lending risk.&#x20;

By utilising a dynamic weighting and classification system, we're able to create a decentralised credit rating system to reduce the lending risk.&#x20;

The following equation is proposed for classifying the weight and viability of a loan:

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

In this equation we have:

The **∗** operator as a moving average over some time period (our choice)&#x20;

**t** as a representation of current time&#x20;

**CV** as the promoter's trade volume

**FR** as a representation of the funding requirement&#x20;

**λ** as a representation of weight


---

# 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://all-access-anonymous.gitbook.io/all-access-or-aaaper/all-about-usdaaa/collateralised-lending-pool.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.
