Loading practice questions
What is a limitation of smart contracts?
Correct Answer: D — They cannot interact with off-chain data without oracles
Explanation:
Smart contracts cannot access off-chain data directly. They rely on oracles to fetch external information, which can introduce additional risks.