Skip to content

solv-finance/solv-v2-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solv-v2-market

Solv Voucher Market is the DeFi application for users to sell or purchase Vouchers.

This repository contains the core smart contracts for Solv V2 Market, along with their configuration files, initialization scripts and deployment information.

More information about Solv Protocol:

Structure

Smart contracts are contained in the packages directory.

solv-market

solv-market is the implementation of the Solv Voucher Market. This package contains the Solv V2 Market smart contracts, configuration files and initialization scripts.

Installation

To install Solv V2 Market, pull the repository from GitHub and to install all dependencies through yarn or npm.

git clone git@github.com:solv-finance-dev/solv-v2-market.git

cd solv-v2-market

# install with yarn
yarn install --lock-file

# or install with npm
npm install

Bug Bounty

The Solv Protocol bug bounty program is on the Immunefi platform and can be accessed at: https://www.immunefi.com/bounty/solvprotocol

The bug bounty program is focused on the smart contracts and focused on preventing:

  • Loss of user funds staked (principal) by freezing or theft
  • Theft of unclaimed yield
  • Freezing of unclaimed yield
  • Smart contract fails to deliver promised returns

Rewards by threat level

Rewards are distributed according to the impact of the vulnerability based on the Immunefi Vulnerability Severity Classification System.

Smart Contracts and Blockchain

Threat Level Bounty
Critical USD $50,000
High USD $25,000
Medium USD $10,000
Low USD $3,000

All Critical/High severity bug reports must come with a PoC and a suggestion for a fix in order to be considered for a reward.

Payouts are handled by the Solv Protocol team directly and are denominated in USD. Payouts are done in USDT.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published