diff --git a/alerts/README.md b/alerts/README.md index 023b5dd..3e7905c 100644 --- a/alerts/README.md +++ b/alerts/README.md @@ -54,4 +54,25 @@ AWS_PROFILE=development $GOPATH/bin/alerts usdx run ## Alerts -There is a separate auction alerts service run that is described in the [doc](./auctions/README.md). \ No newline at end of file +### Auction + +Auction alerts tracks ongoing auctions on the Kava Chain and alerts for: + +- Total value of auctions above configured value +- Percentage price deviation of auction clearing price above configured value + +Runs with: +```bash +go run . auctions run +``` + +### USDX + +USDX alerts tracks the USDX price on the Kava Chain and alerts for: + +- Price deviation of USDX below configured value + +Runs with: +```bash +go run . usdx run +``` \ No newline at end of file diff --git a/alerts/auctions/README.md b/alerts/auctions/README.md deleted file mode 100644 index bfcbd54..0000000 --- a/alerts/auctions/README.md +++ /dev/null @@ -1,7 +0,0 @@ -## Description - -Auction alerts tracks ongoing auctions on the Kava Chain and alerts for: - -- Total value of auctions above configured value -- Percentage price deviation of auction clearing price above configured value -- Price deviation of USDX below configured value \ No newline at end of file