An open API service indexing awesome lists of open source software.

https://github.com/ensuro/price-risk-module

Price Risk Module for the Ensuro Protocol. Trigger policies based on price falls or rises
https://github.com/ensuro/price-risk-module

blockchain defi oracles

Last synced: about 2 months ago
JSON representation

Price Risk Module for the Ensuro Protocol. Trigger policies based on price falls or rises

Awesome Lists containing this project

README

          

# Price Risk Module

This is a Price Risk Module for the Ensuro Protocol.

The policies of this module allow to protect against the future price of an asset.

You can acquire policies that will be triggered at a price lower or higher than the current price. After the policy was created, if the price is lower/higher than the trigger price, the policy will be triggered releasing the payout.

Try running some of the following tasks:

```shell
npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
```