Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kidneyweakx/notrust

NoTrust is an NFT lending protocol.
https://github.com/kidneyweakx/notrust

defi solidity

Last synced: about 1 month ago
JSON representation

NoTrust is an NFT lending protocol.

Awesome Lists containing this project

README

        

# NoTrust - ERC-721 tokens lending protocol
NoTrust is a Smart Contract allows NFT(ERC-721) owners to make their items more valuable.
![](./images/Cover.png)

### ๐Ÿ‘ Description
Every ERC-721 owner can set a waiting loan offer in this contract.
Buyers can use aave's aTokens to select a hopeful NFT(ERC-721). If NFT owner thinks it's a good deal, the NFT can be sold to the buyer. Or owner can use the highest bidder's aToken to borrow money from aave lendingPool.

### ๐ŸงพDeployed address on MainNet/TestNet
Not yet, sorry...

### TODO

- [x] nftMarket: create loan
- [ ] nftMarket: borrow from others
- [ ] use aave protocol(researching...)