diff --git a/README.md b/README.md index c33d6e958..90881f568 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# PricecasterService +# Pricecaster Service + +This service consumes prices from Pyth and feeds a TEAL program with messages containing signed price data. The program code validates signature and message validity, and if successful, subsequently stores the price information in the global application information for other contracts to retrieve. + -This service consumes prices from Pyth and feeds a TEAL program with messages containing signed price data. The program code validates signature and message validity and authenticity and subsequently stores the price information in the global application information for other contracts to retrieve.