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
- Host: GitHub
- URL: https://github.com/ensuro/price-risk-module
- Owner: ensuro
- Created: 2022-08-26T17:17:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T18:58:00.000Z (about 2 years ago)
- Last Synced: 2025-02-08T04:18:53.844Z (over 1 year ago)
- Topics: blockchain, defi, oracles
- Language: Solidity
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```