# Protocol Contracts

## Ethereum Contracts

### Multi Source Loan:

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

* **V3.1:** <https://etherscan.io/address/0xf41B389E0C1950dc0B16C9498eaE77131CC08A56>&#x20;
* **V3.0:** <https://etherscan.io/address/0xf65b99ce6dc5f6c556172bcc0ff27d3665a7d9a8>&#x20;
* **V2**: <https://etherscan.io/address/0x478f6f994c6fb3cf3e444a489b3ad9edb8ccae16>&#x20;
* **V1:**[ ](https://etherscan.io/address/0xca5a494ca20483e21ec1e41fe1d9461da77595bd)<https://etherscan.io/address/0xca5a494ca20483e21ec1e41fe1d9461da77595bd>

### Currency Manager:

Manager of ERC-20 tokens supported by GONDI.

* **V1, V2, & V3:** <https://etherscan.io/address/0x4150ded32a6d3bfecae76e7558af480190344927>

### **Marketplace Manager:**&#x20;

* **V3:** <https://etherscan.io/address/0x307521f9650f6568bfe56521e3ed150f5a987803>&#x20;

### **Purchase Bundler (Sell & Repay):** &#x20;

* **V3.1**: <https://etherscan.io/address/0xfd31a0cd628f0bab2cc174c3abd6bfc2d01aca61>
* **V3:**[ ](https://etherscan.io/address/0xf65b99ce6dc5f6c556172bcc0ff27d3665a7d9a8)<https://etherscan.io/address/0x53ceda4c47585df08201955820e23bb261489140>&#x20;
* **V2:** <https://etherscan.io/address/0x3b59bffe109e0f33f20887343759a98b48ecdf5f>

### **Cross Currency & USDC Purchase Bundler:**

**V3.1**: <https://etherscan.io/address/0xc10472AC1BF9F2E58Ff2C83596b4535334c90814>&#x20;

### **Liquidation:** &#x20;

Liquidation contract including buyout and auction.

* **V3:**[ ](https://etherscan.io/address/0xf65b99ce6dc5f6c556172bcc0ff27d3665a7d9a8)<https://etherscan.io/address/0x2995ae7233fa89b314b5a707465b57a582f440f0>&#x20;
* **V2:** <https://etherscan.io/address/0x97d34635b605c2f1630d6b4c6c5d222b8a2ca47d>
* **V1:** <https://etherscan.io/address/0x237e4421c742d843fdd96d22294d338507e17091>[ ](https://etherscan.io/address/0x237e4421c742d843fdd96d22294d338507e17091)

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

* **V3:** <https://etherscan.io/address/0x823de2c44369e94cac3da789ad4b6493e27e4bfe>
* **V2:** <https://etherscan.io/address/0x14a6dcebb2bb73aae1b199ccaada75247b81976d>

### **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. Used for V1, V2, and V3.&#x20;

* **V3:** <https://etherscan.io/address/0xAc9cD5FAB80c801D5d9F262B4E9f70B89d43a8b6>&#x20;
* **V2:** <https://etherscan.io/address/0x265a38D265599FEEBCF77A7e43D4837428d1fB00>&#x20;
* **V1:** <https://etherscan.io/address/0x18905fc7f3aab462394f45b69308509a6b75573b>

### **Collection Manager:**&#x20;

Manager of whitelisted collections supported by GONDI across all versions.

<https://etherscan.io/address/0x52ac424ef7b283aa5badb8c6254832e3280d7398>

### V3 Contracts:&#x20;

### **Stash (SuperRare wrapper):**&#x20;

<https://etherscan.io/address/0xc0ec4e4ba06dfb2dfaf21a69fc78310d80fc5497> (Active for new loans starting 12/05/2024)

<https://etherscan.io/address/0xb14b3159785737ddbd0b5e9395394160b146e0b9> (Will be sunset after loans using this wrapper are repaid).

### **Migration Manager:**&#x20;

Allows to move loans in old escrow contracts to latest escrow contract via flash loan.&#x20;

<https://etherscan.io/address/0xdcd85fee491de4b1fc11cbc0ba0e78537732f5b8>

## HypeEVM Contracts

### Multi Source Loan:

* **V3.1:** [**https://hyperevmscan.io/address/0x6ad675624ec8320e5806858cd5db101a0b927fd9**](https://hyperevmscan.io/address/0x6ad675624ec8320e5806858cd5db101a0b927fd9#code)
* **Purchase Bundler:** <https://hyperevmscan.io/address/0xfaaff69da43b8195e5b0945c4fea4476e4264157>
* **MultiAddressValidator** : [0x7d60c8350267ff6d42741177056051d897cbb40e](https://hyperevmscan.io/address/0x7d60c8350267ff6d42741177056051d897cbb40e#code)
* **RangeValidator** : [0x7545487a4749ab4a7c16f9185d574d5668220048](https://hyperevmscan.io/address/0x7545487a4749ab4a7c16f9185d574d5668220048#code)
* **AuctionWithBuyoutLoanLiquidator :** [0xb166ec953fef89c6ee2e39e60fbd49b19cf4c6ad](https://hyperevmscan.io/address/0xb166ec953fef89c6ee2e39e60fbd49b19cf4c6ad#code)


---

# 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-v3/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.
