{"id":10594,"date":"2022-08-18T09:46:00","date_gmt":"2022-08-18T06:46:00","guid":{"rendered":"https:\/\/alfacash.blog\/?p=10594"},"modified":"2024-02-19T21:50:31","modified_gmt":"2024-02-19T18:50:31","slug":"what-are-blockchain-oracles","status":"publish","type":"post","link":"https:\/\/alfacash.blog\/it\/2022\/08\/18\/what-are-blockchain-oracles\/","title":{"rendered":"What on Earth are blockchain oracles and why you should know them"},"content":{"rendered":"<p>As you know, blockchain networks store data decentrally, which means that any individual entity cannot modify the data contained in them. But, blockchain networks can only access data collected within the same network. For several use cases, <strong>smart contracts need access to information from the outside world related to contractual agreements to know what to do<\/strong>, so they must turn to blockchain oracles.<\/p>\n\n\n\n<p>Oracles in <a href=\"https:\/\/alfacash.blog\/2020\/08\/30\/dummies-what-is-blockchain-how-it-works\/\" target=\"_blank\" rel=\"noreferrer noopener\">blockchain<\/a> validate physical world events and send information to smart contracts to trigger state changes on the blockchain. Also, blockchain oracles help networks interact with and understand data from the off-chain world.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What are the Blockchain Oracles?<\/strong><\/h2>\n\n\n\n<p><strong>Blockchain oracles are a bridge between the crypto world and the physical world<\/strong>. It is a tool that allows taking full advantage of blockchain technology. Also, the oracles in blockchain provide the Web 3.0 ecosystem with a way to connect to legacy systems, data sources, and advanced computation.<\/p>\n\n\n\n<p><em>Decentralized Oracle Networks (DON)<\/em> make it possible to implement hybrid <a href=\"https:\/\/alfacash.blog\/2020\/12\/09\/what-are-smart-contracts-what-they-for\/\" target=\"_blank\" rel=\"noreferrer noopener\">contratti intelligenti<\/a>. These smart contracts combine off-chain infrastructure and on-chain code to provide complex <a href=\"https:\/\/alfacash.blog\/2022\/03\/18\/what-decentralization-why-important\/\" target=\"_blank\" rel=\"noreferrer noopener\">decentralizzato<\/a> applications (DApps). Thus, the DApps react to physical world events and interact with traditional systems.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-1024x682.jpg\" alt=\"blockchain-network-oracles\" class=\"wp-image-10612\" srcset=\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-1024x682.jpg 1024w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-300x200.jpg 300w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-150x100.jpg 150w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-18x12.jpg 18w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-270x180.jpg 270w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-770x513.jpg 770w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-762x508.jpg 762w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-773x515.jpg 773w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-370x247.jpg 370w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-554x369.jpg 554w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-306x204.jpg 306w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-368x245.jpg 368w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-260x173.jpg 260w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles-87x58.jpg 87w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/blockchain-network-oracles.jpg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p>It may sound hard to understand. Still, we can say that blockchain oracles are commands that communicate how a smart contract should work based on physical world events.<\/p>\n\n\n\n<p>Let&#8217;s imagine Anne and Brett signing a smart contract on the blockchain to place a bet on each of their favorite soccer teams. Anne bets $60 on team A and Brett bets $60 on team B. The match ends successfully, and Anne is the bet winner.<\/p>\n\n\n\n<p>For the smart contract to know to release the $120 in Anne&#8217;s wallet, it needs to know the results of the match. Unfortunately, the score is not on the blockchain. So, they need a bridge (the oracle) to translate the results and send the information to the smart contract.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>The blockchain oracle problem<\/strong><\/h3>\n\n\n\n<p>The Oracle problem is related to the main feature of blockchains. As we said, no blockchain has built-in functionality that can extract or send data to any external system.<\/p>\n\n\n\n<p><strong>Blockchains are isolated networks and work like a <a href=\"https:\/\/alfacash.blog\/2022\/04\/20\/is-it-possible-use-transact-crypto-offline\/\" target=\"_blank\" rel=\"noreferrer noopener\">computer without an internet connection<\/a><\/strong>. This isolation makes the blockchain secure and trustworthy. Therefore, the network only needs to reach a consensus on an elementary set of binary (true\/false) questions using data already stored within its ledger.<\/p>\n\n\n\n<p>You may have heard that smart contracts are <a href=\"https:\/\/ethereum.org\/en\/developers\/docs\/oracles\/#chainlink-vrf\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">deterministic<\/a>, meaning they execute their actions precisely as programmed, with greater certainty than traditional systems. To achieve this, the binary questions for consensus are very restricted, such as:<\/p>\n\n\n\n<p>-The <a href=\"https:\/\/alfacash.blog\/2021\/09\/15\/public-private-keys-why-important-keep-your-coins\/\" target=\"_blank\" rel=\"noreferrer noopener\">public key<\/a> holder signed the transaction with his private key?<\/p>\n\n\n\n<p>-Does the public address have sufficient funds to cover the transaction?<\/p>\n\n\n\n<p>-The transaction type is valid within the particular smart contract?<\/p>\n\n\n\n<p>However, these questions are very restricted, so smart contracts must connect to the outside world to perform most of the actions required by their use cases. Blockchain oracles are the additional infrastructure that smart contracts use to link with the outside world.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Characteristics of blockchain oracles<\/strong><\/h3>\n\n\n\n<p>Among the main characteristics of blockchain oracles we find connectivity and privacy.<\/p>\n\n\n\n<p><strong>Connectivity<\/strong>. Oracles connect smart contracts with off-chain data providers, web APIs, IoT, payment systems, enterprise backends, and other blockchains.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"641\" src=\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-1024x641.jpg\" alt=\"smart-home-oracles\" class=\"wp-image-10609\" srcset=\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-1024x641.jpg 1024w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-300x188.jpg 300w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-150x94.jpg 150w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-18x12.jpg 18w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-270x169.jpg 270w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-770x482.jpg 770w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-812x508.jpg 812w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-823x515.jpg 823w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-370x232.jpg 370w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-554x347.jpg 554w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-306x191.jpg 306w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-260x163.jpg 260w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles-87x54.jpg 87w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/smart-home-oracles.jpg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p><strong>Privacy<\/strong>. The oracles use a function that <a href=\"https:\/\/alfacash.blog\/2021\/06\/30\/5-ways-make-private-transactions-bitcoin\/\" target=\"_blank\" rel=\"noreferrer noopener\">mixes<\/a> the information collected from the physical world before including it in the blockchain. Thus, the identity of users is kept safe.<\/p>\n\n\n\n<p>Two significant use cases for oracles are Augur and ChainLink (LINK). Augur is a decentralized <a href=\"https:\/\/alfacash.blog\/2021\/09\/29\/what-prediction-markets-how-earn-with-them\/\" target=\"_blank\" rel=\"noreferrer noopener\">prediction market<\/a> platform developed in 2014. Augur, <a href=\"https:\/\/daotalk.org\/c\/augur\/39\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">governed <\/a>by a Decentralized Autonomous Organization (DAO), allows betting on crypto, MLB, MMA, and NFL.<\/p>\n\n\n\n<p>Furthermore, ChainLink offers a decentralized oracle service that rewards network users while connecting smart contracts with fiscal-world data. ChainLink enables bank or retail payments like Visa and PayPal, market data (NYSE and Bloomberg), and backend systems (SalesForce and SAP).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Types and use cases of blockchain oracles<\/strong><\/h2>\n\n\n\n<p>In addition to various uses, blockchain oracles have different types: software, hardware, incoming and outgoing, and consensus.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Software<\/strong><\/h3>\n\n\n\n<p>Software oracles are the ones that manage information available online. These types of oracles extract and order information that can be product prices, match results, temperature, flight schedules, etc. The data collected by the oracle is sent to the smart contract so that it can perform the programmed actions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Hardware<\/strong><\/h3>\n\n\n\n<p>Some blockchain oracles need real-world information and turn to hardware oracles, which can track physical world objects. The best use of this type of oracle is in supply chains since they trace the route of a truck, plane, or ship, among others.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"622\" src=\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-1024x622.jpg\" alt=\"supply-chain-blockchain\" class=\"wp-image-10614\" srcset=\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-1024x622.jpg 1024w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-300x182.jpg 300w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-150x91.jpg 150w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-18x12.jpg 18w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-270x164.jpg 270w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-770x468.jpg 770w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-836x508.jpg 836w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-847x515.jpg 847w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-370x225.jpg 370w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-554x337.jpg 554w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-306x186.jpg 306w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-260x158.jpg 260w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain-87x53.jpg 87w, https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/supply-chain-blockchain.jpg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p>Additionally, Hardware oracles use IoT sensors, <a href=\"https:\/\/en.wikipedia.org\/wiki\/Radio-frequency_identification\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">RFID<\/a>, or barcode readers to collect information for the blockchain.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Incoming and Outgoing<\/strong><\/h3>\n\n\n\n<p>The incoming oracles provide information outside the blockchain or smart contract. So, its principal users are companies that automate actions derived from data entry.<\/p>\n\n\n\n<p>On the other hand, outgoing oracles allow the network to send data to the physical world. One of its uses would be in the field of smart homes. For example, they would allow a user to be authorized to enter only after having verified her identity by employing her cryptographic signature or private key.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Consensus<\/strong><\/h3>\n\n\n\n<p>Besides, consensus blockchain oracles collect information from various sources to ensure that the data is trustworthy and not manipulated. In this way, one use case where these oracles fit perfectly is monitoring the financial markets.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The risk of oracles in blockchain<\/strong><\/h2>\n\n\n\n<p>Although oracles work with blockchain networks that are primarily decentralized, the truth is that they are pieces of infrastructure under centralized control. Thus, users who trust oracles take the information provided by an entity as accurate. And unfortunately, that information can be corrupted or manipulated.<\/p>\n\n\n\n<p><strong>Decentralized oracles exist to overcome the risk of centralization<\/strong>. They are a type of oracle that takes information from multiple oracles and only takes data that the majority agrees on as truthful.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p class=\"has-text-align-center\"><em>Wanna trade Bitcoin, Ethereum, and other tokens? You can do it<\/em>&nbsp;<em>in modo sicuro&nbsp;<a href=\"https:\/\/www.alfa.cash\/buy\/bitcoin\" target=\"_blank\" rel=\"noreferrer noopener\">su Alfacash<\/a>E non dimenticare che stiamo parlando di questo e di tante altre cose sui nostri social media.<\/em><\/p>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"https:\/\/t.me\/AlfacashCommunity\" target=\"_blank\" rel=\"noreferrer noopener\">Telegramma<\/a>&nbsp;*&nbsp;<a href=\"https:\/\/www.facebook.com\/alfacashstore\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook<\/a>&nbsp;*&nbsp;<a href=\"https:\/\/www.instagram.com\/alfacashstore\" target=\"_blank\" rel=\"noreferrer noopener\">Instagram<\/a>&nbsp;*&nbsp;<a href=\"https:\/\/www.youtube.com\/channel\/UCOl4fdRHj8AseQ5b6z9udaw\" target=\"_blank\" rel=\"noreferrer noopener\">Youtube<\/a>&nbsp;*<a href=\"https:\/\/twitter.com\/AlfacashStore\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>Let&#8217;s see how oracles help connect the physical world with the blockchain and expand the use cases of cryptocurrency technology.<\/p>","protected":false},"author":11,"featured_media":10600,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[48],"tags":[86,44,107,199],"class_list":{"0":"post-10594","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-learn","8":"tag-blockchain","9":"tag-decentralization","10":"tag-ethereum","11":"tag-smart-contracts"},"featured_image_src":"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg","author_info":{"display_name":"Zuleika Salgado","author_link":"https:\/\/alfacash.blog\/it\/author\/zuleika\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.4 (Yoast SEO v25.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What on Earth are blockchain oracles and why you should know them - alfa.cash blog<\/title>\n<meta name=\"description\" content=\"Let&#039;s see how oracles help connect the physical world with the blockchain and expand the use cases of cryptocurrency technology.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/alfacash.blog\/it\/2022\/08\/18\/what-are-blockchain-oracles\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What on Earth are blockchain oracles and why you should know them\" \/>\n<meta property=\"og:description\" content=\"Let&#039;s see how oracles help connect the physical world with the blockchain and expand the use cases of cryptocurrency technology.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/alfacash.blog\/it\/2022\/08\/18\/what-are-blockchain-oracles\/\" \/>\n<meta property=\"og:site_name\" content=\"alfa.cash blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/alfacashstore\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-18T06:46:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-19T18:50:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2123\" \/>\n\t<meta property=\"og:image:height\" content=\"1120\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Zuleika Salgado\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AlfacashStore\" \/>\n<meta name=\"twitter:site\" content=\"@AlfacashStore\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/\"},\"author\":{\"name\":\"Zuleika Salgado\",\"@id\":\"https:\/\/alfacash.blog\/#\/schema\/person\/ff88ff93f42db9a00171fdf39399dd05\"},\"headline\":\"What on Earth are blockchain oracles and why you should know them\",\"datePublished\":\"2022-08-18T06:46:00+00:00\",\"dateModified\":\"2024-02-19T18:50:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/\"},\"wordCount\":1030,\"publisher\":{\"@id\":\"https:\/\/alfacash.blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg\",\"keywords\":[\"blockchain\",\"decentralization\",\"Ethereum\",\"smart contracts\"],\"articleSection\":[\"Learn\"],\"inLanguage\":\"it-IT\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/\",\"url\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/\",\"name\":\"What on Earth are blockchain oracles and why you should know them - alfa.cash blog\",\"isPartOf\":{\"@id\":\"https:\/\/alfacash.blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg\",\"datePublished\":\"2022-08-18T06:46:00+00:00\",\"dateModified\":\"2024-02-19T18:50:31+00:00\",\"description\":\"Let's see how oracles help connect the physical world with the blockchain and expand the use cases of cryptocurrency technology.\",\"breadcrumb\":{\"@id\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#primaryimage\",\"url\":\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg\",\"contentUrl\":\"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg\",\"width\":2123,\"height\":1120,\"caption\":\"blockchain-oracles\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/alfacash.blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What on Earth are blockchain oracles and why you should know them\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/alfacash.blog\/#website\",\"url\":\"https:\/\/alfacash.blog\/\",\"name\":\"Alfacash Blog\",\"description\":\"Alfacash blog is about Crypto, Bitcoin, Ethereum, DeFi\",\"publisher\":{\"@id\":\"https:\/\/alfacash.blog\/#organization\"},\"alternateName\":\"alfacash.blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/alfacash.blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/alfacash.blog\/#organization\",\"name\":\"Alfacash Blog\",\"alternateName\":\"alfacash.blog\",\"url\":\"https:\/\/alfacash.blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/alfacash.blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/alfacash.blog\/wp-content\/uploads\/2024\/02\/Transparent.svg\",\"contentUrl\":\"https:\/\/alfacash.blog\/wp-content\/uploads\/2024\/02\/Transparent.svg\",\"width\":696,\"height\":696,\"caption\":\"Alfacash Blog\"},\"image\":{\"@id\":\"https:\/\/alfacash.blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/alfacashstore\",\"https:\/\/x.com\/AlfacashStore\",\"https:\/\/t.me\/AlfacashCommunity\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/alfacash.blog\/#\/schema\/person\/ff88ff93f42db9a00171fdf39399dd05\",\"name\":\"Zuleika Salgado\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/alfacash.blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5f3cadd823f7f600b2ecff542fd5ba331d7b9495b7550367d2368e101e490730?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5f3cadd823f7f600b2ecff542fd5ba331d7b9495b7550367d2368e101e490730?s=96&d=mm&r=g\",\"caption\":\"Zuleika Salgado\"},\"description\":\"Working to make a decentralized world. Philologist and psychology student. I have been writing about cryptocurrencies since 2017. Literature, coffee, and cryptos.\",\"url\":\"https:\/\/alfacash.blog\/it\/author\/zuleika\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What on Earth are blockchain oracles and why you should know them - alfa.cash blog","description":"Let's see how oracles help connect the physical world with the blockchain and expand the use cases of cryptocurrency technology.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/alfacash.blog\/it\/2022\/08\/18\/what-are-blockchain-oracles\/","og_locale":"it_IT","og_type":"article","og_title":"What on Earth are blockchain oracles and why you should know them","og_description":"Let's see how oracles help connect the physical world with the blockchain and expand the use cases of cryptocurrency technology.","og_url":"https:\/\/alfacash.blog\/it\/2022\/08\/18\/what-are-blockchain-oracles\/","og_site_name":"alfa.cash blog","article_publisher":"https:\/\/www.facebook.com\/alfacashstore","article_published_time":"2022-08-18T06:46:00+00:00","article_modified_time":"2024-02-19T18:50:31+00:00","og_image":[{"width":2123,"height":1120,"url":"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg","type":"image\/jpeg"}],"author":"Zuleika Salgado","twitter_card":"summary_large_image","twitter_creator":"@AlfacashStore","twitter_site":"@AlfacashStore","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#article","isPartOf":{"@id":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/"},"author":{"name":"Zuleika Salgado","@id":"https:\/\/alfacash.blog\/#\/schema\/person\/ff88ff93f42db9a00171fdf39399dd05"},"headline":"What on Earth are blockchain oracles and why you should know them","datePublished":"2022-08-18T06:46:00+00:00","dateModified":"2024-02-19T18:50:31+00:00","mainEntityOfPage":{"@id":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/"},"wordCount":1030,"publisher":{"@id":"https:\/\/alfacash.blog\/#organization"},"image":{"@id":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#primaryimage"},"thumbnailUrl":"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg","keywords":["blockchain","decentralization","Ethereum","smart contracts"],"articleSection":["Learn"],"inLanguage":"it-IT"},{"@type":"WebPage","@id":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/","url":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/","name":"What on Earth are blockchain oracles and why you should know them - alfa.cash blog","isPartOf":{"@id":"https:\/\/alfacash.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#primaryimage"},"image":{"@id":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#primaryimage"},"thumbnailUrl":"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg","datePublished":"2022-08-18T06:46:00+00:00","dateModified":"2024-02-19T18:50:31+00:00","description":"Let's see how oracles help connect the physical world with the blockchain and expand the use cases of cryptocurrency technology.","breadcrumb":{"@id":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#primaryimage","url":"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg","contentUrl":"https:\/\/alfacash.blog\/wp-content\/uploads\/2022\/08\/A-16-blog.jpg","width":2123,"height":1120,"caption":"blockchain-oracles"},{"@type":"BreadcrumbList","@id":"https:\/\/alfacash.blog\/2022\/08\/18\/what-are-blockchain-oracles\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/alfacash.blog\/"},{"@type":"ListItem","position":2,"name":"What on Earth are blockchain oracles and why you should know them"}]},{"@type":"WebSite","@id":"https:\/\/alfacash.blog\/#website","url":"https:\/\/alfacash.blog\/","name":"Alfacash Blog","description":"Alfacash blog is about Crypto, Bitcoin, Ethereum, DeFi","publisher":{"@id":"https:\/\/alfacash.blog\/#organization"},"alternateName":"alfacash.blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/alfacash.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/alfacash.blog\/#organization","name":"Alfacash Blog","alternateName":"alfacash.blog","url":"https:\/\/alfacash.blog\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/alfacash.blog\/#\/schema\/logo\/image\/","url":"https:\/\/alfacash.blog\/wp-content\/uploads\/2024\/02\/Transparent.svg","contentUrl":"https:\/\/alfacash.blog\/wp-content\/uploads\/2024\/02\/Transparent.svg","width":696,"height":696,"caption":"Alfacash Blog"},"image":{"@id":"https:\/\/alfacash.blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/alfacashstore","https:\/\/x.com\/AlfacashStore","https:\/\/t.me\/AlfacashCommunity"]},{"@type":"Person","@id":"https:\/\/alfacash.blog\/#\/schema\/person\/ff88ff93f42db9a00171fdf39399dd05","name":"Zuleika Salgado","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/alfacash.blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5f3cadd823f7f600b2ecff542fd5ba331d7b9495b7550367d2368e101e490730?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5f3cadd823f7f600b2ecff542fd5ba331d7b9495b7550367d2368e101e490730?s=96&d=mm&r=g","caption":"Zuleika Salgado"},"description":"Working to make a decentralized world. Philologist and psychology student. I have been writing about cryptocurrencies since 2017. Literature, coffee, and cryptos.","url":"https:\/\/alfacash.blog\/it\/author\/zuleika\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/posts\/10594","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/comments?post=10594"}],"version-history":[{"count":12,"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/posts\/10594\/revisions"}],"predecessor-version":[{"id":10621,"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/posts\/10594\/revisions\/10621"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/media\/10600"}],"wp:attachment":[{"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/media?parent=10594"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/categories?post=10594"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alfacash.blog\/it\/wp-json\/wp\/v2\/tags?post=10594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}