> For the complete documentation index, see [llms.txt](https://realbits.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://realbits.gitbook.io/home/contracts/market.md).

# MARKET

We provide NFT rent market smart contract. This contract deal with a NFT rental process.

This contract has three kinds of properties inside.

* Collection (test market)
* Service (test market)
* Token (test market)

Collection is a NFT group which registered to rent market smart contract. User can use rent service with this smart contract only after user registers NFT to rent market contract.

Service is a service owner address list. Service owner can receive incentive or fee from rent market smart contract only after registering to rent market contract.

Token is a token smart contract which can be used for service. User can pay or rent NFT with this token. Only registered token can be used.

{% embed url="<https://github.com/realbits-lab/rent-market>" %}
