# Neofinance Coordinator

## Overview

Incentivizes liquidity provisioning for cNOTE on whitelisted neofinance lending markets with CANTO rewards sourced from governance.

Rewards are allocated to lending markets according to voting gauges. In order to vote, protocol teams must obtain veCANTO by locking CANTO for 5 years.

To participate, lending markets track users' lending positions on the LendingLedger contract. This enables Neofinance Coordinator to allocate final rewards to end users.

## Interacts With

* Stay tuned!

## How to Use

End users provide liquidity on and claim incentives through downstream lending markets, such as [Vivacity Finance](https://vivacity.finance/).

Downstream lending markets compete for incentives by locking CANTO with the VotingEscrow contract and voting on gauges with the GaugeController contract.

## Deployments

|                     | Mainnet     | Testnet     |
| ------------------- | ----------- | ----------- |
| **VotingEscrow**    | Stay tuned! | Stay tuned! |
| **LendingLedger**   | Stay tuned! | Stay tuned! |
| **GaugeController** | Stay tuned! | Stay tuned! |

## Source Code

{% embed url="<https://github.com/mkt-market/canto-neofinance-coordinator>" %}

## Documentation

* [Technical Reference](https://docs.canto.io/technical-reference/neofinance-coordinator)

## Audits

* [Open Audit](https://code4rena.com/contests/2023-08-verwa) (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/neofinance-coordinator.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.
