What Is a “Request and Response” Data Flow Model in a DON?
The request and response model is a common pattern where a smart contract requests specific data from the DON. The DON's nodes fetch the requested off-chain data, process it, and then respond by sending the validated data back to the requesting smart contract on-chain.
This is typically used for ad-hoc or less frequent data needs, such as settling a one-off derivatives contract based on a specific event.