Skip to main content

A prototype project to perfrom risk assessment for DeFi lending platforms.

Project description

DeFi Assessement (dass)

A prototype project to perform risk assessment on different DeFi lending platforms.

Overview

Web Page

Command-line Tool

Installation

From local repository:

pip3 install .[cpu]  # for tensorflow with cpu only
pip3 install .[gpu]  # for tensorflow-gpu

From PyPI:

pip3 install DeFi-Assessment[cpu]
pip3 install DeFi-Assessment[gpu]

Usage

This project is packed into a command-line tool with 4 subcommand:

Usage: dass [OPTIONS] COMMAND [ARGS]...

Options:
  --version  Show the version and exit.
  --help  Show this message and exit.

Commands:
  data     Collect raw data.
  process  Process the data related to smart contracts.
  train    Train models.
  web      Create a simple local website to view the result.

The workflow of the 4 commands should be:

data -> process -> train -> web

Data collection

data command is used to collect data for training and assessment (prediction). All of the other three commands are dependent on it. Make sure to run this command at beginning.

To collect data for smart contracts, docs/platforms.csv shoud be used. This file provides the github repository link for different smart contracts. And it also provide intermediary status for corresponding platforms.

This command will NOT overwrite any existing data. Users can use --inc option to collect data in incremental mode, which means new records and new attributes will be collected. And old data still exists.

Data process

process command is aimed to process raw data. Currently, only sart contract data need to be processed after collection.

Model Training

train command is simple. It trains 2 models. A Random Forest model for smart contracts and a LSTM mdoel for financial risks.

Web Application

web command builds a local web interface for users to directly view the result of assessement.

Contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

DeFi_Assessment-0.2.3.dev1-py3-none-any.whl (39.7 kB view details)

Uploaded Python 3

File details

Details for the file DeFi_Assessment-0.2.3.dev1-py3-none-any.whl.

File metadata

  • Download URL: DeFi_Assessment-0.2.3.dev1-py3-none-any.whl
  • Upload date:
  • Size: 39.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for DeFi_Assessment-0.2.3.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 2c17bd67e18bba0642bf46cd53ed032d0513288550abca962b405de5678fc2dc
MD5 904a78f45304c777b0da5e5ea75619cc
BLAKE2b-256 88c8e112f7513892810eda0317ffc03c78bd1a01bf6a03b99237e06be1f40ec6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page