# GONDI Pools

### What Are GONDI Pools?

GONDI Pools offer borrowers instant access to liquidity and provide lenders with a straightforward mechanism to acess yields from USDC or WETH loans. By supplying liquidity to either the WETH Pool and/or USDC Pool, lenders can access passive, real yields without the need to manage individual loans. GONDI Pools lend to selected NFT collections and only target the safest portions of loans with repayment priority in case of defaults​​​​.

### WETH and USDC Pools

GONDI V3 has two pools: a **WETH Pool** and a **USDC Pool**—each can make offers to multiple NFT collections simultaneously.

#### GONDI Pools:

* **gETH/WETH | Base Rate:** stETH
* **gUSDC/USDC | Base Rate:** aUSDC

### Smart Contracts

Each pool comprises three smart contracts:

* **Pool contract:** Utilizes the ERC-4626 standard. Each Pool token is akin to a liquid credit position in the pool.&#x20;
* **Base Rate contract**: GONDI Pools feature 'deposit rebalancing.' When pool supply exceed the outstanding debt, idle deposits are rebalanced into the selected base rate token. [Read more](/content-with-pools/gondi-pools/base-rate-contract.md).
* **Parameter Setter contract**: Contains the list of supported NFT collections, along with the principal and APR for each duration. [Read more](/content-with-pools/gondi-pools/offer-handler.md).

For more information on GONDI V3 contracts, refer to their respective sections.

### Interest Rates Model

A GONDI Pool interest rate model is defined by: ( U \* K ) + min\_apr

* **U:**  Utilization rate (availability of capital within the pool).
* **K =** 1.1
* **min\_apr =** 5%&#x20;

The interest rate model follows a simple heuristic: when capital is available, low interest rates are available. When capital is scarce, interest rates increase.


---

# 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.gondi.xyz/content-with-pools/gondi-pools.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.
