Skip to content

HHSean/liquid721

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This project is built as an inspiration of NFTfi, to fix the illiquidity of NFT. However, the peer to peer mechanic require borrower to wait until someone willing to accept his loan request. Thus, I've built a liquidity pool for borrower to get instant loan, capped at 50% of the NFT floor price. However, due to lack of time, I only managed to finished to backend of liquidity pool, integrated with Chainlink Any API.

whitelisted NFT for testing can be minted at https://sparkling-llama-44a84e.netlify.app/

How I built it

Frontend

Next.JS React framework

Backend

Smartcontract Solidity, Hardhat, Chainlink(to fetch NFT floor price)

Sponsor tools used

Chainlink: to fetch NFT floor price
Sequence Wallet: integrate login with sequence wallet
Spheron: deploy frontend with spheron
IPFS: deploy frontend with IPFS as protocol

Demo img

Marketplace

Display loan that is not yet fulfilled

Add Loan Request

Add Loan Request

Cancel Your Loan that is not yet Fulfilled

Cancel Your Loan if not Fulfilled yet

Repay Loan Before Deadline

Display loan that is not yet fulfilled

Claim NFT collateral if your borrower didn't pay after deadline

Claim NFT collateral if your borrower didn't pay after deadline

Instant NFT Lending Pool(Frontend in progress)

Instant NFT Lending Pool