Hey everyone, I’m curious if Pyth has any plans to introduce something similar to Chainlink’s Chainlink Functions / Chainlink CRE (Compute Runtime Environment) that would allow developers to orchestrate off-chain or cross-protocol workflows triggered by Pyth data feeds.
For example, something like an execution or automation layer that lets us run workflows (rebalance, settle, trigger, etc.) based on price feed conditions or oracle events.
Is anything like this on the roadmap, or are there any ecosystem projects already working on this type of functionality?
Something similar or competing isn’t on the ongoing to do list overall.
What are you mostly after (like features) with something similar to Chainlink CRE? Like do you want to run your whole flow offchain?
Because given how Pyth is designed might already offer at least some parts of the same product.
For instance, given Pyth natively works as a pull oracle, you can fetch the price offchain and 1. just consume it offchain in your own internal system that would then do XYZ onchain or 2. still fetch the price offchain and based on certain parameters trigger price update on any chain you wish that will do your rebalance/options settlement etc
I guess with more details on what you are trying to build, I’d be able to better answer your Q