# Canto Lending Market

## Overview

Canto's native lending market, supporting low-cost lending and borrowing for a range of assets. Also powers [NOTE](https://www.fpi.directory/primitives/note), Canto's native unit of account, and enables incentive distribution for DEX liquidity providers.

## Interacts With

* [NOTE](https://www.fpi.directory/primitives/note)
* [Canto DEX](https://www.fpi.directory/primitives/canto-dex)

## How to Use

A frontend for supplying to and borrowing from the Canto Lending Market is available at [canto.io/lending](https://canto.io/lending), courtesy of Plex Labs.

## Deployments

|                 | Mainnet                                    | Testnet                                    |
| --------------- | ------------------------------------------ | ------------------------------------------ |
| **Comptroller** | 0xD5DbF5cd90f158597f916591dBaDDe27E4A4d4Cf | 0xA51436eF5D46EE56B0906DeC620466153f7fb77e |

## Source Code

{% embed url="<https://github.com/Canto-Network/clm/tree/main/src>" %}

## Documentation

* [Lending & Borrowing](https://docs.canto.io/user-guides/lending-and-borrowing)
* [EVM Development](https://docs.canto.io/evm-development/dex-and-lending-market#canto-lending-market)

## Audits

* [Open Audit](https://code4rena.com/contests/2022-06-canto-contest) (Code4rena)
* [Open Audit](https://code4rena.com/contests/2022-06-canto-v2-contest) (Code4rena)
* [Solo Audit](https://code4rena.com/reports/2022-07-canto) (Code4rena)


---

# 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://www.fpi.directory/primitives/canto-lending-market.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.
