# Challenge

\
Bringing an instant loaning service for NFTs was not an easy task to complete. Because we haven’t had any existing draft to follow for our implementation. That’s why we made our own after a lot of brainstorming.

<figure><img src="/files/o5vQPoexpWtZPGDoR6PN" alt=""><figcaption></figcaption></figure>

The Ethereum EVM compiler also forced us to optimize our source codes to incorporate the exact functions and features which were required to run the system accurately.

Another challenge we faced was to reduce the gas consumption required to run everything. So, to achieve our goals, it required a lot of code rewriting in the smart contract and on our servers.


---

# 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://nftuloan.gitbook.io/nftuloan-whitepaper/protocol/challenge.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.
