# Lista Lending

## Overview

Moolah is Lista DAO's decentralized lending protocol on BNB Smart Chain, branded as Lista Lending. It is powered by Morpho and built on Morpho Blue smart contracts.

Moolah extends standard Morpho market architecture with Lista-specific controls and integrations, including minimum loan floor, resilient oracle routing, protocol-level reentrancy protection, upgradeability, and role-based access control.

In addition, it supports two integration patterns for external systems:

* Provider contracts for collateral handling and asset transformation
* Broker contracts for curated market access and fixed-term/fixed-rate lending flows

## Contents

* [Protocol Extensions](/for-developer/lista-lending/protocol-extensions.md)
* [Integration Patterns](/for-developer/lista-lending/integration-patterns.md)
* [Smart Contract](/for-developer/lista-lending/smart-contract.md)
  * [BSC Core](/for-developer/lista-lending/smart-contract/smart-contract-bsc-core.md)
  * [BSC Lending Brokers](/for-developer/lista-lending/smart-contract/smart-contract-bsc-brokers.md)
  * [BSC Smart Lending](/for-developer/lista-lending/smart-contract/smart-contract-bsc-smart-lending.md)
  * [BSC Oracles](/for-developer/lista-lending/smart-contract/smart-contract-bsc-oracles.md)
  * [BSC Credit](/for-developer/lista-lending/smart-contract/smart-contract-bsc-credit.md)
  * [Ethereum](/for-developer/lista-lending/smart-contract/smart-contract-ethereum.md)


---

# 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.bsc.lista.org/for-developer/lista-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.
