Navigation Menu

Skip to content

ruslankonev/orbitcoin

 
 

Repository files navigation

Orbit Bank

⚙️ Peer to Peer Loan System implemented on Ethereum Smart Contracts

Problem Statement

In current lending infrastructure, Banks act as intermediate b/w borrowers and lenders. The power to make decision rests with senior management instead of free market appetite. These intermediate parties were needed as open public editable ledgers were inconsistent.

There are several issues associated with centralised systems. Banks generally demand higher safety fraction/mortgage while giving out loans thus giving low growth opportunities to small scale industries, which otherwise could have flourished. Thus, Orbit Bank provides a crowd sourced loan platform where the lender gets to chose the exact amount and the rate at which he wants to lend depending on the purpose/mortgage offered and his own risk assessment.

Solution Abstract

Our system leverages digital ownership management and proposes a system of Peer to Peer loan backed by digital Mortgages. Orbit Bank - built on Ethereum is a web platform that connects lenders to borrowers. A person in need of money can create a loan request setting one of his assets as mortgage. The lenders can see the existing loan requests, verify the mortgage and based on his own risk assessment, propose the amount and a rate of interest. The borrower can choose from among the various proposals received and select a subset of them suiting his needs. On completion of the money requirement, the borrower can chose to repay the loan and clear his mortgage.

Major benefits of using this decentralised system:

  1. No transaction limit.
  2. Individual's freedom to choose the risk associated.
  3. Lenders will gain full interest without any broker's cuts.
  4. Reduction of Total Risk: Losses/Gains are randomly distributed and does not depend on one singular decisions taken by bank.
  5. Open verifiability of the history associated (successful/failed loans) with a borrowers's account.

System Architecture

  1. A person in need (borrower) requests a loan and provides a digital mortgage as a security risk. He also agrees on a due repay date, failing which he has to forfeit the mortgage. The ownership of digital mortgage is publically verifiable on a trusted government portal.
  2. Interested lenders will judge the mortgage and propose their desired lending amount and their rate of interest. Borrower scrutinises the proposals and Accepts appropriate ones to achieve the target money. Other loans are Reverted. The funds are tranferred to the borrower.

alt text

  1. Payment Scenario 1: The borrower will repay amount anytime he wishes before due date, the interest will be incurred on this time period only.
  2. Payment Scenario 2: The due date passes, Any of the lender can now ask for mortgage transfer. The mortgage will be transferred to all the lenders stakewise.

alt text

Setup

  1. Install testrpc and Truffle Framework.
  2. Run npm install inside the directory.
  3. Run testrpc in a new terminal.
  4. Run truffle deploy to build and deploy contract.
  5. Run npm run dev and go to locahost:8080.

License

[MIT License]

About

Orbitcoin application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.7%
  • Vue 33.1%
  • CSS 17.8%
  • HTML 14.4%