Pull-Based Model

Architecture

This describes a system design where consuming entities actively request data from a source, rather than the source pushing data to them unsolicited. In derivatives, this often means a trading bot periodically queries an oracle or exchange API for the latest price or implied volatility quote. Such an architecture can reduce network overhead but introduces latency based on the query frequency.