> For the complete documentation index, see [llms.txt](https://docs.vera.financial/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vera.financial/developers/main/api-references/nft-leasing.md).

# NFT Leasing

## **listToken:**

**Input:**

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

**Output:**

* Tx ID

Allow NFT owners to list their NFT assets for lease.

## rent

**Input:**

* Tx ID

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

## payRent

**Input:**

* Tx ID

  This function will be called by borrower to pay rent
