# Fees

## Protocol fees

There are no fees for borrowers on NFTfi, and lenders are not charged any service fees.

## Gas fees for borrowers

{% hint style="info" %}
A **gas fee** refers to the fee required to conduct transactions or execute contracts on the Ethereum network. Gas fees are out of our control, and you can monitor them [here](https://etherscan.io/gastracker).
{% endhint %}

Borrowers will pay gas fees for the operations listed below:

* Approving NFTfi to interact with your NFT (once per NFT collection, except for CryptoKitties (CK), where it must be done for each individual cat as CK isn’t fully ERC-721 compliant).
* Approving the NFTfi smart contract to spend (repay) wETH, USDC or DAI for the first time (this is a one-time transaction)
* Starting a loan
* Repaying a loan

## Gas fees for lenders

Lenders pay gas fees for the operations listed below:

* Approving the NFTfi smart contract to spend wETH, USDC or DAI for the first time (this is a one-time transaction)
* Foreclose an NFT in case of a borrower default
* Canceling an offer on-chain (due to security reasons)


---

# 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/overview/fees.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.
