# Protocol Contracts

### V2 Contracts:&#x20;

**Multi Source Loan:** &#x20;

Main contract of the protocol where loans are originated/refinanced/repaid. It also keeps collateral in escrow.&#x20;

Contract address: 0x478f6F994C6fb3cf3e444a489b3AD9edB8cCaE16

**User Vaults Factory:**&#x20;

Vault creation contract for borrowers

Contract address: 0x14a6Dcebb2Bb73aae1b199CCAadA75247b81976D&#x20;

**Range Validator:**&#x20;

Validates collection offers across a range of token IDs enabling collection offers for specific Artblocks Curated collections like Fidenzas, Chromie Squiggles, and more.&#x20;

Contract address: 0x18905fc7F3AaB462394F45B69308509a6b75573b&#x20;

**Auction Manager:**&#x20;

Auctions manager for defaulted loans with multiple lenders.

Contract address: 0x97d34635b605c2f1630d6b4c6c5d222b8a2ca47d&#x20;

**Liquidation Distributor**&#x20;

Distributed proceeds from auction of defaulted items

Contract address: 0xedfbee5e877eb02307e9c9e40be4e440e52f51c5&#x20;

**Collection Manager:**&#x20;

Manager of whitelisted collections supported by Gondi.

Contract address: 0x52Ac424eF7B283aA5bADB8c6254832E3280d7398&#x20;

**Currency Manager:**

Manager of ERC-20 tokens supported by Gondi.&#x20;

Contract address: 0x4150deD32A6D3bfecAE76e7558Af480190344927

**Delegate Registry:**

Contract address: 0x00000000000000447e69651d841bD8D104Bed493

### V1 Contracts:&#x20;

\
**Multi Source Loan:** &#x20;

Main contract of the protocol where loans are originated/refinanced/repaid. It also keeps collateral in escrow. After a loan is liquidated, it distributes the proceeds accordingly.

Contract address: 0xCa5a494Ca20483e21ec1E41FE1D9461Da77595Bd

**Liquidator Contract:**&#x20;

Auctions manager for defaulted loans with multiple lenders.

Contract address: 0x237e4421C742d843Fdd96D22294D338507e17091&#x20;

**Range Validator:**&#x20;

Validates collection offers across a range of token IDs enabling collection offers for specific Artblocks Curated collections like Fidenzas, Chromie Squiggles, and more.&#x20;

Contract address: 0x18905fc7F3AaB462394F45B69308509a6b75573b&#x20;

**Collection Manager:**&#x20;

Manager of whitelisted collections supported by Gondi.

Contract address: 0x52Ac424eF7B283aA5bADB8c6254832E3280d7398&#x20;

**Currency Manager:**

Manager of ERC-20 tokens supported by Gondi.&#x20;

Contract address: 0x4150deD32A6D3bfecAE76e7558Af480190344927


---

# 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/gondi-v1-and-v2/gondi-v2/protocol-contracts.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.
