Talk:Market & data feeds: Difference between revisions
From Chainlink Community Wiki
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
</td></tr></table> | </td></tr></table> | ||
}} | }} | ||
---- | |||
Since Chainlink Data Feeds function as shared public goods, any number of users can consume and fund the same feed. With each new paying sponsor of a Data Feed, and as existing sponsors generate more fees, a greater portion of the Data Feed’s costs can be covered by user fees. Eventually, once user fees surpass the network’s operation costs, the Data Feed’s operation no longer requires oracle reward support and the feed becomes economically sustainable.<ref name="GROWING_CL /> | |||
---- | ---- | ||
Chainlink Data Feeds are launched based on demand from users for a specific piece of data on a specific blockchain (e.g. the BTC/USD exchange rate on Ethereum). After launch, Data Feeds are initially supported through oracle rewards, in addition to user fees paid by the feed’s active sponsors.<ref name="GROWING_CL"></ref> --[[User:Reggie|Reggie]] ([[User talk:Reggie|talk]]) 04:31, 29 June 2022 (UTC) | Chainlink Data Feeds are launched based on demand from users for a specific piece of data on a specific blockchain (e.g. the BTC/USD exchange rate on Ethereum). After launch, Data Feeds are initially supported through oracle rewards, in addition to user fees paid by the feed’s active sponsors.<ref name="GROWING_CL"></ref> --[[User:Reggie|Reggie]] ([[User talk:Reggie|talk]]) 04:31, 29 June 2022 (UTC) |
Revision as of 04:32, 29 June 2022
Market & data feeds Discussion Page
Welcome to the talk page for discussing improvements to the Market & data feeds article. Talk pages (also known as discussion pages) are Wiki administration pages where editors/contributors discuss improvements that can be made to an article. NOTE: Discussion pages are not a forum for general discussion of the article's subject. When you post a message on a talk page, you should always sign and date your comment so that other editors can follow the thread of the conversation. To do this, either type four tildes (~) at the end of your comment or just click the signature button on the row of buttons above the edit box. |
Since Chainlink Data Feeds function as shared public goods, any number of users can consume and fund the same feed. With each new paying sponsor of a Data Feed, and as existing sponsors generate more fees, a greater portion of the Data Feed’s costs can be covered by user fees. Eventually, once user fees surpass the network’s operation costs, the Data Feed’s operation no longer requires oracle reward support and the feed becomes economically sustainable.[1]
Chainlink Data Feeds are launched based on demand from users for a specific piece of data on a specific blockchain (e.g. the BTC/USD exchange rate on Ethereum). After launch, Data Feeds are initially supported through oracle rewards, in addition to user fees paid by the feed’s active sponsors.[1] --Reggie (talk) 04:31, 29 June 2022 (UTC)
"Just like how smart contracts are secure because they're ran on multiple machines (blockchain nodes), you can secure the inputs to your smart contracts by having that input retrieved by multiple Chainlink nodes. So if you're a requester, and you want data from a particular API DPA, you define how many Chainlink nodes you want to retrieve that data. To further decentralize your inputs, and if there are additional data providers with the same topic of data, you could have additional Chainlink nodes retrieve from another API DPB to assist with validation." [2]--Reggie (talk) 08:57, 27 June 2022 (UTC)
External Adapter: This component allows for additional functionality outside of what is supported by the default Chainlink adapters. Data validation and mapping are classic scenarios for external adapters. Functionally, external adapters can be seen as serverless routines that complement the core functionality of an existing Chainlink adapter. [2]--Reggie (talk) 08:52, 27 June 2022 (UTC)
We might want to dicuss Proxy addresses for Aggregators.
"Updates to proxy and aggregator contracts Aggregator contracts must be updated from time to time to add additional capabilities to data feeds. These updates include changes to the aggregator configuration or a complete replacement of the aggregator that the proxy uses. If you consume data feeds through the proxy, your applications can continue to operate during these changes.
Proxy and aggregator contracts all have an owner address that has permission to change variables and functions. For example, if you read the BTC/USD proxy contract in Etherscan, you can see the owner address. This address is a multi-signature safe (multisig) that you can also inspect.
If you view the multisig contract in Etherscan using the Read as Proxy feature, you can see the full details of the multisig including the list of addresses that can sign and the number of signers required for the multisig to approve actions on any contracts that it owns."
Source: https://docs.chain.link/docs/using-chainlink-reference-contracts/#updates-to-proxy-and-aggregator-contracts --Reggie (talk) 08:14, 20 June 2022 (UTC)
Some details to consider add.
- Each data feed is updated by a decentralized oracle network.
- Each oracle operator is rewarded for publishing data.
- The number of oracles contributing to each feed varies
Source: https://docs.chain.link/docs/architecture-decentralized-model/
--Reggie (talk) 08:14, 20 June 2022 (UTC)
- ↑ 1.0 1.1 Cite error: Invalid
<ref>
tag; no text was provided for refs namedGROWING_CL
- ↑ 2.0 2.1 https://dyor-crypto.fandom.com/wiki/Chainlink_(LINK)#Reviewed_Node_Operators