# NFT Rent

### **listToken:**

**Input:**&#x20;

* NFT address, the tokenID
* Rent Amount daily.&#x20;
* Max lease duration

**Output:**

* Tx ID

Allow NFT owners to list their NFT assets for lease.&#x20;

### rent

**Input:**&#x20;

* Tx ID

  This function will be called by renter to lease a specific NFT asset.

### payRent

**Input:**&#x20;

* Tx ID

  This function will be called by borrower to pay rent
