# Vendor Finance V2 Developer Documentation

## Vendor Finance V2 Developer Documentation

- [Overview](https://vendorfinance.gitbook.io/vendor-finance-v2-developer-documentation/overview.md): Vendor Finance aims to be the most flexible and permissionless platform that will empower anyone to become a lender and set their own terms.
- [Strategies](https://vendorfinance.gitbook.io/vendor-finance-v2-developer-documentation/contracts/strategies.md): We are actively working on increasing the capital efficiency of any idle funds deposited into our contracts. Strategies is a set of tools that allows us to redirect idle funds and put them to work.
- [Vendor4626LendStrategy](https://vendorfinance.gitbook.io/vendor-finance-v2-developer-documentation/contracts/strategies/vendor4626lendstrategy.md): The very first strategy launched by Vendor Finance is a wrapper that allows to deposit idle lend assets into ERC4626 AAVE Vault.
- [Pool Types](https://vendorfinance.gitbook.io/vendor-finance-v2-developer-documentation/contracts/pool-types.md): Vendor Finance is designed to be the ultimate money lego that provides multiple different loan options both for lenders and borrowers.
- [Lender First Pool](https://vendorfinance.gitbook.io/vendor-finance-v2-developer-documentation/contracts/pool-types/lender-first-pool.md): In this model one lender creates a pool with lend funds and the lender dictated terms and then one or more people can borrow from it.
- [Fees Manager](https://vendorfinance.gitbook.io/vendor-finance-v2-developer-documentation/contracts/fees-manager.md): One place to get the current rate of any pool based on its rate settings.
- [Oracle](https://vendorfinance.gitbook.io/vendor-finance-v2-developer-documentation/contracts/oracle.md): While Vendor does not require oracles to operate, it is certainly nice to have as it gives the lenders additional protection and peace of mind.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://vendorfinance.gitbook.io/vendor-finance-v2-developer-documentation/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.
