Chris Pollett >
Students > [Bio] [Blog] |
CS297 ProposalCredit score based lending system on Ethereum PlatformMayuri Shimpi (mayuripraveen.shimpi@sjsu.edu) Advisor: Dr. Chris Pollett Description: The objective of this research is to develop a lending system on the Ethereum platform. This system integrates credit scoring used in the traditional banking system to assess borrower's risk of defaulting. Firstly, a notary validates the authentic identity of a borrower and then a group of auditors securely stores a portion of the borrower's real identity in an Ethereum account, all while ensuring the borrower's anonymity is maintained. And secondly, the smart contract for the credit bureau connects lenders and borrowers and updates the credit scores. Furthermore, the k-nearest neighbors algorithm is employed to automatically calculate and update credit scores directly on the blockchain. Schedule:
Deliverables: The full project will be done when CS298 is completed. The following will be done by the end of CS297: 1. Create a coin-flip app in Solidity. 2. Set up a local blockchain. 3. Implement Smart Contracts and understand existing codebase: implement a method 4. Present limitations of existing lending systems 5. CS 297 report. References: [1] G. Wood, 'Ethereum: A secure decentralised generalised transaction ledger,'2014. [2] T. H. Austin, K. Potika and C. Pollett, 'Autonomous Lending Organization on Ethereum with Credit Scoring,' 2023 Silicon Valley Cybersecurity Conference (SVCC), San Jose, CA, USA, 2023. [3] C. Busayatananphon and E. Boonchieng, 'Financial Technology DeFi Protocol: A Review,' 2022 Joint International Conference on Digital Arts, Media and Technology with ECTI Northern Section Conference on Electrical, Electronics, Computer and Telecommunications Engineering (ECTI DAMT and NCON), Chiang Rai, Thailand, 2022. [4] L. Andolfo, L. Coppolino, S. DAntonio, G. Mazzeo, L. Romano,M. Ficke, A. Hollum, and D. Vaydia, 'Privacy-preserving credit scoring via functional encryption,' in International Conference on Computational Science and Its Applications, 2021 [5] 'The solidity contract-oriented programming language.' https://github.com/ethereum/, accessed November 2020. |