BlocHome is a platform that provides services for sell (through auction), rent and real estate launch in the property registry using smart contracts
- Develop a digital real estate blockchain platform for the management of luxury home, apartments, investment property, property rentals, and sales.
- Utilize Digital Token Technology to manage the distribution of real estate smart contacts.
- Utilize computer algorithms, blockchain, location data, predictive analytics and more to help investors locate and sell properties, find renters and maximize their real estate investments.
- Property Listing Management
- Auctions
- Token Management
- Smart Contracts
- Lease / Rental
- Owner Tenant / Seller / Buyer
- Security Deposit
- Online Web Portal
Blockchain Technology has been adopted and adapted for use by the commercial real estate (CRE) industry. Blockchain technology can potentially transform core CRE operations such as property transactions like purchase, sale, financing, leasing, and management transactions.
Blockchain technology has impacted the real estate industry in a variety of ways, including offering a new means for buyers and sellers to connect with one another.
Blockchain could be used to cut intermediaries out of the real estate transaction process, thereby reducing costs.
This technology could also help to codify the practice of fractional ownership of real estate.
- Software that manages private keys and converts it to blockchain address format.
- It’s a so-called digital wallet that runs as a Chrome extension. It stores Ethereum assets and shows transactions.
Gas refers to the fee, or pricing value, required to successfully conduct a transaction or execute a contract on the Ethereum blockchain platform.
- Every single operation that takes part in Ethereum, be it a simple transaction, or a smart contract, or even an ICO takes some amount of gas.
- Incentivizes nodes for participating in the network and computing jobs to deploy smart contracts.
- Miners get paid an amount in Ether which is equivalent to the total amount of gas it took them to execute a complete operation. In that way it motivates the mines to compute jobs
- Motivates developers to deploy efficient code to optimize the use of deployed protocols
A smart contract is an agreement that needs no external action to execute the terms of the contract. Once the conditions for its execution have been met, the smart contract completes the agreed actions automatically.
Blockchain technology maintains a record of transactions is maintained across several computers linked in a peer-to-peer network. This allows smart contracts to be self-executing, with the terms of the agreement between buyer and seller directly written into lines of code existing on a decentralized network.
Ethereum allows developers to write smart contracts which define the EVM* instructions. (Ethereum Virtual Machine, Decentralized database – allows functional code to be distributed along the decentralized set of nodes.)
Smart contracts render transactions traceable, transparent, and irreversible.
Ethereum Real Estate Contracts are Flexible as contracts may be written so that any number of final sales prices, reductions in price, or increases, can be triggered based on specific events agreed to by the parties.
-
ERC-721 is a free, open standard that describes how to build non-fungible or unique tokens on the Ethereum blockchain. While most tokens are fungible (every token is the same as every other token), ERC-721 tokens are all unique.
-
ERC-721 defines a minimum interface a smart contract must implement to allow unique tokens to be managed, owned, and traded. It does not mandate a standard for token metadata or restrict adding supplemental functions.
-
Conduct Auctions on ERC721 standard and record payout information on blockchain
-
-
An extension to ERC721 (NFTs) to support rental and mortgage functions.
With ERC2615, NFT owners will be able to rent out their NFTs and take out a mortgage by collateralizing their NFTs. For example, this standard can apply to:
- Virtual items (in-game assets, virtual artwork, etc.)
- Physical items (houses, automobiles, etc.)
- Intellectual property rights
- DAO membership tokens
NFT developers are also able to easily integrate ERC2615 since it is fully backwards-compatible with the ERC721 standard.
One notable point is that the person who has the right to use an application is not the owner but the user (i.e. tenant).
The development platform Back-end interface includes:
InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices. IPFS is talking to metamask, ganache, remix, and running solidity, python (Web3.py) , and github pages for the front-end interfacing.
MetaMask is a browser plugin that allows users to make Ethereum transactions through regular websites. It facilitates the adoption of Ethereum because it bridges the gap between the user interfaces for Ethereum
Web3.py helps in access Ethereum node from Python.
Trains Models to to identify, categorize and value Housing Sales Price per sqft and Price.
-
Data Highlights - AMES, IOWA Assessor's Home Sales(2006 - 2010)
- 2930 Rows * 82 columns (23 nominal, 23 ordinal, 14 discrete, and 20 continuous variables)
- Nominal Variables : Identifies the type of dwelling involved in the sale and zoning classification
- Ordinal: General shape of property and type of utilities
- Discrete: Original construction dates
- Continuous: Masonry veneer area in square feet
-
Cluster Analysis (K = Number of Clusters in the dataset = 7)
- Sale Price by Price / Sqft by Cluster
-
Regression Model to Predict - Sales Price
-
Deep Learning Model - Predict Sales Price
-
Model Comparison / Model Selection
With Admin Rights (Property Listing)
Owner / Leasor
Tenant / Leasee