# Contract addresses

### Asset Loan

Fixed-interest loan on an individual NFT

* **v3 contract** - AssetOfferLoan - ACTIVE
  * Applicable for loans made after October 9, 2024
  * [Contract Address](https://etherscan.io/address/0x9f10d706d789e4c76a1a6434cd1a9841c875c0a6): `0x9F10D706D789e4c76A1a6434cd1A9841c875C0A6`
* **v2.3 contract** - DirectLoanFixedOffer - ACTIVE
  * Applicable for loans made from October 12, 2023 until October 9, 2024
  * [Contract Address](https://etherscan.io/address/0xd0a40eB7FD94eE97102BA8e9342243A2b2E22207): `0xd0a40eB7FD94eE97102BA8e9342243A2b2E22207`
* **v2.1 contract** - DirectLoanFixedOfferRedeploy - PAUSED
  * Applicable for loans made between October 21, 2022 and October 12, 2023
  * [Contract Address](https://etherscan.io/address/0x8252Df1d8b29057d1Afe3062bf5a64D503152BC8): `0x8252Df1d8b29057d1Afe3062bf5a64D503152BC8`
* **v2 contract** - DirectLoanFixedOffer - PAUSED
  * Applicable for loans made before October 21, 2022
  * [Contract Address](https://etherscan.io/address/0xf896527c49b44aAb3Cf22aE356Fa3AF8E331F280): `0xf896527c49b44aAb3Cf22aE356Fa3AF8E331F280`

### Standing Collection Offer Loan

Fixed interest loan for offers on an NFT collection

* **v3 contract** - CollectionOfferLoan - ACTIVE
  * Applicable for loans made after October 9, 2024
  * [Contract Address](https://etherscan.io/address/0xb6adec2acc851d30d5fb64f3137234bcdcbbad0d): `0xB6adEc2ACc851d30d5fB64f3137234BCDCBBad0D`
* **v2.3 contract** - DirectLoanFixedCollectionOffer - ACTIVE
  * Applicable for loans made from October 12, 2023 until October 9, 2024
  * [Contract Address](https://etherscan.io/address/0xD0C6e59B50C32530C627107F50Acc71958C4341F): `0xD0C6e59B50C32530C627107F50Acc71958C4341F`
* **v2 contract** - DirectLoanFixedCollectionOffer - ACTIVE
  * Applicable for loans made before October 12, 2023
  * [Contract Address](https://etherscan.io/address/0xe52cec0e90115abeb3304baa36bc2655731f7934): `0xe52cec0e90115abeb3304baa36bc2655731f7934`

### Supporting Contracts

* **Escrow**
  * This contract will hold your collateral in escrow and must be approved to move the NFT
  * [Contract Address:](https://etherscan.io/address/0x2ae3e46290AdE43593eabd15642eBD67157f5351) `0x2ae3e46290AdE43593eabd15642eBD67157f5351`&#x20;
* **ERC20TransferManager**
  * This contract must be approved to move your loan principal (as lender) or repayment amount (as borrower)
  * [Contract Address](https://etherscan.io/address/0x6730697f33d6D2490029b32899E7865c0d902Ca0): `0x6730697f33d6D2490029b32899E7865c0d902Ca0`
* **Loan Coordinator**
  * Manages Promissory Notes, Obligation Receipts, and Loans
  * [Contract Address](https://etherscan.io/address/0xA6D93ABC54268Cf849a93e867c129786f04fd2e6): `0xA6D93ABC54268Cf849a93e867c129786f04fd2e6`
* **Promissory Note**
  * NFT representing the lender position, transferable
  * [Contract Address](https://etherscan.io/address/0x77B53beb7f13Bd38de9F76Eed2F2c4F9efff7f4C): `0x77B53beb7f13Bd38de9F76Eed2F2c4F9efff7f4C`
* **Obligation Receipt**
  * NFT representing the borrower position, transferable
  * [Contract Address](https://etherscan.io/address/0x48ed998e778ab2663b6c49bd09dfff8efd16b934): `0x48ed998e778Ab2663b6C49Bd09DfFF8Efd16B934`
* **Refinancing**
  * Coordinates Refinancing by paying off existing loans and initiating new loans
  * [Contract Address](https://etherscan.io/address/0x6701b1d2e6d34727c0c37cdbd0cf421d3357dd0c): `0x6701B1D2E6d34727c0C37cDBd0cF421d3357DD0c`
* **Bundles of NFTs**
  * **NFTfi Bundler**
    * Bundles multiple NFTs, requires wrapping in Immutable Bundler to seal the bundle
    * [Contract Address](https://etherscan.io/address/0x0259119359Bf053ebF42C9807752de6bbb4925f3): `0x0259119359Bf053ebF42C9807752de6bbb4925f3`
  * **Immutable Bundler**
    * Wrapper to seal NFTfi Bundles
    * [Contract Address](https://etherscan.io/address/0x46C9CFB32627B74F91e0B5ad575c247AEc7e7847): `0x46C9CFB32627B74F91e0B5ad575c247AEc7e7847`

> **Deprecated Contract Address**
>
> **v2 contract** (fixed loan on an individual NFT) for loans made before October 21, 2022: <https://etherscan.io/address/0xf896527c49b44aAb3Cf22aE356Fa3AF8E331F280>

{% hint style="info" %}
You can find more about our smart contracts here:&#x20;

<https://github.com/NFTfi-Genesis/nftfi.eth/tree/main/V2-3>
{% endhint %}


---

# 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.nftfi.com/smart-contracts/contract-addresses.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.
