Pull-Based Oracles

Oracle

Pull-based oracles operate on a request-response model where smart contracts initiate a query to retrieve external data. The oracle network then fetches the requested information, verifies its accuracy, and delivers it back to the smart contract. This design contrasts with push-based systems where data is automatically broadcast at regular intervals.