# IFlashLoanReceiver

Interface for the Saddle fee IFlashLoanReceiver. Modified from Aave's IFlashLoanReceiver interface. <https://github.com/aave/aave-protocol/blob/4b4545fb583fd4f400507b10f3c3114f45b8a037/contracts/flashloan/interfaces/IFlashLoanReceiver.sol>

implement this interface to develop a flashloan-compatible flashLoanReceiver contract

## Functions:

* [`executeOperation(address pool, address token, uint256 amount, uint256 fee, bytes params)`](#IFlashLoanReceiver-executeOperation-address-address-uint256-uint256-bytes-)

## Function `executeOperation(address pool, address token, uint256 amount, uint256 fee, bytes params)` <a href="#iflashloanreceiver-executeoperation-address-address-uint256-uint256-bytes" id="iflashloanreceiver-executeoperation-address-address-uint256-uint256-bytes"></a>

No description


---

# 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.saddle.finance/solidity-docs/interfaces/iflashloanreceiver.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.
