Open LouisTsai-Csie opened 6 months ago
現在好像還是找不到方法把自己變成 assignee,目前先在這邊留言代替
@Kaiserouo I assigned you, please take a look, thank you.
@Kaiserouo For this topic, at least you need to compare the Uniswap TWAP oracle and Chainlink price feed oracle, their implementation, design, advantage and disadvantage. Please let me know if you have any more question.
Hello TA, I'd like to be assigned to this topic, thanks
@Roy7754321 Done, please let me know if you need more information.
And please check the previous comment.
Hi TA, I'd like to be assigned to this topic, and my student ID is R12944013, Thanks.
@kcwang1226 Hi, please check
Summary
Given that the blockchain operates within a closed environment, protocols requiring real-world data often rely on oracles as intermediaries. Oracles serve as the bridge between external data sources and smart contracts. What are the existing oracle design patterns, and how do they differ from one another?
Description
Numerous protocols rely on oracles to calculate asset prices, commonly referred to as "price feed oracles." Two prevalent types are on-chain oracles, such as the TWAP oracle used in Uniswap V2, and off-chain oracles like Chainlink, which aggregate data from external sources and submit it to the blockchain. Delve into these oracle designs and their underlying rationale for a comprehensive understanding.
Source
A First Look into DeFi Oracles
Toward Trustworthy DeFi Oracles: Past, Present, and Future
Others
None