Solve the rental housing problem by converting paper-based contract into smart contract.
We transition paper-based rental agreements onto the blockchain as Lease contract. Our goal is to preserve the key characteristics of paper contracts—each lease should belong exclusively to the signing tenant and landlord, and not be accessible by anyone else. At the same time, we use a "Lease Notary" to ensure that the contract remains enforceable if anything goes wrong.
For example, we could bind Lease Notary's NFT to the NFC lock. When the unpaid rents of the tenant exceeds his deposit in the lease, the Lease Notary takes back the NFT, disqualifying the tenant.
We also plan to introduce an ERC-20 token that represents user reputation, so as to identify bad landlord and tenant in the system.
Architecture:
Main functions of LeaseNotary ERC4907 contract:
$(address)
) && deploy a Lease contract && set ENS($(address).eth
) for the contractMain functions of Lease contract