diff --git a/aqua-examples/price-oracle/README.md b/aqua-examples/price-oracle/README.md index 1f8f896..6c246ac 100644 --- a/aqua-examples/price-oracle/README.md +++ b/aqua-examples/price-oracle/README.md @@ -239,3 +239,9 @@ or to a ready-made typescript stub: ```text % aqua-cli -i aqua-scripts -o air-scripts ``` + +## Summary + +We illustrated different ways to create decentralized price oracle applications on the Fluence stack by reusing existing services hosted on network peers. While the implementations for both price getter and oracle, i.e., mean, services are stylized, it should be quite apparent that the Fluence stack is well suited for a broad range of Web3 off-chain applications including price (feed) oracles. + +If you are interested in implementing service adapters to various DEX's at the smart contract level or oracle algortihms, please contact us and we can allocate some Gitcoin bounty to your efforts. \ No newline at end of file