# Overview

Neofinance envisions a new era of financial efficiencies, unlocked at scale, by deploying offchain assets on protocol rails. The Canto neofinance ecosystem consists of several primitives designed to enable transparent, competitive financial terms.

## RWA Backing for NOTE <a href="#rwas" id="rwas"></a>

Neofinance on Canto revolves around a decentralized unit of account – NOTE – which is backed by Real-World Assets (RWAs). At present, NOTE is backed by Canto-native tokenized treasury bills in the form of USYC, fBILL, and ifBILL:

| Token  | Issuer                                  |
| ------ | --------------------------------------- |
| USYC   | [Hashnote](https://www.hashnote.com/)   |
| fBILL  | [FortunaFi](https://www.fortunafi.com/) |
| ifBILL | [FortunaFi](https://www.fortunafi.com/) |

Purchasers of tokenized treasury bills can supply these assets to the [Canto Lending Market](https://docs.canto.io/free-public-infrastructure/lending-market) and borrow NOTE against them, allowing them to achieve superior capital efficiency.

## cNOTE <a href="#cnote" id="cnote"></a>

cNOTE is a tokenized deposit of NOTE, and the primary productive asset in the Canto neofinance ecosystem. Any user can permissionlessly [supply NOTE](https://docs.canto.io/user-guides/lending-and-borrowing#supplying-tokens) to the Canto Lending Market to obtain cNOTE.

To ensure deep liquidity, liquidity mining incentives are in place for cNOTE/USDC and NOTE/USDC concentrated trading pools on Ambient Finance, [funded by Canto governance](https://app.canto.io/governance/proposal/121).

## Neofinance Coordinator

Neofinance Coordinator is a novel, Canto-native protocol which incentivizes the lending of cNOTE on downstream lending markets. Incentives are paid in CANTO and funded by network governance.

Current downstream lending markets include [Vivacity Finance](https://vivacity.finance).

For more information, see the [technical reference for Neofinance Coordinator](#neofinance-coordinator).


---

# 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.canto.io/neofinance/overview.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.
