<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[The Witnet Oracle Blog - Medium]]></title>
        <description><![CDATA[A P2P protocol that connects smart contracts to the real world  #DontTrustTheMessenger - Medium]]></description>
        <link>https://medium.com/witnet?source=rss----751c433eb129---4</link>
        <image>
            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>
            <title>The Witnet Oracle Blog - Medium</title>
            <link>https://medium.com/witnet?source=rss----751c433eb129---4</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Tue, 23 Jun 2026 17:08:51 GMT</lastBuildDate>
        <atom:link href="https://medium.com/feed/witnet" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Oracles Matter: What We Can Learn From the Moonwell Hack]]></title>
            <link>https://medium.com/witnet/oracles-matter-what-we-can-learn-from-the-moonwell-hack-88973a6a5a5d?source=rss----751c433eb129---4</link>
            <guid isPermaLink="false">https://medium.com/p/88973a6a5a5d</guid>
            <category><![CDATA[defi]]></category>
            <category><![CDATA[chain-link]]></category>
            <category><![CDATA[witnet]]></category>
            <category><![CDATA[hacks]]></category>
            <category><![CDATA[moonwell]]></category>
            <dc:creator><![CDATA[Adán Sánchez de Pedro]]></dc:creator>
            <pubDate>Thu, 06 Nov 2025 13:29:36 GMT</pubDate>
            <atom:updated>2025-11-06T13:29:35.572Z</atom:updated>
            <content:encoded><![CDATA[<p><em>When data breaks, DeFi breaks. The Moonwell hack shows why oracles matter — and how Web3 must evolve to secure its truth.</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*KQWINrpMSXRL7rZn" /></figure><p>On November 4 th 2025, a DeFi lending protocol called <a href="https://finance.yahoo.com/news/moonwell-hack-1m-lost-chainlink-123012371.html"><strong>Moonwell</strong> lost about <strong>$1 million</strong> in an exploit</a> that once again reminded the industry of an uncomfortable truth:</p><blockquote><em>💡 </em>In decentralized finance, your smart contract is only as secure as the data it trusts.</blockquote><p>This time, the vulnerability didn’t originate in Moonwell’s own code. The problem was upstream — in the <strong>oracle</strong> that supplied token prices to the protocol.</p><p>According to <a href="https://x.com/CertiKAlert/status/1985620452992253973">post-mortems</a> from several blockchain security firms, a faulty <strong>Chainlink price feed</strong> returned a wildly inflated valuation for a collateral token (wrstETH), briefly showing a few cents worth of tokens as millions of dollars. The attacker seized the opportunity, borrowed against the fake collateral, and drained the pool before liquidation bots could react.</p><p>Within minutes, $1 million were gone. Within hours, $WELL — Moonwell’s native token — had dropped over 12 %. And within days, community forums were filled with a familiar argument: <em>Was it Moonwell’s fault for using an old feed, or Chainlink’s for providing it?</em></p><h3>The blame game hides a bigger problem</h3><p>Chainlink community members were quick to point out that <a href="https://x.com/CatfishFishy/status/1985777142882259089">the exploited feed was <strong>“deprecated”</strong></a> — no longer listed in Chainlink’s current documentation. That might be true today, but at some point that feed <em>was</em> listed. It might even have been added <a href="https://chain.link/contact?ref_id=datafeeds"><strong>under request</strong></a>, a common practice where a client project asks Chainlink to publish a specific market pair or network feed.</p><p>So the real question becomes: <strong>How is a DeFi protocol supposed to know whether a feed is still safe to rely on?</strong></p><p><a href="https://docs.chain.link/data-feeds/selecting-data-feeds#data-feed-categories">Chainlink’s documentation</a> indeed marks feeds as <em>deprecated</em>, <em>experimental</em>, or <em>low-liquidity</em>. But all of that guidance exists <strong>off-chain</strong>, buried in a web page. Once deployed, an aggregator contract gives no on-chain signal about its current status, maintenance, or risk category.</p><p>At the contract level:</p><ul><li>there’s <strong>no on-chain metadata</strong> describing the feed’s reliability, number of sources, or who maintains it;</li><li>the only “safety hint” available is a timestamp — leaving it to each consumer to judge whether the data is “fresh enough”;</li><li>and crucially, there’s <strong>no mechanism</strong> for a consuming contract to evaluate the <em>quality</em> of the data update itself.</li></ul><p>Everything depends on trusting that the off-chain documentation remains accurate — and that’s hardly “trustless.”</p><h3>Why oracle design is the hidden layer of DeFi security</h3><p>Every DeFi protocol depends on external facts — asset prices, interest rates, event outcomes — that don’t originate on-chain. Oracles are the bridges that bring those facts into smart-contract systems. If that bridge collapses, <em>so does the logic built on top</em>.</p><p>Typical oracle failure modes include:</p><ul><li><strong>Stale or delayed data</strong>, causing outdated prices during volatile markets.</li><li><strong>Manipulated inputs</strong>, like flash-loan attacks on thinly traded pairs.</li><li><strong>Centralized dependencies</strong>, where a single feed operator or API becomes the weakest link.</li><li><strong>Consumer negligence</strong>, where the smart contract fails to check freshness, deviation, or feed integrity.</li></ul><p>The Moonwell hack didn’t expose a bug in Solidity; it exposed a <strong>missing safety layer between oracle and consumer</strong>. And that’s precisely one of the layer Witnet was built to strengthen.</p><h3>How Witnet approaches oracle reliability differently</h3><p>With <a href="https://witnet.io/"><strong>Witnet</strong></a>, the paradigm flips: protocols don’t need to depend on a pre-approved list of feeds published on a corporate website. Instead, they can <a href="https://docs.witnet.io/smart-contracts/witnet-web-oracle/make-a-get-request"><strong>openly compose and deploy their own price feeds</strong></a>, either from scratch or from shared templates, and maintain them independently — all while benefiting from the same cryptographic guarantees of authenticity and transparency.</p><h4>Verifiable data at the source</h4><p>Every data point notarized through Witnet carries <strong>on-chain proofs</strong> of:</p><ul><li>which sources were queried (e.g., Binance, Coinbase, Gate, etc.);</li><li>how many <strong>independent witnesses</strong> agreed on the result;</li><li>and when exactly the data was retrieved and attested.</li></ul><p>This information is <strong>publicly verifiable</strong>, meaning that any observer — or any consuming smart contract — can check not just <em>what</em> value was reported, but also <em>how</em> it was derived.</p><h4>Runtime evaluation and self-defense</h4><p>Through the <a href="https://github.com/witnet/witnet-ethers/"><strong>Witnet Price Feeds (WPF)</strong></a> framework, consumer contracts can perform real-time, on-chain evaluations of:</p><ul><li>the <strong>freshness</strong> of the latest report,</li><li>the <strong>number of data sources</strong> used,</li><li>and even the <strong>identities</strong> of those sources.</li></ul><p>With the latest v3 release of the<strong> WPF</strong>, additional guardrails come built-in:</p><ul><li>Safe-read functions that <strong>revert automatically</strong> if the last report is older than the configured <em>heartbeat</em>.</li><li>Optional <strong>deviation limits</strong> — for example, reject any update that deviates by more than 25 % from the previous one.</li><li>Configurable <strong>redundancy models</strong>: “<em>fallback mode”</em>, where a secondary feed activates only when the primary one is stale; and “<em>hottest mode”</em>, where the most recent valid value is always used.</li></ul><p>These features let protocols create <strong>autonomous, self-auditing oracle consumption logic</strong>, enforced purely on-chain — not by human vigilance or a corporate dashboard.</p><h3>Building resilience into DeFi</h3><p>The lesson from Moonwell isn’t that one oracle network failed; it’s that <strong>DeFi protocols can’t afford to treat oracles as black boxes</strong>. A sound oracle design must make data <em>transparent, verifiable, and composable</em> — enabling consumers to reason about quality, not just quantity.</p><p>Witnet’s architecture provides exactly that:</p><ul><li>complete transparency of sources and witnesses;</li><li>cryptographic attestations that can be audited in real time;</li><li>and open tooling for developers to compose new feeds or fork existing ones to suit their needs.</li></ul><p>This turns oracles from opaque dependencies into <strong>auditable infrastructure primitives</strong> — the way they were always meant to be.</p><h3>Closing thoughts</h3><p>The next billion dollars in DeFi losses won’t come from your typical re-entrancy or arithmetic bugs. They’ll come from <strong>misplaced trust</strong> — in data feeds, in dashboards, in assumptions.</p><p>Since its foundation in 2017, Witnet’s mission has always been to get rid of <em>the need for trust</em> as much as possible — and where strictly necessary, make it <em>verifiable</em>.</p><p>Because in the end, <strong>oracles matter<em>.</em></strong> And in a decentralized world, only the verifiable survives.</p><p>If you care about any this, it’s your time to <strong>join the Witnet revolution</strong> — together, we can make decentralized finance truly decentralized, and pave the way for a safer, fairer, and more prosperous future for Web3, and ultimately, for humanity:</p><p><a href="https://witnet.io/"><strong>Website</strong></a><strong> | </strong><a href="https://twitter.com/witnet_io"><strong>X</strong></a><strong> | </strong><a href="https://t.me/witnetio"><strong>Telegram</strong></a><strong> | </strong><a href="https://discord.gg/witnet"><strong>Discord</strong></a><strong> | </strong><a href="http://www.linkedin.com/company/witnet/"><strong>LinkedIn</strong></a><strong> | </strong><a href="https://witnet.io/#newsletter"><strong>Newsletter</strong></a><strong> | </strong><a href="https://www.youtube.com/@Witnet_io"><strong>YouTube</strong></a><strong> | </strong><a href="https://www.reddit.com/r/witnet/"><strong>Reddit</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=88973a6a5a5d" width="1" height="1" alt=""><hr><p><a href="https://medium.com/witnet/oracles-matter-what-we-can-learn-from-the-moonwell-hack-88973a6a5a5d">Oracles Matter: What We Can Learn From the Moonwell Hack</a> was originally published in <a href="https://medium.com/witnet">The Witnet Oracle Blog</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[How x402 Could Make Witnet ($WIT) More Valuable]]></title>
            <link>https://medium.com/witnet/how-x402-could-make-witnet-wit-more-valuable-b664993fd71b?source=rss----751c433eb129---4</link>
            <guid isPermaLink="false">https://medium.com/p/b664993fd71b</guid>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[blockchain-oracle]]></category>
            <category><![CDATA[witnet]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[x402]]></category>
            <dc:creator><![CDATA[Adán Sánchez de Pedro]]></dc:creator>
            <pubDate>Thu, 30 Oct 2025 16:18:01 GMT</pubDate>
            <atom:updated>2025-10-30T16:18:00.435Z</atom:updated>
            <content:encoded><![CDATA[<p><em>Why a new HTTP payment standard could unlock private APIs — and a whole new frontier for the Wit/Oracle.</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*8a9H6T8Zqjs5SHq3PYewIA.png" /></figure><h4>A long-standing paradox</h4><p><a href="https://witnet.io/">Witnet</a> — also known as the <strong>Wit/Oracle</strong> — has always done one thing better than anyone else: <a href="https://www.youtube.com/watch?v=kVgTcXZbXFI">ensuring <strong>data integrity in a completely trustless way</strong></a>.</p><p>Instead of relying on a single provider, Witnet uses a <strong>crowd-attestation mechanism</strong>: a random subset of validators independently fetch and attest to data before reaching consensus. The result is <strong>no single points of failure</strong>, total transparency, and resistance to manipulation — the qualities that make Witnet ideal for critical use cases like finance, insurance, and governance.</p><p>But there’s always been a catch. While Witnet can access virtually any <strong>public API</strong>, it’s not compatible with <strong>private or paid APIs</strong> that require access tokens or authentication.</p><h4>Why private APIs don’t mix well with oracles</h4><p>Private APIs typically expect clients to include an <strong>access token</strong> with every request. That’s how they identify who’s calling, enforce rate limits, and charge for usage.</p><p>The problem: Witnet’s oracle queries are <strong>public and reproducible by anyone</strong>. Including any kind of secret credential in them would instantly break trustlessness.</p><p>Asking validators to use their own access tokens isn’t feasible either — the Wit/Oracle is designed to query <em>any</em> HTTPS endpoint in the world without special adapters. The number of possible paid APIs is effectively infinite. No validator could manage keys for all of them.</p><p>So for years, the conclusion was simple:</p><blockquote>Private APIs aren’t compatible with Witnet*</blockquote><p>But there’s always been a fine print to that statement.</p><h4>The missing piece: unattended payments</h4><p>That limitation only holds <strong>as long as APIs don’t have a standard way to request payments directly</strong> from clients.</p><p>If such a standard existed — if APIs could simply say <em>“402 Payment Required” </em>and accept on-the-fly micropayments from anyone — then the picture changes dramatically.</p><p>In that world, Witnet validators could:</p><ol><li>Receive the API’s payment request,</li><li>Pay for it autonomously,</li><li>Prove the payment,</li><li>And retrieve the data — all without using any secret credentials.</li></ol><p>Good news: that vision has just become possible.</p><h4>Enter x402</h4><p><a href="https://www.x402.org/">x402</a> is a new open standard built on top of HTTPS, named after the dormant HTTP status code <strong>402 — Payment Required</strong>.</p><p>It defines a lightweight framework for APIs to express the cost of delivering data and for clients to <strong>fulfill and prove</strong> those payments — seamlessly, natively, and without centralized billing systems.</p><p>Think of it as a <strong>pay-per-request layer for the entire web</strong>:</p><ul><li>Fully compatible with existing HTTPS infrastructure,</li><li>Friendly to both humans and autonomous agents,</li><li>And built with crypto micropayments in mind.</li></ul><p>With x402, APIs can set prices per request, clients can pay automatically, and both sides can verify the transaction — all in one elegant flow.</p><h4>What this means for Witnet</h4><p>Since Witnet validators already communicate with HTTPS endpoints, they are <em>theoretically ready</em> to speak x402.</p><p>In practice, a few assumptions in the current validator software prevents it from working right now. But if x402 adoption grows — and the web starts embracing <em>“pay per API call”</em> — it would take only <strong>minimal changes</strong> for the Wit/Oracle to make x402 a first-class citizen of the protocol.</p><p>That would instantly unlock one of the biggest pain points in Witnet’s history: the inability to access private APIs.</p><p>Validators could autonomously pay per request, fetch premium data, and include it in oracle reports — all within the existing decentralized protocol.</p><h4>Why this would be huge</h4><p>Adding x402 compatibility would:</p><ul><li><strong>Expand Witnet’s universe of data sources</strong> — from open public APIs to high-value private ones (financial data, weather feeds, IoT sensors, AI models, analytics, etc.)</li><li><strong>Eliminate a major limitation</strong> that has often been cited by developers and analysts comparing oracles.</li><li><strong>Increase $WIT utility and demand</strong>, since data requests would need to fund off-chain API calls.</li><li><strong>Reinforce decentralization</strong>, by allowing validators to autonomously handle paid requests without centralized coordination.</li></ul><p>In short: x402 could transform Witnet from the oracle of <em>public data</em> into <strong>the oracle of <em>all data</em></strong><em>.</em></p><h4>Parallel efforts already underway</h4><p>Even before x402, several efforts within the Witnet ecosystem have aimed to extend support for private APIs:</p><ul><li><a href="https://github.com/witnet/witnet-rust/pull/2658"><strong>Access token templating</strong></a>, where validators can securely combine non-sensitive templates with local credentials.</li><li><a href="https://github.com/witnet/witnet-rust/discussions/2050#discussioncomment-3352220"><strong>Partial capabilities</strong></a><strong> in Wit/2</strong>, which will allow validators to <strong>announce support for specific protocols or datasets</strong> — enabling delegated access to private resources in a controlled, opt-in way.</li></ul><p>Together, these developments show a clear direction: <strong>progressively expanding what Witnet can fetch</strong>, without compromising its trustless and censorship-resistant architecture.</p><p>x402 simply accelerates that trajectory — offering a universal language for paid API access that fits perfectly with Witnet’s decentralized design.</p><h4>The bottom line</h4><p>Witnet’s greatest strength — its transparent, trustless data retrieval — once limited it to public sources.</p><p>But with the rise of standards like x402, that boundary is fading.</p><p>If x402 becomes widely adopted, Witnet will have every reason to embrace it — and doing so could unleash hundreds of new use cases, more network activity, and stronger fundamentals for $WIT.</p><p>In other words, <strong>x402 could turn one of Witnet’s few limitations into one of its biggest growth catalysts</strong>.</p><p>And that’s the kind of quiet evolution that, over time, makes a project much more valuable.</p><p><a href="https://witnet.io/"><strong>Website</strong></a><strong> | </strong><a href="https://twitter.com/witnet_io"><strong>X</strong></a><strong> | </strong><a href="https://t.me/witnetio"><strong>Telegram</strong></a><strong> | </strong><a href="https://discord.gg/witnet"><strong>Discord</strong></a><strong> | </strong><a href="http://www.linkedin.com/company/witnet/"><strong>LinkedIn</strong></a><strong> | </strong><a href="https://witnet.io/#newsletter"><strong>Newsletter</strong></a><strong> | </strong><a href="https://www.youtube.com/@Witnet_io"><strong>YouTube</strong></a><strong> | </strong><a href="https://www.reddit.com/r/witnet/"><strong>Reddit</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=b664993fd71b" width="1" height="1" alt=""><hr><p><a href="https://medium.com/witnet/how-x402-could-make-witnet-wit-more-valuable-b664993fd71b">How x402 Could Make Witnet ($WIT) More Valuable</a> was originally published in <a href="https://medium.com/witnet">The Witnet Oracle Blog</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Wit/Oracle’s Next Chapter: Delegation, Liquidity, and the road to Wit/2.1]]></title>
            <link>https://medium.com/witnet/wit-oracles-next-chapter-delegation-liquidity-and-the-road-to-wit-2-1-0f3d65e28ea5?source=rss----751c433eb129---4</link>
            <guid isPermaLink="false">https://medium.com/p/0f3d65e28ea5</guid>
            <category><![CDATA[delegated-proof-of-stake]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[proof-of-stake]]></category>
            <dc:creator><![CDATA[parody bit]]></dc:creator>
            <pubDate>Fri, 19 Sep 2025 15:17:30 GMT</pubDate>
            <atom:updated>2025-09-19T15:17:21.121Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/700/1*LODTev3ykKWQ5OTN0CAgkQ.png" /></figure><p>The Witnet protocol is entering a transformative era. With the launch of Wit/2.1, the introduction of delegated staking, and the expansion of $WIT liquidity into Ethereum and other Layer 2 ecosystems, Wit/Oracle ecosystem is evolving faster than ever before</p><p>These milestones mark a shift in Witnet’s role within the broader Web3 landscape: from powering reliable, trustless data delivery to becoming highly interoperable, liquid, and accessible.</p><p>Let’s take a look at what’s coming, and why it matters.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*u8BTCvorMWb4WC8jPUhdug.png" /></figure><h3>Phase 1: Wit/2.1 Testnet and Fixes</h3><p>The journey begins with the Wit/2.1 public testnet launching on <strong>October 1st</strong>, introducing Delegated Proof of Stake (DPoS) to Witnet for the very first time. Until now, staking in Witnet required running a node. With Wit/2.1, that changes. Node operators and delegators can now test:</p><ul><li>Delegation flows</li><li>Validator Management</li><li>Reward Distribution</li></ul><p>This testnet phase allows the community to fine-tune the new staking experience and help ensure a seamless transition to mainnet activation.</p><h3>Phase 2: Wrapped $WIT Goes Live on Ethereum Mainnet</h3><p>The next major milestone expands Witnet beyond its own chain: <strong>Wrapped $WIT</strong> is coming to Ethereum mainnet. To start, we will be beta testing on the Sepolia testnet beginning on <strong>September 22nd 2025</strong>.</p><p>Bringing $WIT to Ethereum unlocks new opportunities:</p><ul><li>Participate in DeFi across DEXs and liquidity pools</li><li>Bridge $WIT to any superchain compatible Layer 2</li><li>Strengthen $WIT’s position as multi-chain asset</li></ul><p>This launch establishes a deeper connection between Witnet and the broader crypto ecosystem.</p><h3>Phase 3: Wit/2.1 Release</h3><p>With the testnet phase complete, Wit/2.1 will be ready for a mainnet release. The upgrade will activate delegated staking, allowing $WIT holders to participate in securing the network without running their own node.</p><h3>Phase 4: Wrapped WIT expands to Layer 2</h3><p>The Ethereum mainnet launch is just the beginning. Next, Wrapped WIT expands into Layer2 ecosystems, where speed and cost-efficiency dominate.</p><p>Benefits of L2 integration include:</p><ul><li>Cheaper transactions</li><li>Faster Settlement</li><li>L2-native liquidity</li></ul><p>With L2 usage growing, this move ensures $WIT stays relevant and competitive in the broader Web3 economy.</p><h3>Phase 5: Stake as a Service Providers go Live</h3><p>The final milestone brings simplicity to staking. Witnet will onboard Stake-as-a-Service providers, making it effortless for $WIT holders to delegate.</p><p>Through trusted partners and custodians, $WIT holders will soon be able to:</p><ul><li>Delegate without running any infrastructure</li><li>Stake directly via the integrated partner platforms</li></ul><p>This opens the door for institutional players, exchanges, and DeFi platforms to participate in Witnet staking.</p><h3>What’s Next</h3><p>Witnet is evolving into more than just an oracle network, it’s becoming an interoperable, liquid, and accessible infrastructure layer for Web3. With Wit/2.1 already live on testnet and Wrapped $WIT on its way to Ethereum, the next few weeks will define Witnet’s trajectory.</p><p>If you’re a $WIT holder, developer, or DeFi builder, now’s the time to start exploring what’s possible.</p><p>Stay connected, follow the roadmap, and be part of the future of the Wit/Oracle ecosystem</p><p><a href="https://witnet.io/"><strong>Website</strong></a><strong> | </strong><a href="https://twitter.com/witnet_io"><strong>X</strong></a><strong> | </strong><a href="https://t.me/witnetio"><strong>Telegram</strong></a><strong> | </strong><a href="https://discord.gg/witnet"><strong>Discord</strong></a><strong> | </strong><a href="http://www.linkedin.com/company/witnet/"><strong>LinkedIn</strong></a><strong> | </strong><a href="https://witnet.io/#newsletter"><strong>Newsletter</strong></a><strong> | </strong><a href="https://www.youtube.com/@Witnet_io"><strong>YouTube</strong></a><strong> | </strong><a href="https://www.reddit.com/r/witnet/"><strong>Reddit</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=0f3d65e28ea5" width="1" height="1" alt=""><hr><p><a href="https://medium.com/witnet/wit-oracles-next-chapter-delegation-liquidity-and-the-road-to-wit-2-1-0f3d65e28ea5">Wit/Oracle’s Next Chapter: Delegation, Liquidity, and the road to Wit/2.1</a> was originally published in <a href="https://medium.com/witnet">The Witnet Oracle Blog</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[The Oracles Secure the Data — But Who Secures the Oracles?]]></title>
            <link>https://medium.com/witnet/the-oracles-secure-the-data-but-who-secures-the-oracles-c4cb253a4ea2?source=rss----751c433eb129---4</link>
            <guid isPermaLink="false">https://medium.com/p/c4cb253a4ea2</guid>
            <category><![CDATA[witnet]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[smart-contracts]]></category>
            <category><![CDATA[security]]></category>
            <dc:creator><![CDATA[Adán Sánchez de Pedro]]></dc:creator>
            <pubDate>Thu, 24 Jul 2025 13:24:53 GMT</pubDate>
            <atom:updated>2025-07-24T17:10:00.408Z</atom:updated>
            <content:encoded><![CDATA[<h3>The Oracles Secure the Data — But Who Secures the Oracles?</h3><h4>It is time to pull back the curtain on blockchain oracles — before someone else pulls the rug.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*HDPzn0gX-qrPzoh6tNQwBQ.png" /></figure><p>The original <strong>promise of Web3</strong> was a dream come true for technologists and freedom fighters alike — <strong>unstoppable code</strong>. Software that can’t be stopped, censored, hacked or manipulated in any way.</p><p>But what if I told you that there’s a <strong>hidden layer of tech</strong> that is breaking that unstoppability? A piece of infrastructure that we are constantly looking away from. A silent vulnerability that undermines Web3’s original promise.</p><p>I’m <a href="https://x.com/aesedepece">the decentralized oracles guy</a>. Of course I’m referring to <strong>blockchain oracles!</strong></p><p>In this post, my goal is to bring some light on this obscure topic and the bad practices surrounding it. I want to speak up before it becomes too late. I feel forced to <strong>pull back the curtain — before someone else pulls the rug</strong>.</p><h3>So Wait… What Is an Oracle, Actually?</h3><p>A quick Google search will give you a thousand articles on <strong><em>“the oracle problem”</em></strong> and how important oracles are for the security of smart contracts.</p><p>So I will run away from repeating that same old story. Instead I’ll try to give you a fresh new interpretation, <strong>and a twist!</strong></p><h4>Understanding Determinism</h4><p>Your typical explanation would start by saying that the real world is full of random stuff and inconsistent behavior (<em>indeterminism</em>). And then go into saying that smart contracts, on the contrary, require <strong>consensus</strong>: the outcome of their execution must be the same across the multiple computers they run on (<em>determinism</em>).</p><p>Determinism, however, is nothing but a fancy way to say that <strong>we expect the same results every time we apply the same process to the same raw materials</strong>.</p><p>You throw some fruit into your blender, let it run for a couple of minutes, and you get fresh smoothie. Sweet! But throw your iPhone instead of fruit, run the blender again, and… I think you get my point — <strong>the outcome of a process is largely affected by its input.</strong></p><h4>Garbage In, Garbage Out</h4><p>That principle (<em>“the quality of the output is determined by the quality of the input”</em>) often receives the name of <strong>“Garbage In, Garbage Out”</strong>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*8Du-Ak1EtQFFCnLEVigokg.png" /><figcaption>💩 + Code = 💩</figcaption></figure><p>When we go and apply this to smart contracts, we realize that it doesn’t matter how good your code is — you can be the best Solidity or Rust developer — but still <strong>your smart contracts will only execute correctly if they operate on correct data.</strong></p><h4>The Gap Between The Blockchain And The Real World</h4><p>When the clever engineers behind Ethereum, Polkadot, Solana, etc. designed their platforms, they made sure to build a big firewall between the blockchain and any piece of data coming from the real world. At the end of the day, they didn’t want inconsistent data polluting the chain state. They wouldn’t let indeterminism creep into your contracts and jeopardize consensus.</p><p>As a consequence, blockchains are pretty much isolated from the real world. This clearly<strong> limits the uses cases</strong> that we can build, and reinforces the perception that Web3 is only for self-referential speculation and that it can have no real <strong>transformative impact</strong> on society.</p><p>This is the so-called <strong><em>“oracle problem”</em></strong><em>: </em>how do we build determinism from indeterminism, or more specifically, <strong>how can we introduce data into smart contracts without breaking their security properties</strong>.</p><h4>Meet The Blockchain Oracles</h4><p>The solution to this <em>oracle problem</em> could be no other than — rather unsurprisingly — <strong>blockchain oracles</strong>.</p><p>Pretty much like the oracles in ancient times would be the connection between the human and the divine, <strong>a blockchain oracle connects the on-chain to the off-chain</strong>.</p><p>You use a blockchain oracle every time that your smart contract needs to operate on the price of an asset, or on any piece of information that you normally get from an API (market indicators, temperatures, weather data, sport results, AI outputs, etc.)</p><h4>The Twist</h4><p>But as I promised, <strong>there’s a twist</strong>. Ladies and gentlemen:</p><blockquote>Oracles are not what they seem.</blockquote><p>I’ve been building oracles for last 8 years. And if I had to summarize all the things I’ve learnt during these years into a single lesson, this would be it:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*HbJ5S0x8YjxJ_MZw_9zqaA.png" /><figcaption>How people imagine oracles, vs. reality.</figcaption></figure><blockquote>While it is technically right that oracles are “something that pushes data into your contracts”, this view is also utterly wrong from the human perspective of what motivates a builder to use an oracle.</blockquote><blockquote>When you look for an oracle, you are not shopping for data — you are buying peace of mind.</blockquote><p>When founders and teams come to us looking for an oracle, what they really want is to <strong>offset the liability of making sure that data won’t go wrong</strong>. Somebody else to take the blame. As builders, they just want to feel safe to move forwards. Because builders gonna build.</p><p>So two key questions we need to make ourselves are<em>:</em><strong><em> how do oracles achieve that peace of mind? </em></strong>and <strong><em>is it related to who is securing the oracles?</em></strong></p><h3>Different Oracle Models</h3><p>We already stated that a blockchain oracle is something that pushes data into your contract and buys you some peace of mind. But that’s quite broad.</p><p>In practice, <strong>you can find all kinds of things of very different nature being called an oracle</strong>. Just like a chihuahua and a dobermann are both dogs — they have four legs, one tail, they bark, they leave <em>little gifts</em> everywhere — but that’s where the similarities stop.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Dg3xmKGErSj-JmArA7jLmw.png" /><figcaption>Would you trust them both to guard your house?</figcaption></figure><h4>#0: Noracles</h4><p>In their simplest approach, you can find those that I call <strong>“noracles”</strong>. This is the situation where data is <strong>centrally introduced by an authorized entity</strong>. Most often, this is either the deployer of the smart contract itself; or a trusted, reputable data source or institution.</p><p>Because of its simplicity, this pattern can be quite effective. But of course it introduces a very evident <strong>point of failure</strong> as well as a very central <strong>point of trust</strong>. It will only work as long as that one single actor makes sure that the data is correct, and it doesn’t get hacked, corrupted, blocked or just stops working for any physical, technical, economical, or regulatory reason.</p><p>By adopting this pattern — which is surprisingly common in many protocols and dApps even nowadays — you are basically <strong>defeating the purpose of using a smart contract in the first place</strong>. By introducing trust in that central actor, you break liveness, censorship resistance, and the core security properties you expected your contracts to inherit from the blockchain. Instead, you only <strong>inherit the vulnerabilities that the noracle may have</strong>.</p><p>When we evaluate noracles under the <em>“who secures the oracle?” </em>perspective, the answer is pretty straightforward — a <strong>trusted party</strong> to whom you are basically <strong>handing the keys to your safe</strong>.</p><p>Some famous instances of noracles where:</p><ul><li>Oraclize.it and some other early oracle solutions.</li><li><a href="https://docs.chain.link/vrf">ChainLink VRF</a>, as it uses a single <em>coordinator</em> model that can stop feeding randomness at any time.</li><li>Most recently pretty much every project in the RWA space.</li></ul><h4>#1: Multiparty Oracles</h4><p>Next in line you have <strong><em>multiparty oracles</em></strong>.</p><p>These can take the form of pure <strong>multisigs</strong>, or some kind of <strong>onchain aggregator contract</strong>. In both cases, they rely on a closed set of reporters to agree or vote on a on a common result, often off-chain or through proprietary coordination systems.</p><p>So when compared to the noracles, this model offers some degree of <strong>trust mitigation</strong> and at least it puts some more checks and balances in place before garbage gets into your contracts.</p><p>This model often offers no real verifiability, still relies on named entities, corporate partnerships, curators, and pretty much <strong>trust</strong> and <strong>reputation</strong> at multiple levels.</p><p>If anything goes wrong, any remedy or any enforcement happens on the phone, not onchain, because <strong>there’s no real cryptoeconomics involved</strong> — there’s no such thing as slashing.</p><p>Some relevant examples are:</p><ul><li>Early versions of <a href="https://makerdao.com/">MakerDAO</a>, <a href="https://github.com/AugurProject">Augur</a>, <a href="https://www.gnosis.io/">Gnosis</a>, <a href="https://www.curve.finance/">Curve</a> and many other popular protocols.</li><li>Pretty much every utility in the <a href="https://chain.link/">ChainLink</a> offering, where there’s a closed set of whitelisted and KYCed node operators who interact through an aggregator; either onchain or through their rather opaque <a href="https://docs.chain.link/architecture-overview/off-chain-reporting">offchain reporting system</a>.</li></ul><p>So, I’m very sorry to bring you bad news here: <strong>everything out there using ChainLink probably falls into this category just as well</strong>, and may be subject to the same vulnerabilities and risks.</p><p>Again, from the perspective of <em>“who secures the oracle?”</em>, in this case you are not trusting a single actor, but rather a <strong>collective</strong> or a <strong>committee</strong>. But the integrity of the data still depends on those behaving as expected, and largely piggybacks on their reputation and on the ability of some central “curator” to decide who belongs in those committees.</p><h4>#2 Decentralized Oracles</h4><p>Finally, you have proper <strong><em>decentralized oracles</em></strong>.</p><p>I only include in this category those oracles that <strong>truly live up to the same security standards as the blockchains they serve</strong>. They must not introduce any <strong>single points of failure </strong>or any additional trust assumptions.</p><p>Once you post a query to a decentralized oracle, you can rest assured that:</p><ul><li>You will <strong>timely get a response</strong>.</li><li>This response is a <strong>true representation</strong> of the data that you wanted.</li><li>It hasn’t been tampered with or <strong>manipulated</strong> in any form by any actor involved in process — be it the nodes that conform the oracle or the data sources themselves.</li></ul><p>This is also <strong>the only category of oracles that will pass the </strong><a href="https://crypto.news/ethcc-vitalik-buterin-lays-out-ways-to-test-if-a-crypto-firm-is-hack-proof-and-decentralized/"><strong>“walkaway test”</strong></a>. If the team behind your oracle disappears tomorrow, will it still work? Will it stay secure? If the answer is yes, ok, that’s what we’re talking about. If your oracle requires some “babysitting”, well, it’s time to find a new one.</p><p>And here’s the nice thing about decentralized oracles: they’re not about the <em>“</em><strong><em>who</em></strong><em> secures the oracle?”</em>, but rather <strong>how</strong> they do it. Data integrity will not come from trust or reputation, but rather from the <strong>specific mechanisms </strong>and the incentive design that they implement for leveraging <strong>trust mitigation</strong> and <strong>accountability</strong>, all in real time, <strong>at a protocol level</strong>, and protected by<strong> cryptoeconomic guarantees</strong> (staking, slashing, etc.)</p><blockquote>In the Web3 world, “protocol-level peace of mind” is the ultimate form of peace of mind—and the only one that really works.</blockquote><p>There are a number of different projects building oracles that I can confidently put in this category. Of course, as far as I can tell, none of them are perfect to this date, and there are always some trade-offs and compromises. But — despite having very different designs and properties — some of those that come quite close are probably:</p><ul><li><a href="https://tellor.io/">Tellor</a></li><li><a href="https://uma.xyz/">UMA</a></li><li>And obviously, the <a href="https://witnet.io/">Wit/Oracle</a></li></ul><h3>Meet The Wit/Oracle (aka Witnet protocol)</h3><p>Anyone who looks at the design, implementation and track record of the Wit/Oracle can acknowledge that it is indeed the most <strong>sophisticated</strong>, <strong>complete</strong> and <strong>proven</strong> embodiment to date of what I mean by decentralized oracle.</p><p>But the Wit/Oracle didn’t exactly come out of nowhere — is rooted in classic literature on <strong>game theory</strong>, <strong>incentive design</strong> and more in particular, <strong>focal points</strong>; as well as on research from other builders who have pioneered decentralization in the blockchain space. Some of the strongest influences are:</p><ul><li><a href="https://en.wikipedia.org/wiki/Focal_point_(game_theory)"><em>The Strategy of Conflict</em></a> (T. Schelling, 1960)</li><li><a href="https://blog.ethereum.org/2014/03/28/schellingcoin-a-minimal-trust-universal-data-feed"><em>Schellingcoin</em></a> (V. Buterin, 2014)</li><li><a href="https://filecoin.io/filecoin.pdf"><em>Filecoin: A Decentralized Storage Network</em></a> (J. Benet et.al., 2014)</li><li><a href="https://www.truthcoin.info/papers/truthcoin-whitepaper.pdf"><em>Truthcoin: Peer-to-Peer Oracle System and Prediction Marketplace</em></a> (P. Sztorc, 2015)</li><li><a href="https://26119259.fs1.hubspotusercontent-eu1.net/hubfs/26119259/Website-2024/PDFs/Algorand%20-%20Whitepaper.pdf"><em>Algorand</em></a> (J. Chen et.al., 2016)</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/725/1*D7nnhjw3PY6VXGhDbeOmtQ.png" /><figcaption>We stand on the shoulders of giants (here quite literally 😆)</figcaption></figure><p>All this research lead to the publication of the <strong>original </strong><a href="https://www.cryptocompare.com/media/39838451/witnet-whitepaper.pdf"><strong>Witnet Whitepaper</strong></a><strong> in 2017</strong>. This rather dense and technical paper came to describe an oracle whose integrity was powered by the concept of <strong>crowd-attestation</strong>.</p><h4>Crowd-Attestation Oracles</h4><p>A crowd-attestation oracle is based on a completely <strong>open</strong> and <strong>permissionless</strong> network of validator nodes.</p><p>Every query that you send to a crowd-attestation oracle is randomly assigned to a subset of validators. They will resolve your query <strong>independently</strong>, and then commit to that result through a <strong>cryptographic commitment</strong>.</p><p>Once those eligible validators have submitted their commitments, there’s a reveal phase where the <strong>commitments are validated</strong>, and the revealed values get aggregated into a single data point that will get reported back as the true result of your query.</p><p>Most importantly, if a validator’s committed and revealed value matches that of the <strong>majority</strong>, it will <strong>earn a reward</strong> paid by the requester. On the contrary, validators who are found to be <strong>outliers get immediately slashed</strong>.</p><p>The beauty of this design is that it builds <strong>trust mitigation</strong> at every single layer. First by sourcing the data from multiple sources, filtering outliers, and aggregating them together; then also applying similar filtering and aggregation techniques to the reported data points that the validators revealed; to finally arrive to a single <strong>result that nobody in the process was able to manipulate</strong>.</p><h4>The Wit/Oracle Chain And The $WIT Coin As Public Goods</h4><p>All this mechanism is made possible by <a href="https://witnet.network/">the Wit/Oracle chain</a> — a one-of-a-kind, single-purpose, Layer-1 oracle chain.</p><p>While this Layer-1 chain really resembles Bitcoin in its minimalist design, it features transaction types and data structures that are <strong>extremely tailored and optimized for the oracle use case</strong>. The commitment and reveal scheme that is core to the crowd-attestation mechanism is truly a first-class citizen of this chain.</p><p>There are good reasons for the oracle to run on its own <a href="https://www.coinbase.com/en-es/learn/crypto-glossary/what-is-an-application-specific-blockchain-appchain"><em>appchain</em></a>, not only from an <strong>efficiency</strong> perspective, but also to achieve <strong>sovereignty</strong> and <strong>independence</strong> from any smart contract platform in particular.</p><p>However, this <em>chain independence</em> does not hinder access to those data-hungry smart contracts — on the contrary, it made it even easier to <a href="https://feeds.witnet.io/"><strong>integrate the oracle with more than 50 EVMs</strong></a>, where smart contracts can conveniently and natively post oracle queries, even paying with their own native token.</p><p>Support for non-EVM chains like <a href="https://solana.com/">Solana</a> is also on the table. Additionally, we also explored support for the <a href="https://polkadot.com/">Polkadot</a> ecosystem through <a href="https://github.com/witnet/witnet-polkadot">our own Substrate pallet</a>, although more recently we are leaning towards integrating with <a href="https://github.com/paritytech/polkavm">PolkaVM</a>.</p><p>All ot this wouldn’t be possible without the <strong>incentivization</strong> provided by the <a href="https://coinmarketcap.com/currencies/witnet/"><strong>$WIT coin</strong></a> — anyone can <a href="https://docs.witnet.io/node-operators/docker-quick-start-guide">spin up a validator node</a> at any time and start to <a href="https://staking.witnet.io/">earn it right away through <strong>staking</strong></a>. No permission or whitelisting needed.</p><p>And most importantly, this type Proof of Stake is what I like to call <strong><em>useful staking</em></strong>, because in addition to receiving some yield (<a href="https://staking.witnet.io/">the APY is close to 20% as of writing</a>), by running a validator you are contributing to the security of the chain, to the security of the oracle, to the security of the projects that are using the Wit/Oracle in production, and therefore to the security, reliability and the future of the broader Web3 ecosystem as a whole. You become part of a <em>decentralized public good</em>.</p><h3>Why Securing The Oracles Matter</h3><p>At this point, you may think that I’m just exaggerating and that I’m claiming that decentralized oracles are needed because I have a fetish for decentralization<em> (which I obviously have, of course)</em>. But that’s not the only reason.</p><p>The truth is that <strong>shit happens</strong>. It has happened in the past, and it will happen again.</p><p>If I was asked to cover in detail all the crypto protocols that got their <strong>users’ money stolen</strong> because of attacks on their oracles — or because they weren’t using oracles at all — it wouldn’t take me another 10-minute Medium post, believe me that it would be closer to a Bible-long report.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*yq9jBXXeHcCxcwd8v8ehEg.png" /></figure><p>When we look at those “oracle hacks”, the most immediate impact was <strong>monetary loss</strong>, but there’s also <strong>reputational damage</strong>. Users lose their money, and the founders behind a certain protocol lose their credibility.</p><p>But that’s not where the story ends.</p><p>When we look at Web3 we have this beautiful layering and interconnection between protocols and dApps. The famous<strong><em> “money legos”</em></strong> enabling all kind of <strong>composability</strong> among protocols.</p><p>So when a protocol pays little attention to their oracle policy they’re not only shooting themselves in the foot, but also creating <strong>systemic risk</strong>. Because the wrong execution of a certain protocol might have an impact on other protocols that rely on it.</p><p>We as builders need to be aware about all of this, and act responsibly. Because in those hacks that we’ve seen in the past, that monetary loss and reputational damage very easily spread like wildfire across the whole ecosystem, and <strong>dragged the adoption of Web3</strong>.</p><h3>We Can’t (Afford To) Look Away</h3><p>When I started working in this space some 10 years ago, I remember that we had the vision that crypto would serve as the technological and economical foundation for the future. <strong>Infrastructure for freedom</strong>.</p><p>During these years… we had a hell of a great time! We made some money (and lost some money) with ICOs, DeFi, NFTs, memecoins, and all the funny things that this space brings.</p><p>But all of that fun, maybe got us distracted from one key fact:</p><blockquote>We can’t look away from infrastructure.</blockquote><p>I’m talking oracles, but also JSONRPC providers, validator nodes, hardware wallets — all kinds of infrastructure that we often <strong>overlook</strong>, that we <strong>give for granted</strong>.</p><p>I totally get it, <strong>oracles don’t make the headlines</strong>. No one becomes a “KOL” on Crypto Twitter discussing data integrity. Oracles are not “degen enough”.</p><p>But oracles are a <strong>key piece of blockchain infrastructure</strong>. And when infrastructure breaks — then everything breaks. Your dApp, your DAO, your lending protocol, your stablecoin — it all collapses like a house of cards.</p><p>Remember: we cannot afford to look away from infrastructure only because it’s boring. Sometimes, it’s the boring stuff what makes the magic possible<strong>. Sometimes it’s the <em>unsexy</em> that matters most</strong>.</p><h3>A Brighter Future For Web3</h3><p>But hey, it’s not all bad news. There are actually very positive signs right now in the space, where more and more <strong>builders are starting to take oracles and infrastructure seriously</strong>.</p><p>Talks on these topics are now taking the main stage (<a href="https://x.com/Web3summit/status/1945915198214144478"><em>I even presented this myself at Web3Summit!</em></a>). We are seeing L1s and infra projects turning the heads of VCs again. Projects like <a href="https://pooltogether.com/">PoolTogether</a> and many others are <a href="https://www.youtube.com/live/v7qGyi3XQpA?si=fvCgPvlmUnuAK7wk&amp;t=1122">embracing the Wit/Oracle</a> in a smart move towards improving the reliability and unstoppability of their decentralized applications.</p><p>So there’s hope. There’s a bright future ahead for Web3. I think that <strong>we are still in time to build the Web3 that we were promised</strong>. But only if we dare to also build — and use — <strong>the oracles that it deserves</strong>.</p><p>From where I stand at the Witnet project and the Witnet Foundation, we have always been committed to this vision of <strong>radical technologies that set us free</strong>.</p><p>We pride ourselves on being at the forefront of that movement. And our hope is that more organisations and builders join us in this journey to make a safer, brighter future for Web3.</p><p><a href="https://witnet.io/"><strong>Website</strong></a><strong> | </strong><a href="https://twitter.com/witnet_io"><strong>X</strong></a><strong> | </strong><a href="https://t.me/witnetio"><strong>Telegram</strong></a><strong> | </strong><a href="https://discord.gg/witnet"><strong>Discord</strong></a><strong> | </strong><a href="http://www.linkedin.com/company/witnet/"><strong>LinkedIn</strong></a><strong> | </strong><a href="https://witnet.io/#newsletter"><strong>Newsletter</strong></a><strong> | </strong><a href="https://www.youtube.com/@Witnet_io"><strong>YouTube</strong></a><strong> | </strong><a href="https://www.reddit.com/r/witnet/"><strong>Reddit</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=c4cb253a4ea2" width="1" height="1" alt=""><hr><p><a href="https://medium.com/witnet/the-oracles-secure-the-data-but-who-secures-the-oracles-c4cb253a4ea2">The Oracles Secure the Data — But Who Secures the Oracles?</a> was originally published in <a href="https://medium.com/witnet">The Witnet Oracle Blog</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[New Advocate Sprint → New Depth: Technical Edition]]></title>
            <link>https://medium.com/witnet/new-advocate-sprint-new-depth-technical-edition-dc8f42c64c2f?source=rss----751c433eb129---4</link>
            <guid isPermaLink="false">https://medium.com/p/dc8f42c64c2f</guid>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[defi]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[witnet]]></category>
            <dc:creator><![CDATA[parody bit]]></dc:creator>
            <pubDate>Wed, 23 Jul 2025 13:58:52 GMT</pubDate>
            <atom:updated>2025-07-23T13:58:52.532Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ZFdHtf7Zfo5v0WDyWpF8WQ.png" /></figure><p>Witnet’s next Advocate Sprint is live! Running from July 23 to August 20, and this time, we’re going deep.</p><p>In our previous sprint, we saw a wave of energy and creativity from across the community. But this time, we’re raising the bar. Welcome to the <strong>Witnet Advocate Sprint: Technical Edition → </strong>a hands-on challenge designed for developers, node runners, and true Web3 tinkerers.</p><p>Whether you’re a seasoned Witnet contributor or just getting started with the protocol, this is your chance to build your skills, earn rewards, and help strengthen one of the most unique decentralized oracles in the space.</p><h3>🧠 What’s Different This Time?</h3><p>This sprint is designed for <strong>real contributors</strong> → not copy/paste wizards. Tasks require practical interaction with the protocol, meaningful insights, and original contributions. Expect to run code, dive into nodes, explore the blockchain, and help others learn with you.</p><p>We’re focused on:</p><p>✅ Practical integrations<br>✅ On-chain experimentation<br>✅ Video walkthroughs &amp; written guides<br>✅ Real use cases of staking, randomness, and price feeds<br>✅ Developer-level engagement</p><h3>🏆 Rewards Breakdown</h3><p>The rewards are <strong>real money</strong>,<strong> </strong>with a <strong>$300 total prize pool</strong> for the highest 5 XP.</p><ul><li>🥇 <strong>1st Place</strong>: $125</li><li>🥈 <strong>2nd Place</strong>: $75</li><li>🥉 <strong>3rd Place</strong>: $50</li><li>🏅 <strong>4th Place</strong>: $25</li><li>🎖️ <strong>5th Place</strong>: $25</li></ul><p>👉 In case of a tie: If multiple participants earn the same XP in a prize tier, the rewards will be combined and split equally.</p><p>For example:</p><ul><li>Player 1: 1000XP</li><li>Player 2: 1000XP</li><li>Player 3: 1000XP</li><li>Player 4: 900XP</li><li>Player 5: 900XP</li></ul><p>The reward would be the following: Players 1, 2, and 3 would each receive ($125 + $75 + $50) ÷ 3 = $83.33 Players 4 and 5 would each receive $25.</p><h3>🔎 Note</h3><p><strong>Some previous tasks remain open</strong>, but XP rewards are <strong>reduced</strong> to encourage new, high-quality content.</p><p>All submissions must meet our <strong>quality guidelines</strong>:</p><ul><li>Original, Witnet-focused, and on-brand.</li><li>No duplicate submissions.</li><li>Manual review by the Witnet team.</li></ul><p>For any questions, join our <a href="https://discord.gg/witnet"><strong>Discord</strong></a> or <a href="http://t.me/witnetio"><strong>Telegram</strong></a> group — we’re here to help!</p><p><a href="https://witnet.io/"><strong>Website</strong></a><strong> | </strong><a href="https://twitter.com/witnet_io"><strong>X</strong></a><strong> | </strong><a href="https://t.me/witnetio"><strong>Telegram</strong></a><strong> | </strong><a href="https://discord.gg/witnet"><strong>Discord</strong></a><strong> | </strong><a href="http://www.linkedin.com/company/witnet/"><strong>LinkedIn</strong></a><strong> | </strong><a href="https://witnet.io/#newsletter"><strong>Newsletter</strong></a><strong> | </strong><a href="https://www.youtube.com/@Witnet_io"><strong>YouTube</strong></a><strong> | </strong><a href="https://www.reddit.com/r/witnet/"><strong>Reddit</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=dc8f42c64c2f" width="1" height="1" alt=""><hr><p><a href="https://medium.com/witnet/new-advocate-sprint-new-depth-technical-edition-dc8f42c64c2f">New Advocate Sprint → New Depth: Technical Edition</a> was originally published in <a href="https://medium.com/witnet">The Witnet Oracle Blog</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[The Future of $WIT: From De-listings to De-Fi]]></title>
            <link>https://medium.com/witnet/the-future-of-wit-from-de-listings-to-de-fi-51ec7ce661c8?source=rss----751c433eb129---4</link>
            <guid isPermaLink="false">https://medium.com/p/51ec7ce661c8</guid>
            <category><![CDATA[erc20]]></category>
            <category><![CDATA[blockchain-oracle]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[witnet]]></category>
            <dc:creator><![CDATA[Adán Sánchez de Pedro]]></dc:creator>
            <pubDate>Mon, 23 Jun 2025 14:05:56 GMT</pubDate>
            <atom:updated>2025-06-23T15:52:43.270Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*c3nZV6yhfEsKEhLi2inosg.png" /></figure><p><strong>On June 17th, 2025, </strong><a href="https://www.gate.com/announcements/article/45626"><strong>Gate.io announced the delisting of $WIT </strong>among 40 other coins and tokens</a>. This announcement came with no prior notice to the Witnet Foundation, any explanation, or any opportunity to address whatever issue motivated this drastic move from the Gate.io team — just <a href="https://www.gate.com/es/announcements/article/45626">a public update on their blog</a>, long after the decision had already been made.</p><p>The truth is: <strong>centralized exchanges have never been an ideal access point for $WIT</strong>. Between regional restrictions, inflexible KYC processes, and opaque listing criteria, they’ve done a poor job at helping new users enter the Wit/Oracle ecosystem.</p><p>So no, <strong>this delisting won’t make $WIT less accessible</strong>.</p><p>In fact, <strong>real access to $WIT is about to get <em>much</em> better</strong>.</p><h3>Embracing Web3: ERC-20 $WIT Is Coming</h3><p>We’re thrilled to confirm that we’re preparing to launch <strong>an ERC-20 version of $WIT</strong>, making it fully compatible with Ethereum and the broader EVM ecosystem.</p><p>Proposals for building an official ERC-20 wrapper of $WIT have been on the table for a while, but only over the last months these have gained <strong>widespread support among community members and developers</strong> alike.</p><p>What was a happy idea <a href="https://medium.com/witnet/the-case-for-wit-as-an-erc20-token-on-ethereum-and-beyond-e2d3fbc9cb79">little over one month ago</a>, is now becoming a reality, with a <strong>tentative release date set in late July</strong>.</p><p>The main deployment will happen on <strong>Ethereum mainnet</strong>, but <a href="https://www.superchain.eco/">the ERC-20 $WIT contract is designed to be <strong>Superchain-compatible</strong></a> — meaning it’s designed to work seamlessly across <strong>Base, Optimism</strong>, and other L2s in the growing Superchain network.</p><p>This ensures that $WIT will be:</p><ul><li><strong>Easily tradable on DEXes </strong>like <a href="https://uniswap.org">UniSwap</a> or <a href="https://www.sushi.com">SushiSwap</a>, without borders or centralized approvals.</li><li><strong>Bridgeable to major L2s</strong>, where fees are low and activity is increasingly high.</li><li><strong>Composable within dApps and DeFi protocols</strong>, powering all kind of use cases and leveraging the liquidity of those ecosystems.</li><li><strong>Available wherever builders are building and traders are trading</strong> — across Ethereum and the L2s shaping the future of Web3.</li></ul><p>This isn’t a workaround. It’s a leap forward. ERC-20 $WIT is how we bring the power and mission of the Wit/Oracle protocol to a broader, permissionless audience.</p><h3>Lessons From a Humble L1</h3><p>Let’s be honest: $WIT is a native coin on its own layer-1 blockchain. That comes with <strong>huge long-term upside</strong>, but also with very real short-term challenges.</p><p>The upside? As the base asset of a decentralized oracle network, $WIT directly benefits from the <a href="https://medium.com/witnet/the-case-for-wit-as-an-erc20-token-on-ethereum-and-beyond-e2d3fbc9cb79"><em>fat protocol thesis</em></a> — value tends to accrue at the base layer when protocols offer real, verifiable utility. And that’s exactly <a href="https://witnet.io/witnet-whitepaper.pdf">what we’ve been building since 2017</a>.</p><p>But the downside? <strong>Integrating L1 coins into centralized exchanges is hard.</strong> For a lean, community-driven project, it’s costly, risky, and often unrewarding.</p><p>In hindsight, chasing CEX listings early on may have been a case of trying to <strong>fly before we could walk</strong>.</p><p>With ERC-20 $WIT, we’re walking straight into the heart of Web3.</p><h3>On the Practicalities of the Gate.io Delisting</h3><p>If you still hold $WIT on Gate.io, here are the key dates and actions you need to take:</p><ul><li><strong>Trading will be halted on June 24, 2025 at 03:00 UTC.</strong></li><li><strong>Deposits are already disabled.</strong></li><li><strong>Withdrawals will remain open for one month</strong> after trading is stopped.</li><li><strong>$WIT is still available on other CEXes</strong> (<a href="https://www.mexc.com/exchange/WIT_USDT">MEXC</a>, <a href="https://www.bitmart.com/trade/en-US?symbol=WIT_USDT">Bitmart</a> and <a href="https://hitbtc.com/wit-to-usdt">HitBTC</a>).</li></ul><p>We strongly encourage all users to <strong>withdraw their $WIT coins as soon as possible</strong>. Once the withdrawal window closes, access to your funds on Gate may be permanently lost.</p><p>Our recommendation is to <a href="https://mywitwallet.com/"><strong>move your coins into myWitWallet</strong></a> — a lightweight and convenient $WIT wallet developed by the Witnet community.</p><p>MyWitWallet supports full control of your coins, staking operations, and gives you a safe, simple experience for managing your $WIT; and it’s available on <a href="https://apps.apple.com/gr/app/mywitwallet/id6449979271">iOS</a>, <a href="https://play.google.com/store/apps/details?id=io.witnet.myWitWallet&amp;hl=en&amp;pli=1">Android</a>, <a href="https://mywitwallet.com/">Windows</a>, <a href="https://mywitwallet.com/">macOS</a>, and <a href="https://mywitwallet.com/">GNU/Linux</a>.</p><h3>Meanwhile, Witnet Keeps Growing</h3><p>No matter what happens with centralized platforms, the Witnet protocol is thriving:</p><ul><li><strong>Wit/2 staking</strong> is live and flourishing, with <a href="https://staking.witnet.io/">more than 25% of the total supply already locked into staking</a>.</li><li><strong>Wit/2.1</strong>, <a href="https://mywitwallet.com/">with delegation and improved slashing</a>, is nearly here.</li><li>The <strong>Wit/Oracle</strong> is powering real-time data, randomness, and external APIs on <a href="https://feeds.witnet.io/">more than 50 EVM-compatible chains</a>.</li><li><a href="https://www.youtube.com/live/v7qGyi3XQpA?si=2jXvG-ZJQXyF9vfJ&amp;t=1117">Adoption is growing</a> across DeFi, gaming, and real-world use cases.</li></ul><p>And we’re just getting started.</p><h3>What’s Next</h3><p>ERC-20 $WIT is more than a technical milestone — it’s a <strong>strategic unlock</strong>.</p><p>It puts $WIT:</p><ul><li>In the hands of more users.</li><li>In the toolkits of more developers.</li><li>In the markets where liquidity is thriving.</li><li>In the protocols where utility is rewarded.</li></ul><p>The Witnet community is still here. The Wit/Oracle is still here. $WIT is still here. And soon, it will be <strong>everywhere it needs to be</strong> — borderless, programmable, and deeply integrated into the future of Web3.</p><p><strong>Let’s go make it happen.</strong></p><p><a href="https://witnet.io/"><strong>Website</strong></a><strong> | </strong><a href="https://twitter.com/witnet_io"><strong>X</strong></a><strong> | </strong><a href="https://t.me/witnetio"><strong>Telegram</strong></a><strong> | </strong><a href="https://discord.gg/witnet"><strong>Discord</strong></a><strong> | </strong><a href="http://www.linkedin.com/company/witnet/"><strong>LinkedIn</strong></a><strong> | </strong><a href="https://witnet.io/#newsletter"><strong>Newsletter</strong></a><strong> | </strong><a href="https://www.youtube.com/@Witnet_io"><strong>YouTube</strong></a><strong> | </strong><a href="https://www.reddit.com/r/witnet/"><strong>Reddit</strong></a></p><p><em>This post contains forward-looking statements regarding planned upgrades, protocol enhancements, and future developments of the Witnet network. These statements are based on current expectations, estimates, and projections, which are subject to change due to technical, economic, and governance considerations. While the Witnet developers are committed to executing this roadmap and continuously improving Witnet, the timing and scope of future releases may evolve based on real-world learnings, market conditions, and community feedback. Nothing in this post should be considered financial, legal, or investment advice. Stakeholders are encouraged to conduct their own research and participate in governance discussions to stay informed about the latest developments.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=51ec7ce661c8" width="1" height="1" alt=""><hr><p><a href="https://medium.com/witnet/the-future-of-wit-from-de-listings-to-de-fi-51ec7ce661c8">The Future of $WIT: From De-listings to De-Fi</a> was originally published in <a href="https://medium.com/witnet">The Witnet Oracle Blog</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Witnet SDK Launch: Empowering Oracle Development & PoS Staking]]></title>
            <link>https://medium.com/witnet/witnet-sdk-launch-empowering-oracle-development-pos-staking-2dad0ee691b2?source=rss----751c433eb129---4</link>
            <guid isPermaLink="false">https://medium.com/p/2dad0ee691b2</guid>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[sdk]]></category>
            <category><![CDATA[solidity]]></category>
            <category><![CDATA[blockchain-development]]></category>
            <category><![CDATA[web3]]></category>
            <dc:creator><![CDATA[Ha Anh Luu]]></dc:creator>
            <pubDate>Mon, 16 Jun 2025 12:20:45 GMT</pubDate>
            <atom:updated>2025-06-16T16:50:19.584Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="witnet sdk release pos staking and decentralized oracle improvement" src="https://cdn-images-1.medium.com/max/1024/1*FtE_tQwECsK9o_Bf3844Hg.png" /></figure><p>We’re excited to share the launch of the <a href="https://docs.witnet.io/witnet-sdk/introduction"><strong>Witnet SDK</strong></a>, designed to make it easier for developers to integrate with the Witnet decentralized oracle network.</p><p>The SDK is designed to simplify key tasks like managing wallets, staking, building and simulating oracle queries, and reporting notarized data to smart contracts. It empowers developers to build decentralized applications that rely on secure and verifiable external data.</p><h3>🧰 What’s the Witnet SDK?</h3><p>The Witnet SDK simplifies and speeds up development on the Witnet blockchain, giving developers a smoother building experience<em>.</em> With a few simple commands, you can:</p><p>✨ <strong>Create HD-wallets</strong> to manage and transact with $WIT coins.</p><p>🔗 <strong>Stake and withdraw $WIT</strong> into and from Witnet validators.</p><p>📝 <strong>Build and test oracle queries</strong> for all kinds of data sources and use cases.</p><p>⚡️ <strong>Simulate</strong> the resolution of queries locally and at no cost.</p><p>🔒 <strong>Notarize</strong> query results on the Witnet blockchain.</p><p>📦 <strong>Report</strong> verified data into EVM-compatible smart contracts.</p><p>🧑‍💻 <strong>Monitor</strong> dynamic information about the Witnet P2P network.</p><p>🌍 <strong>Explore</strong> public data on the Witnet blockchain.</p><p>🔑 <strong>Generate</strong> stake authorization codes for the soon-to-be-introduced delegated staking.</p><h3>🔌 Easy Setup, No Barriers</h3><p>Getting started is simple — you don’t need to run your own Witnet node, <a href="https://staking.witnet.io/">stake $WIT</a>, or pay any fees to use the SDK. Everything is open-source under the MIT license, so it’s fully accessible and developer-friendly.</p><p>For those who want even more control, you can always run your own Witnet nodes — it’s permissionless, and the requirements are surprisingly low. Validators can even earn rewards that help sustain their node infrastructure.</p><h3>🛠️ Key Packages</h3><p><a href="https://docs.witnet.io/witnet-sdk/getting-started">The SDK</a> comes with several packages, including:</p><p>✅ <a href="https://www.npmjs.com/package/@witnet/sdk">@witnet/sdk</a>: For Javascript/Typescript developers wanting to interact directly with the Witnet blockchain.</p><p>✅ @witnet/sdk-solidity: For solidity devs integrating <a href="http://witnet.io">Witnet</a>’s notarized data into EVM-compatible smart contracts.</p><p>✅ @witnet/sdk-price-feeds: For fetching and reporting <a href="https://feeds.witnet.io/">price feed updates</a>, even subsidized ones provided by the <a href="https://witnet.foundation/">Witnet Foundation</a>.</p><h3>🌐 Ready to Build</h3><p>The new <a href="https://docs.witnet.io/witnet-sdk/introduction"><strong>Witnet SDK</strong></a> empowers developers to integrate reliable, decentralized data into their Web3 projects — from DeFi apps to DAOs and everything in between. Whether you’re staking, building oracles, or pulling on-chain data into smart contracts, Witnet’s got your back.</p><p>Stay tuned for upcoming tutorials, demos, and deeper dives into each package!</p><p><strong>👉 Learn more and get started in the </strong><a href="https://docs.witnet.io/witnet-sdk/introduction"><strong>official documentation.</strong></a></p><p>Let’s build the future of decentralized data together! 💪🚀</p><p><a href="https://witnet.io/">Website</a> | <a href="https://twitter.com/witnet_io">X</a> | <a href="https://t.me/witnetio">Telegram</a> | <a href="https://discord.gg/witnet">Discord</a> | <a href="http://www.linkedin.com/company/witnet/">LinkedIn</a> | <a href="https://witnet.io/#newsletter">Newsletter</a> | <a href="https://www.youtube.com/@Witnet_io">YouTube</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=2dad0ee691b2" width="1" height="1" alt=""><hr><p><a href="https://medium.com/witnet/witnet-sdk-launch-empowering-oracle-development-pos-staking-2dad0ee691b2">Witnet SDK Launch: Empowering Oracle Development &amp; PoS Staking</a> was originally published in <a href="https://medium.com/witnet">The Witnet Oracle Blog</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Advocate Season 5: Code, Create, Conquer (SDK Sprint)]]></title>
            <link>https://medium.com/witnet/advocate-season-5-code-create-conquer-sdk-sprint-22a93869b945?source=rss----751c433eb129---4</link>
            <guid isPermaLink="false">https://medium.com/p/22a93869b945</guid>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[crypto]]></category>
            <category><![CDATA[sdk]]></category>
            <category><![CDATA[community-programs]]></category>
            <dc:creator><![CDATA[Ha Anh Luu]]></dc:creator>
            <pubDate>Thu, 12 Jun 2025 16:02:37 GMT</pubDate>
            <atom:updated>2025-06-16T16:51:36.505Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*F0xH_dVA08eomMvv2A6r-A.png" /></figure><h3>🚀 Ready, Set, Oracle: SDK Sprint!</h3><p>Wit/Oracle is proud to announce the <strong>Witnet SDK Release Sprint</strong>, our <strong>first full sprint for Season 5</strong> — a <strong>one-month sprint</strong> running from <strong>June 16 to July 16</strong>. This sprint is all about <strong>developers</strong>, but creative contributors still have plenty to do!</p><h3>🛠️ What’s the Focus?</h3><ul><li><a href="https://medium.com/witnet/witnet-sdk-launch-empowering-oracle-development-pos-staking-2dad0ee691b2"><strong>Witnet SDK Release</strong></a>: This sprint spotlights developers, with tasks dedicated to using and testing the <a href="https://docs.witnet.io/witnet-sdk/introduction"><strong>Witnet SDK</strong></a> .</li><li><strong>Chain Guardian</strong>: Contribute directly to the network by: Setting up <a href="https://mywitwallet.com/">myWitWallet</a>, Running nodes, Staking <a href="https://docs.witnet.io/intro/about/wit-coin">$WIT</a>.</li><li><strong>Creative Tasks</strong>: Social media tasks continue, but <strong>XP rewards will be lower than during </strong><a href="https://www.notion.so/Witnet-Advocate-Program-Season-5-Announcement-201794fae58a802e8116f37f873693f1?pvs=21"><strong>the kickoff session</strong></a>. High-quality content is required — no low-effort posts or duplicate X threads from the same participant! All submissions will be manually reviewed by the Witnet team.</li></ul><p><em>💡 </em><strong><em>Pro Tip</em></strong><em>: Get creative! Explore Medium blogs, demo videos, memes, photos, or any other format that aligns with Witnet’s brand.</em></p><h3>🗓️ Stay on Your Toes!</h3><p>🚨 <strong>Keep an eye on our </strong><a href="https://x.com/witnet_io"><strong>X (Twitter) page</strong></a> — we may drop <strong>time-limited tasks</strong> during the sprint. Stay tuned so you don’t miss the opportunity to earn bonus XP!</p><iframe src="https://cdn.embedly.com/widgets/media.html?type=text%2Fhtml&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;schema=twitter&amp;url=https%3A//x.com/witnet_io/status/1929093578233659688&amp;image=" width="500" height="281" frameborder="0" scrolling="no"><a href="https://medium.com/media/038fe9225a5b9d9c63b06f803399f075/href">https://medium.com/media/038fe9225a5b9d9c63b06f803399f075/href</a></iframe><h3>🏆 Rewards Breakdown</h3><p>This time, the rewards are <strong>real money</strong> — with a <strong>$300 total prize pool</strong> for the highest 5 XP.</p><ul><li>🥇 <strong>1st Place</strong>: $125</li><li>🥈 <strong>2nd Place</strong>: $75</li><li>🥉 <strong>3rd Place</strong>: $50</li><li>🏅 <strong>4th Place</strong>: $25</li><li>🎖️ <strong>5th Place</strong>: $25</li></ul><p>👉 <strong>In case of a tie</strong>:</p><p>If multiple participants earn the same XP in a prize tier, the <strong>rewards will be combined and split equally</strong>. For example:</p><ul><li>Player 1: 1000XP</li><li>Player 2: 1000XP</li><li>Player 3: 1000XP</li><li>Player 4: 900XP</li><li>Player 5: 900XP</li></ul><p>The reward would be the following:</p><ul><li>Players 1, 2, and 3 would each receive <strong>($125 + $75 + $50) ÷ 3 = $83.33</strong></li><li>Players 4 and 5 would each receive <strong>$25</strong></li></ul><p>💪 <strong>Want the prize pool for yourself?</strong><br> You have to fight your way to the top! A quick reminder: <strong>creative tasks are open daily to claim</strong>, so you can <strong>create multiple pieces of content about </strong><a href="http://witnet.io"><strong>Witnet</strong></a> to earn additional XP and secure your spot on the leader board! 🚀</p><h3>🔎 Note</h3><p><strong>Previous social media tasks remain open</strong>, but XP rewards are <strong>reduced</strong> to encourage new, high-quality content.</p><p>All submissions must meet our <strong>quality guidelines</strong>:</p><ul><li>Original, Witnet-focused, and on-brand.</li><li>No duplicate submissions.</li><li>Manual review by the Witnet team.</li></ul><p>For any questions, join our <a href="https://discord.gg/witnet"><strong>Discord</strong></a> or <a href="http://t.me/witnetio"><strong>Telegram</strong></a> group — we’re here to help!</p><h3>🔗 Related Information</h3><p>Stay updated and get the resources you need:</p><ul><li><strong>📣 </strong><a href="https://medium.com/witnet/ready-set-oracle-advocate-program-season-5-starts-bebbb0e85704"><strong>Witnet Advocate Program Season 5 Announcement</strong></a></li><li><strong>🎯 </strong><a href="https://zealy.io/cw/witnet/questboard/"><strong>Zealy Quest Board</strong></a></li><li><strong>🐦 </strong><a href="https://x.com/witnet_io"><strong>Witnet X Page</strong></a></li><li><strong>💬 </strong><a href="https://discord.gg/witnet"><strong>Discord</strong></a></li><li><strong>📱 </strong><a href="http://t.me/witnetio"><strong>Telegram</strong></a></li></ul><h3>🏁 Get Ready to Sprint!</h3><p>Let’s make this SDK sprint the best one yet — with <strong>developers</strong> leading the charge and <strong>creators</strong> adding the spark. Stay sharp, stay creative, and stay tuned to our X for time-limited challenges! 💪</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=22a93869b945" width="1" height="1" alt=""><hr><p><a href="https://medium.com/witnet/advocate-season-5-code-create-conquer-sdk-sprint-22a93869b945">Advocate Season 5: Code, Create, Conquer (SDK Sprint)</a> was originally published in <a href="https://medium.com/witnet">The Witnet Oracle Blog</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Ready, Set, Oracle: Advocate Program Season 5 Starts!]]></title>
            <link>https://medium.com/witnet/ready-set-oracle-advocate-program-season-5-starts-bebbb0e85704?source=rss----751c433eb129---4</link>
            <guid isPermaLink="false">https://medium.com/p/bebbb0e85704</guid>
            <category><![CDATA[zealy]]></category>
            <category><![CDATA[decentralization]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[web3-communities]]></category>
            <category><![CDATA[blockchain-oracle]]></category>
            <dc:creator><![CDATA[Ha Anh Luu]]></dc:creator>
            <pubDate>Thu, 12 Jun 2025 10:46:45 GMT</pubDate>
            <atom:updated>2025-06-12T10:46:45.556Z</atom:updated>
            <content:encoded><![CDATA[<p>The wait is over — the <strong>Witnet Advocate Program is back for Season 5</strong>, and this time, we’re taking things to a whole new level.</p><p>Whether you’re a developer, content creator, designer, translator, or just a Web3 enthusiast, there’s a place for you in this fast-paced challenge.</p><p>👉 <strong>Join the game</strong> → <a href="https://zealy.io/c/witnet">zealy.io/c/witnet</a></p><figure><img alt="Witnet Advocate Season 5 Zealy" src="https://cdn-images-1.medium.com/max/994/1*ygVbLcDlAktSdw_9_1z7SA.jpeg" /></figure><h3>🆕 What’s Different This Season?</h3><p>This isn’t just another round of tasks — <strong>Season 5 is a race.</strong></p><ul><li>🏁 <strong>June 1 — 10: Kickoff Sprint</strong></li><li><strong>🛠️ June 17 – July 17:</strong> <strong>SDK Sprint</strong></li><li>🎯 <strong>XP-based tasks</strong> on <strong>Zealy</strong>, open to everyone</li><li>📊 <strong>Real-time leader board</strong></li><li>🏆 <strong>Top contributors get rewards and recognition</strong></li><li>🔄 <strong>Dynamic quests</strong> drop throughout the sprint</li></ul><p>You’ll complete tasks, earn XP, and climb the ranks — all while helping grow and strengthen the Witnet ecosystem.</p><h3>💡 Why You Should Join</h3><ul><li>🧠 <strong>Contribute your skills</strong> — from tech to art, content to community.</li><li>🏆 <strong>Win prizes</strong> for being among the top XP earners.</li><li>🌐 <strong>Connect with like-minded advocates</strong> and developers around the globe.</li><li>🔥 <strong>Shape the future of a decentralized oracle network.</strong></li></ul><p>Season 5 is open, competitive, and community-first — exactly how Web3 should be.</p><h3>🛠️ How to Get Started</h3><ol><li><strong>Go to Zealy</strong> → <a href="https://zealy.io/c/witnet">zealy.io/c/witnet</a></li><li><strong>Complete missions</strong> — from memes to dev tools, blog posts, and more</li><li><strong>Earn XP</strong> and <strong>track your progress</strong> on the leader board</li><li><strong>Watch for surprise quests</strong> and new tasks throughout the week</li></ol><p>And don’t worry — we’ve kept the <strong>Super Advocate</strong> role alive, with returning champions getting an early XP boost!</p><h3>📣 Want the Full Details?</h3><p>Check out the full program announcement here:</p><p>👉 <a href="https://www.notion.so/Witnet-Advocate-Program-Season-5-Announcement-201794fae58a802e8116f37f873693f1?pvs=21">Witnet Advocate Program — Season 5 Announcement</a></p><p>Catch the full demo from the <a href="https://www.youtube.com/watch?v=Wz_NjGHYQpU"><strong>May Wit/Call</strong></a> to see how it all works.</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FWz_NjGHYQpU%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWz_NjGHYQpU&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FWz_NjGHYQpU%2Fhqdefault.jpg&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/a1ad70154a8d625aafc409e1fc74e2bc/href">https://medium.com/media/a1ad70154a8d625aafc409e1fc74e2bc/href</a></iframe><h3>🎯 TL;DR</h3><ul><li>📍 <a href="http://zealy.io/c/witnet"><strong>zealy.io/c/witnet</strong></a> for tasks and leaderboard</li><li>✨ <strong>Open to everyone</strong></li><li>🧠 Tasks for all skill sets</li><li>🏆 Rewards for top contributors</li><li>📲 Follow <a href="https://twitter.com/witnet_io">@witnet_io</a> and join <a href="https://discord.gg/witnet">Discord</a> to stay updated</li></ul><p>Let’s build, create, and compete — together.</p><p><strong>See you on the leader board. 🏁</strong></p><ul><li><a href="https://witnet.io/">Website</a> | <a href="https://twitter.com/witnet_io">X</a> | <a href="https://t.me/witnetio">Telegram</a> | <a href="https://discord.gg/witnet">Discord</a> | <a href="https://www.youtube.com/@Witnet_io">YouTube</a> | <a href="https://www.linkedin.com/company/witnet/">LinkedIn</a></li><li>Subscribe to the <a href="http://news.witnet.io/register">Wit/Oracle Newsletter</a> for the latest updates!</li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=bebbb0e85704" width="1" height="1" alt=""><hr><p><a href="https://medium.com/witnet/ready-set-oracle-advocate-program-season-5-starts-bebbb0e85704">Ready, Set, Oracle: Advocate Program Season 5 Starts!</a> was originally published in <a href="https://medium.com/witnet">The Witnet Oracle Blog</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[May Wit/Call Recap: Global Outreach, Wallet Upgrades, and What’s Next for Wit/2!]]></title>
            <link>https://medium.com/witnet/may-wit-call-recap-global-outreach-wallet-upgrades-and-whats-next-for-wit-2-94b29f403790?source=rss----751c433eb129---4</link>
            <guid isPermaLink="false">https://medium.com/p/94b29f403790</guid>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[witnet]]></category>
            <dc:creator><![CDATA[parody bit]]></dc:creator>
            <pubDate>Mon, 09 Jun 2025 14:15:22 GMT</pubDate>
            <atom:updated>2025-06-09T14:15:22.451Z</atom:updated>
            <content:encoded><![CDATA[<p>Hey Witnet community! 👋</p><p>We just wrapped up our <strong>May Wit/Call</strong>, and as always, there’s plenty of exciting news to share. From global events to protocol milestones and community updates — let’s dive into what happened this month! 👇</p><h3>🌍 Spreading the Word: Witnet Around the World</h3><p>May was another big month for <strong>outreach and ecosystem visibility</strong>. Our team had boots on the ground across <strong>North America and Europe</strong>! ✈️</p><h3>🍁Toronto Highlights:</h3><p>Marcus represented Witnet at three major Web3 conferences:</p><p>🔹 <strong>Futurist Conference</strong></p><p>🔹 <strong>Consensus</strong></p><p>🔹 <strong>Community Meetups around Toronto</strong></p><p>A fantastic opportunity to engage with innovators, builders, and protocol enthusiasts from around the globe!</p><h3>Central Europe Spotlight:</h3><p>Tomas and Ha Anh represented Witnet at <strong>ETHPrague</strong> and <strong>ETHBelgrade</strong>, where they engaged directly with the <strong>Ethereum developer community</strong> and broader Web3 builders.</p><p>It was a great opportunity to:</p><p>🔹 🤝 Share ideas with fellow oracle teams Brenda at <strong>Tellor</strong></p><p>🔹 🌍 Chat with builders from <strong>World Chain</strong> and <strong>Celo</strong></p><p>🔹 🧠 Explore collaborations around decentralized infrastructure and data integrity</p><p>The energy at both events was high — and the conversations even better!</p><h3>🧑‍🚀 Community Vibes: Advocate Program Season 5 Incoming</h3><p>The wait is almost over! 🎉</p><p>We’re kicking off <strong>Season 5 of the Advocate Program</strong> — powered by <strong>Zealy</strong> — on <strong>June 1st</strong>.</p><p>Get ready for:</p><ul><li>🎮 New quests and engagement mechanics</li><li>🏆 Bigger rewards</li><li>🗓️ A special <strong>kickoff session</strong> to launch the season</li></ul><p>👉 Want the details? Check out our <a href="https://www.notion.so/Witnet-Advocate-Program-Season-5-Announcement-201794fae58a802e8116f37f873693f1?pvs=21">Announcement</a></p><h3>📱 myWitWallet 2.0.2: Stability Update</h3><p>A fresh release is live!</p><p>We’ve rolled out <strong>myWitWallet 2.0.2</strong>, bringing important bug fixes to improve your staking experience:</p><ul><li>✅ Fixed issues related to <strong>Priority Fees</strong></li><li>🧰 Continuing to work on <strong>Windows desktop compatibility</strong></li></ul><p>As always, we appreciate your patience while we smooth out the final kinks! 💻</p><h3>🔧 WIP Highlights: Stability and Scaling</h3><p>Here’s what’s cooking on the technical front:</p><ul><li>🛠️ Fixing a bug with <strong>staking from a single withdrawer to multiple validators</strong></li><li>💻 Progress on <strong>Windows desktop release</strong> — nearly there!</li></ul><h3>🌐 Website &amp; Tools: Fresh Features Rolling Out</h3><p>We’re making it easier to stay informed and get involved:</p><h3>🕸️ <a href="https://witnet.io/">witnet.io</a></h3><ul><li>🧭 New <strong>Advocate Program countdown and activations</strong></li><li>⚙️ Improved navigation for community tools and resources</li></ul><h3>📊 <a href="https://feeds.witnet.io/">feeds.witnet.io</a></h3><ul><li>🧱 New layout in progress to better <strong>organize price feeds</strong></li><li>🆕 A “Latest Updates” widget to keep you in the loop</li></ul><h3>⚙️ Wit/2 Progress: Key Milestones Reached</h3><p>Big news from the protocol layer:</p><ul><li>🧨 <strong>Superblock voting bomb defused!</strong></li><li>New activation date: <strong>July 4 @ 12:25 AM UTC</strong></li><li>🆕 <strong>Wit/2.0.9</strong> was released smoothly and on time</li><li>📄 A new <strong>document outlines V2.1 requirements</strong>, as we:</li><li>Define specs</li><li>Formalize the implementation roadmap</li></ul><p>Witnet continues its march toward a more powerful, scalable decentralized oracle protocol!</p><h3>📈 Network Stats: April 2025 Snapshot</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/960/1*kVRQKnfcPgXcjhnPFQM8uQ.png" /></figure><h3>🚀 Looking Ahead</h3><p>From wallet upgrades to protocol resilience and growing global awareness, the momentum continues to build. With <strong>Season 5 of the Advocate Program</strong>, the community has more ways than ever to get involved.</p><p>Thanks for joining us — and as always…</p><p><strong>Together, we’re building the decentralized future!</strong> 🤝</p><p>🔥 <strong>Stay connected and keep exploring:</strong></p><ul><li><a href="https://witnet.io/">Website</a> | <a href="https://twitter.com/witnet_io">X</a> | <a href="https://t.me/witnetio">Telegram</a> | <a href="https://discord.gg/witnet">Discord</a> | <a href="https://www.youtube.com/@Witnet_io">YouTube</a> | <a href="https://www.linkedin.com/company/witnet/">LinkedIn</a></li><li>Subscribe to the <a href="http://news.witnet.io/register">Wit/Oracle Newsletter</a> for the latest updates!</li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=94b29f403790" width="1" height="1" alt=""><hr><p><a href="https://medium.com/witnet/may-wit-call-recap-global-outreach-wallet-upgrades-and-whats-next-for-wit-2-94b29f403790">May Wit/Call Recap: Global Outreach, Wallet Upgrades, and What’s Next for Wit/2!</a> was originally published in <a href="https://medium.com/witnet">The Witnet Oracle Blog</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
    </channel>
</rss>