<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Venkateshwar Rao Nagala</title>
    <description>The latest articles on DEV Community by Venkateshwar Rao Nagala (@tenalirama2025).</description>
    <link>https://dev.to/tenalirama2025</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3808626%2F6f616aeb-09b9-4f72-976e-b942fcaaff53.png</url>
      <title>DEV Community: Venkateshwar Rao Nagala</title>
      <link>https://dev.to/tenalirama2025</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tenalirama2025"/>
    <language>en</language>
    <item>
      <title>How I Built 3 Chainlink CRE Workflows in One Week — FBA Oracle, Privacy Payroll &amp; DeFi Intelligence at 3 AM</title>
      <dc:creator>Venkateshwar Rao Nagala</dc:creator>
      <pubDate>Thu, 05 Mar 2026 21:29:47 +0000</pubDate>
      <link>https://dev.to/tenalirama2025/how-i-built-3-chainlink-cre-workflows-in-one-week-fba-oracle-privacy-payroll-defi-4nha</link>
      <guid>https://dev.to/tenalirama2025/how-i-built-3-chainlink-cre-workflows-in-one-week-fba-oracle-privacy-payroll-defi-4nha</guid>
      <description>&lt;h1&gt;
  
  
  How I Built 3 Chainlink CRE Workflows in One Week — FBA Oracle, Privacy Payroll &amp;amp; DeFi Intelligence at 3 AM
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Author:&lt;/strong&gt; Venkateshwar Rao Nagala&lt;br&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/tenalirama2025-creator/chainlink-prediction-settler" rel="noopener noreferrer"&gt;https://github.com/tenalirama2025-creator/chainlink-prediction-settler&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Competition:&lt;/strong&gt; Chainlink Convergence Hackathon 2026&lt;/p&gt;


&lt;h2&gt;
  
  
  Demo Video
&lt;/h2&gt;

&lt;p&gt;▶️ &lt;strong&gt;Watch the full pipeline in action:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://youtu.be/YD14xtCYnM0" rel="noopener noreferrer"&gt;https://youtu.be/YD14xtCYnM0&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  My Story
&lt;/h2&gt;

&lt;p&gt;I worked on blockchain projects earlier using JavaScript, RUST and Python for settlement of forex transactions across banks. The blockchain forex settlement enabled banks to settle forex transactions within minutes down from weeks. This blockchain experience helped me in my decision to be part of this Convergence Hackathon 2026.&lt;/p&gt;

&lt;p&gt;Last month I won the Velocity Award at the Solo.io MCP &amp;amp; AI Agents Hackathon&lt;br&gt;
for building a COBOL→Rust modernization pipeline with zero-trust AgentGateway&lt;br&gt;
security. This month I applied that same velocity to the Chainlink Convergence&lt;br&gt;
Hackathon.&lt;/p&gt;

&lt;p&gt;My interest in Chainlink did not start in February 2026 when I received the&lt;br&gt;
hackathon email. It started on May 1, 2021 — I have the MIT Open email to&lt;br&gt;
prove it — when I watched Lex Fridman's podcast with Sergey Nazarov on Smart&lt;br&gt;
Contracts and Chainlink. That podcast planted a seed. I have followed Chainlink&lt;br&gt;
Foundation activities ever since — Smart Conferences, Bootcamps, developer&lt;br&gt;
updates. Five years later, at 3 AM in Secunderabad, I was watching Chainlink&lt;br&gt;
CRE workflows simulate green on my terminal.&lt;/p&gt;

&lt;p&gt;On February 28, 2026 — just one week before the March 8 deadline — I received&lt;br&gt;
the Chainlink Convergence hackathon email. I was still finishing the Solo.io&lt;br&gt;
submission. Another round of late nights was about to begin.&lt;/p&gt;

&lt;p&gt;I have 30 years of software experience — from writing Fortran for gearbox&lt;br&gt;
manufacturing simulations in my final year of Mechanical Engineering, to 10&lt;br&gt;
years of IBM Assembler programming for insurance companies in the USA&lt;br&gt;
(Homecomm/Lifecomm), to Core Banking reconciliation at RBC, to Big Data&lt;br&gt;
Analytics at AIG, to Assembler and COBOL at Thrivent. I gathered all of that&lt;br&gt;
experience and decided to compete.&lt;/p&gt;


&lt;h2&gt;
  
  
  The Problem That Started It All
&lt;/h2&gt;

&lt;p&gt;Prediction markets need trustworthy, automated settlement. But a single AI&lt;br&gt;
oracle can hallucinate. A single LLM can be wrong with high confidence.&lt;br&gt;
A single data source can be compromised.&lt;/p&gt;

&lt;p&gt;I had studied Byzantine fault tolerance throughout my career in distributed&lt;br&gt;
systems. I knew about Stellar's Federated Byzantine Agreement protocol. The&lt;br&gt;
question was: could FBA be applied to LLM oracles?&lt;/p&gt;

&lt;p&gt;The answer became this project.&lt;/p&gt;


&lt;h2&gt;
  
  
  The "Aha Moment"
&lt;/h2&gt;

&lt;p&gt;Initially I decided to go with claude-opus-4-6 LLM for prediction, but&lt;br&gt;
decided to add another LLM that is GPT-4o. If anyone of the LLM&lt;br&gt;
hallucinates then one of them will give the correct prediction,&lt;br&gt;
but the problem was how to decide which one is correct and other&lt;br&gt;
is not correct. The solution is Byzantine Consensus Algorithm.&lt;/p&gt;

&lt;p&gt;I knew that consensus on blockchain networks is achieved through Byzantine&lt;br&gt;
algorithms. I had three project ideas initially — a prediction market settler,&lt;br&gt;
a privacy-preserving payroll workflow, and a DeFi market intelligence tool.&lt;br&gt;
After seeing the scope, I decided to combine all three as individual MCPs in&lt;br&gt;
a single unified project.&lt;/p&gt;

&lt;p&gt;The "aha moment" came when I saw the FBA consensus result appear — Claude&lt;br&gt;
Opus saying NO at 99% confidence, GPT-4o saying NO at 95% confidence, the&lt;br&gt;
FBA engine confirming quorum intersection — and knowing that result was about&lt;br&gt;
to be written to a smart contract on the blockchain via MetaMask. That moment&lt;br&gt;
made every late night worth it.&lt;/p&gt;


&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;A complete &lt;strong&gt;AI-powered prediction market settlement system&lt;/strong&gt; with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;ai_prediction_mcp&lt;/strong&gt; — FBA consensus oracle (Claude Opus + GPT-4o) via&lt;br&gt;
Chainlink CRE. Both LLMs independently evaluate a prediction statement.&lt;br&gt;
FBA computes quorum intersection. On agreement: auto-settle on-chain.&lt;br&gt;
On disagreement: autonomous settlement BLOCKED — human review triggered.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;payroll_mcp&lt;/strong&gt; — Privacy-preserving batch payroll settlement. Recipient&lt;br&gt;
addresses and salary amounts never appear on-chain. Only a keccak256 batch&lt;br&gt;
hash is recorded. CRE Confidential Compute keeps all sensitive data private.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;hyperliquid_mcp&lt;/strong&gt; — Hyperliquid DEX market intelligence. Queries 229&lt;br&gt;
perpetual markets via CRE Confidential HTTP. Fetches live prices for&lt;br&gt;
BTC, ETH and DOGE simultaneously. API credentials managed at DON level&lt;br&gt;
— never exposed.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I had previously built a private Hyperliquid project where I discovered&lt;br&gt;
  all 229 perpetual markets. Without that foundation I would never have&lt;br&gt;
  known how to connect the hyperliquid_mcp workflow to live DEX data via&lt;br&gt;
  CRE Confidential HTTP.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Rust CLI&lt;/strong&gt; — FBA consensus engine (TypeScript port of Stellar's SCP),&lt;br&gt;
fetch-fed, simulate, and status commands.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;PredictionMarket.sol&lt;/strong&gt; — Solidity smart contract deployed and verified&lt;br&gt;
on Ethereum Sepolia. Verified on Sourcify, Blockscout, and Routescan.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Live FBA Result:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Statement:        "Did the Fed cut rates at March 2025 FOMC?"
Claude Opus:      NO  |  99% confidence
GPT-4o:           NO  |  95% confidence
FBA Outcome:      NO  |  97% confidence
Quorum:           ✅ INTERSECTED
Safety:           ✅ CLEARED
Action:           SETTLE NO — Fed held rates confirmed
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Live Hyperliquid DEX Prices:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;🎯 Monitoring: BTC, ETH, DOGE
📡 API: https://api.hyperliquid.xyz/info

✅ BTC: $68,129.50 | Spread: 0.10 bps
📈 Bid: $68,128.82 📉 Ask: $68,130.18

✅ ETH: $1,982.65  | Spread: 0.10 bps
📈 Bid: $1,982.63  📉 Ask: $1,982.67

✅ DOGE: $0.09     | Spread: 0.10 bps
📈 Bid: $0.09      📉 Ask: $0.09

🏦 Market Depth: 229 perpetual markets
🔗 Source: Hyperliquid DEX via CRE Confidential HTTP
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Chainlink Validates This Approach
&lt;/h2&gt;

&lt;p&gt;While researching the CRE platform I made three important discoveries:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discovery 1 — Chainlink's own blog lists this exact use case:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Chainlink's official blog "5 Ways to Build with the Chainlink Runtime&lt;br&gt;
Environment" lists item 3 as:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"AI-Powered Prediction Market Settlement"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;That is exactly what I built — with FBA Byzantine fault tolerance added&lt;br&gt;
on top. Chainlink themselves identified this as a key CRE use case.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discovery 2 — CRE deployment is Early Access:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The CRE docs clearly state:&lt;br&gt;
&lt;em&gt;"Deploy your workflows (Early Access) — EARLY ACCESS DISCLAIMER"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This means having all 3 workflows deployed and active on the Chainlink&lt;br&gt;
DON — confirmed by the Chainlink team — is an exclusive achievement.&lt;br&gt;
Not every developer has deployment access yet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discovery 3 — Chainlink's own Prediction Market template uses 1 LLM:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The CRE Templates Hub features a "Prediction Market Demo" created by&lt;br&gt;
Chainlink Labs — using Google's Gemini AI and Firebase.&lt;/p&gt;

&lt;p&gt;My project goes further:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Chainlink template:  1 LLM (Gemini) + Firebase
My project:          2 LLMs (Claude Opus + GPT-4o)
                     + FBA Byzantine fault tolerance
                     + Privacy payroll
                     + DeFi market intelligence
                     + Rust consensus engine
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Architecture
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;┌─────────────────────────────────────────────────────────────────┐
│                    CHAINLINK CRE LAYER                          │
│                                                                 │
│  ┌──────────────┐  ┌──────────────────┐  ┌──────────────────┐  │
│  │ payroll_mcp  │  │ hyperliquid_mcp  │  │ ai_prediction    │  │
│  │              │  │                  │  │ _mcp             │  │
│  │ Privacy-     │  │ DEX Market       │  │ FBA Oracle       │  │
│  │ preserving   │  │ Intelligence     │  │ (Claude+GPT-4o)  │  │
│  │ batch settle │  │ BTC/ETH spreads  │  │                  │  │
│  └──────┬───────┘  └────────┬─────────┘  └────────┬─────────┘  │
└─────────┼───────────────────┼──────────────────────┼────────────┘
          │                   │                      │
          ▼                   ▼                      ▼
┌─────────────────────────────────────────────────────────────────┐
│                    RUST CLI (settler)                           │
│  ┌─────────────────────────────────────────────────────────┐   │
│  │              FBA CONSENSUS ENGINE                       │   │
│  │   Claude Opus ──┐                                       │   │
│  │                 ├──► Quorum Intersection ──► SETTLE     │   │
│  │   GPT-4o    ────┘    (Stellar Protocol)    or REVIEW    │   │
│  └─────────────────────────────────────────────────────────┘   │
└─────────────────────────────────────────────────────────────────┘
          │
          ▼
┌─────────────────────────────────────────────────────────────────┐
│              ETHEREUM SEPOLIA (Smart Contract)                  │
│  PredictionMarket.sol                                           │
│  0xEA856dF995C58DEc18221C907DC221c4487Ae499                    │
│  Question: "Did the Fed cut rates at March 2025 FOMC?"         │
└─────────────────────────────────────────────────────────────────┘
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  The Three Thrillers
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Thriller 1: The MetaMask Maze 🦊
&lt;/h3&gt;

&lt;p&gt;When I wanted to install MetaMask, I searched for it online. The search showed&lt;br&gt;
a page full of websites. I clicked one that instructed me to download a .msi&lt;br&gt;
file for Windows. The downloaded files ended up in my project folder — around&lt;br&gt;
10,000 files in two separate folders. This filled my C drive completely.&lt;/p&gt;

&lt;p&gt;I only discovered this during the GitHub upload — the files showed up in git&lt;br&gt;
and I immediately deleted them from VSCode and GitHub.&lt;/p&gt;

&lt;p&gt;The MetaMask website itself was a maze for a first-time visitor. They clearly&lt;br&gt;
display browser extension options — Chrome, Edge, Firefox — but when I clicked&lt;br&gt;
the Chrome extension, the GET button was greyed out with a message:&lt;br&gt;
"You can't add or remove items when in Incognito or Guest mode."&lt;/p&gt;

&lt;p&gt;I was in Incognito mode on Edge. I switched to normal mode. Same message.&lt;br&gt;
I eventually found the Chrome Web Store option — but that led to another&lt;br&gt;
problem.&lt;/p&gt;

&lt;p&gt;I created Account 1 and added a wallet. Then imported Account 1, creating an&lt;br&gt;
"Imported Account 1." I got 0.05 Sepolia ETH from the Google faucet and added&lt;br&gt;
it to Account 1.&lt;/p&gt;

&lt;p&gt;When I tried to Deploy &amp;amp; Run my Solidity contract in Remix, MetaMask picked&lt;br&gt;
the Imported Account 1 — which had no funds. I was confused. I had just added&lt;br&gt;
tokens!&lt;/p&gt;

&lt;p&gt;I investigated. I went back to the MetaMask Chrome extension and discovered&lt;br&gt;
that Account 1 and Imported Account 1 had DIFFERENT wallet addresses. MetaMask&lt;br&gt;
prioritises the Imported Account during Deploy &amp;amp; Run.&lt;/p&gt;

&lt;p&gt;I deleted the Imported Account 1. Recompiled. Deployed. This time MetaMask&lt;br&gt;
used Account 1 with the funds — and the contract was deployed successfully.&lt;/p&gt;


&lt;h3&gt;
  
  
  Thriller 2: The Wrong Contract Address 📋
&lt;/h3&gt;

&lt;p&gt;After deployment I committed the contract address to GitHub — but I captured&lt;br&gt;
the wrong URL. The address I saved was for the default Remix Storage contract,&lt;br&gt;
not my PredictionMarket.sol.&lt;/p&gt;

&lt;p&gt;The same wrong address was deployed to CRE by Thomas from the Chainlink team. Two days&lt;br&gt;
before submission I discovered the mistake.&lt;/p&gt;

&lt;p&gt;I corrected the address everywhere — .env, config files, README. Then I&lt;br&gt;
informed Thomas from the Chainlink team and requested redeployment with the&lt;br&gt;
correct address. Waiting for Thomas to complete the redeployment — with the&lt;br&gt;
submission deadline two days away — was nothing short of watching a thriller&lt;br&gt;
movie.&lt;/p&gt;


&lt;h3&gt;
  
  
  Thriller 3: The 3 AM CRE Debugging Session 🌙
&lt;/h3&gt;

&lt;p&gt;The night of March 3-4, 2026. It was past midnight in Secunderabad. I was&lt;br&gt;
trying to get all three CRE workflows simulating.&lt;/p&gt;

&lt;p&gt;The errors came one after another:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;✗ ConfigPath must be a valid existing file: ./config.staging.json
✗ environment variable PAYROLL_API_KEY_VALUE not found
✗ 'btoa' is not defined
✗ Expected identifier but found ","  (double comma syntax error)
✗ Buffer.from base64 encoding required
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Each error revealed the next. Missing config file. Wrong secrets format.&lt;br&gt;
Wrong base64 encoding function. Double comma from a PowerShell replace command.&lt;/p&gt;

&lt;p&gt;At 1:42 AM the terminal showed:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;╭──────────────────────────────────────────────────────╮
│ Simulation complete! Ready to deploy your workflow?  │
╰──────────────────────────────────────────────────────╯
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;All three workflows. Green. That moment made every late night worth it.&lt;/p&gt;




&lt;h2&gt;
  
  
  CRE Workflow Deep Dive
&lt;/h2&gt;

&lt;h3&gt;
  
  
  ai_prediction_mcp — FBA Consensus Oracle
&lt;/h3&gt;

&lt;p&gt;The key innovation: secrets fetched at DON level, passed into node mode as&lt;br&gt;
arguments. API keys for Claude and OpenAI never leave Chainlink's confidential&lt;br&gt;
compute environment.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Fetch secrets at DON level — same pattern as payroll_mcp&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;claudeSecret&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;runtime&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;getSecret&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt; &lt;span class="na"&gt;id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;claudeApiKeySecretName&lt;/span&gt; &lt;span class="p"&gt;}).&lt;/span&gt;&lt;span class="nf"&gt;result&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;openaiSecret&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;runtime&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;getSecret&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt; &lt;span class="na"&gt;id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;openaiApiKeySecretName&lt;/span&gt; &lt;span class="p"&gt;}).&lt;/span&gt;&lt;span class="nf"&gt;result&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;

&lt;span class="c1"&gt;// Pass both keys into runInNodeMode&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;result&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;runtime&lt;/span&gt;
  &lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;runInNodeMode&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
    &lt;span class="nx"&gt;runFbaConsensus&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="nx"&gt;consensusIdenticalAggregation&lt;/span&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;SettlementResult&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
  &lt;span class="p"&gt;)(&lt;/span&gt;&lt;span class="nx"&gt;claudeApiKey&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;openaiApiKey&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;result&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  payroll_mcp — Privacy-Preserving Settlement
&lt;/h3&gt;

&lt;p&gt;Only the batch hash is recorded on-chain. Amounts and recipient addresses&lt;br&gt;
stay inside CRE confidential compute:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// PRIVATE — never written on-chain&lt;/span&gt;
&lt;span class="kd"&gt;type&lt;/span&gt; &lt;span class="nx"&gt;PayrollEntry&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="na"&gt;recipient&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;amount&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;number&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;memo&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;};&lt;/span&gt;

&lt;span class="c1"&gt;// Only this is recorded on-chain&lt;/span&gt;
&lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="na"&gt;batchHash&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nf"&gt;computeBatchHash&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;batch&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
  &lt;span class="na"&gt;privacy&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;recipient_addresses_and_amounts_not_recorded_onchain&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;
&lt;span class="p"&gt;};&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  hyperliquid_mcp — DeFi Market Intelligence
&lt;/h3&gt;

&lt;p&gt;CRE Confidential HTTP — API credentials managed at DON level.&lt;br&gt;
Multi-coin support — BTC, ETH, DOGE simultaneously:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// Normalize coin to array — supports single or multiple coins&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;coins&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nb"&gt;Array&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;isArray&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;coin&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
  &lt;span class="p"&gt;?&lt;/span&gt; &lt;span class="nx"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;coin&lt;/span&gt;
  &lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;config&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;coin&lt;/span&gt;&lt;span class="p"&gt;];&lt;/span&gt;

&lt;span class="c1"&gt;// allMids returns live prices for ALL 229 markets&lt;/span&gt;
&lt;span class="nl"&gt;body&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;Buffer&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="k"&gt;from&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
  &lt;span class="nx"&gt;JSON&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;stringify&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;allMids&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt; &lt;span class="p"&gt;})&lt;/span&gt;
&lt;span class="p"&gt;).&lt;/span&gt;&lt;span class="nf"&gt;toString&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;base64&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;  &lt;span class="c1"&gt;// CRE requires base64 encoded body&lt;/span&gt;

&lt;span class="c1"&gt;// Loop through each coin — real live prices&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;coinResults&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;CoinResult&lt;/span&gt;&lt;span class="p"&gt;[]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;coins&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;map&lt;/span&gt;&lt;span class="p"&gt;((&lt;/span&gt;&lt;span class="nx"&gt;coin&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;mid&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nf"&gt;parseFloat&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;data&lt;/span&gt;&lt;span class="p"&gt;?.[&lt;/span&gt;&lt;span class="nx"&gt;coin&lt;/span&gt;&lt;span class="p"&gt;])&lt;/span&gt; &lt;span class="o"&gt;||&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="p"&gt;...&lt;/span&gt;
&lt;span class="p"&gt;});&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Configure any coins in config.staging.json:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="nl"&gt;"coin"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;"BTC"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"ETH"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"DOGE"&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  Key Technical Lessons
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;On Hyperliquid API:&lt;/strong&gt;&lt;br&gt;
Use &lt;code&gt;type: "allMids"&lt;/code&gt; not &lt;code&gt;type: "meta"&lt;/code&gt; to get live prices.&lt;br&gt;
allMids returns a flat map of all 229 coin prices instantly.&lt;br&gt;
Supports array of coins in config — &lt;code&gt;"coin": ["BTC", "ETH", "DOGE"]&lt;/code&gt;.&lt;br&gt;
Prior experience with a private Hyperliquid project was essential —&lt;br&gt;
without knowing the 229 perpetual markets existed, this workflow&lt;br&gt;
would never have been built.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;On CRE secrets:&lt;/strong&gt;&lt;br&gt;
Use &lt;code&gt;secretsNames&lt;/code&gt; format in secrets.yaml — not a &lt;code&gt;secrets&lt;/code&gt; list. Each&lt;br&gt;
workflow needs its own local &lt;code&gt;./secrets.yaml&lt;/code&gt; — sharing &lt;code&gt;../secrets.yaml&lt;/code&gt;&lt;br&gt;
causes cross-workflow secret conflicts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;On CRE HTTP:&lt;/strong&gt;&lt;br&gt;
The CRE HTTPClient requires request body as base64. Use&lt;br&gt;
&lt;code&gt;Buffer.from(JSON.stringify(body)).toString("base64")&lt;/code&gt; — not btoa() which&lt;br&gt;
is not available in the CRE runtime.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;On MetaMask:&lt;/strong&gt;&lt;br&gt;
Always install as a Chrome extension from the Chrome Web Store. Never download&lt;br&gt;
desktop packages. Delete any Imported Accounts before deploying — they take&lt;br&gt;
priority over regular accounts during Remix deployment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;On contract verification:&lt;/strong&gt;&lt;br&gt;
Always click the Contract tab on Blockscout after deployment and verify the&lt;br&gt;
contract name matches your Solidity file — not the default Remix Storage&lt;br&gt;
contract.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;On FBA for LLMs:&lt;/strong&gt;&lt;br&gt;
Byzantine fault tolerance is not just for distributed databases. Applied to&lt;br&gt;
LLM oracles, FBA provides quorum intersection guarantees — a hallucinating&lt;br&gt;
model cannot unilaterally settle a market.&lt;/p&gt;


&lt;h2&gt;
  
  
  Thomas — Chainlink Team Deployment Confirmation
&lt;/h2&gt;

&lt;p&gt;Thomas from the Chainlink team redeployed all 3 workflows after pulling&lt;br&gt;
the latest repository. His email confirmed:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;✓ Transaction confirmed https://etherscan.io/tx/0x....e8a
✓ Workflow deployed successfully
   Workflow Name: ai-prediction-fba-staging
   Workflow ID:   00.....c5fd

✓ Transaction confirmed https://etherscan.io/tx/0x....530
✓ Workflow deployed successfully
   Workflow Name: hyperliquid-market-intelligence-staging
   Workflow ID:   00..............488e

✓ Transaction confirmed https://etherscan.io/tx/0x....058
✓ Workflow deployed successfully
   Workflow Name: payroll-settlement-staging
   Workflow ID:   00.......0c6
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Thomas could not share a dashboard screenshot as other workflows were&lt;br&gt;
deployed on his account. His professionalism throughout this hackathon&lt;br&gt;
was exceptional. Thank you Thomas! 🙏&lt;/p&gt;


&lt;h2&gt;
  
  
  Quick Start
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Prerequisites
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1. Install Rust:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;winget&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;install&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;Rustlang.Rust.MSVC&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;2. Install Bun:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;winget&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;install&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;Oven-sh.Bun&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;3. Install CRE CLI:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;bun&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;x&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;cre-setup&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;4. Clone and build:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;clone&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;https://github.com/tenalirama2025-creator/chainlink-prediction-settler&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="n"&gt;cd&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;chainlink-prediction-settler&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="n"&gt;cargo&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;build&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Run Everything with One Command
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight powershell"&gt;&lt;code&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;\deploy.ps1&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's it! An interactive menu handles everything:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;╔══════════════════════════════════════════════════════════════╗
║     Chainlink Prediction Settler — FBA Consensus Oracle      ║
║     3 CRE Workflows: FBA Oracle + Privacy Payroll + DeFi     ║
╚══════════════════════════════════════════════════════════════╝

Select an option:

  [1] Simulate FBA Consensus        (FREE — no API keys needed)
  [2] Live FBA Consensus             (requires Claude + OpenAI API keys)
  [3] Run ALL 3 CRE Simulations      (requires CRE CLI)
  [4] Run payroll_mcp simulation     (requires CRE CLI)
  [5] Run hyperliquid_mcp — Live DEX prices BTC/ETH/DOGE (requires CRE CLI)
  [6] Run ai_prediction_mcp simulation (requires CRE CLI)
  [7] Check contract status          (FREE — no API keys needed)
  [8] Deploy to CRE                  (requires CRE Early Access)
  [9] Exit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Start with Option 1&lt;/strong&gt; — free, no API keys, no CRE account needed.&lt;br&gt;
&lt;strong&gt;Option 3&lt;/strong&gt; runs all 3 CRE workflows in sequence automatically.&lt;/p&gt;




&lt;h2&gt;
  
  
  Prize Tracks
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Track&lt;/th&gt;
&lt;th&gt;Amount&lt;/th&gt;
&lt;th&gt;How This Project Qualifies&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Prediction Markets&lt;/td&gt;
&lt;td&gt;$16,000&lt;/td&gt;
&lt;td&gt;FBA consensus settles real on-chain predictions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Privacy&lt;/td&gt;
&lt;td&gt;$16,000&lt;/td&gt;
&lt;td&gt;payroll_mcp — batch hash only, amounts never on-chain&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CRE &amp;amp; AI&lt;/td&gt;
&lt;td&gt;$17,000&lt;/td&gt;
&lt;td&gt;3 production CRE workflows running on DON&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Risk &amp;amp; Compliance&lt;/td&gt;
&lt;td&gt;$16,000&lt;/td&gt;
&lt;td&gt;FBA blocks unsafe settlements — human review triggered&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DeFi&lt;/td&gt;
&lt;td&gt;$16,000&lt;/td&gt;
&lt;td&gt;hyperliquid_mcp — DEX intelligence via confidential HTTP&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Total potential: $81,000&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  My Message to You
&lt;/h2&gt;

&lt;p&gt;Please take the risk if you enjoy the thrills that accompany such projects&lt;br&gt;
with tight deadlines.&lt;/p&gt;

&lt;p&gt;Two days before submission you realize the contract URL is wrong. The same&lt;br&gt;
mistake was deployed to CRE by Thomas from the Chainlink team. Requesting&lt;br&gt;
Thomas to redeploy after correcting the mistake, and waiting for him to&lt;br&gt;
complete the redeployment, is nothing short of watching a thriller movie.&lt;/p&gt;

&lt;p&gt;I received the hackathon email one week before the deadline. I had a Solo.io&lt;br&gt;
submission still in progress. I had never built a CRE workflow before.&lt;/p&gt;

&lt;p&gt;I entered anyway.&lt;/p&gt;

&lt;p&gt;The MIT Open email from May 1, 2021 — the Lex Fridman podcast with Sergey&lt;br&gt;
Nazarov that started this journey — sits in my inbox. Five years from that&lt;br&gt;
email to this submission.&lt;/p&gt;

&lt;p&gt;Take the risk. The thrill is worth it.&lt;/p&gt;

&lt;p&gt;Recording the demo video took 8 retakes. The first 6 takes I forgot to&lt;br&gt;
include Thomas's deployment confirmation. 8th time lucky! 😄&lt;/p&gt;

&lt;p&gt;The final video is 3 minutes 44 seconds. Under the 5 minute limit.&lt;br&gt;
Every second counts when the deadline is today.&lt;/p&gt;




&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Venkateshwar Rao Nagala&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GATE 1994 AIR 444 — Top 0.4% of India's engineering graduates&lt;/li&gt;
&lt;li&gt;Fortran — Final year Mechanical Engineering project:
Computer Assisted Manufacturing of Gear Boxes&lt;/li&gt;
&lt;li&gt;1994-2004 — IBM Assembler expert, insurance companies USA
(Homecomm/Lifecomm)&lt;/li&gt;
&lt;li&gt;RBC — Senior Project Manager, Core Banking (RDDA/BDDA)&lt;/li&gt;
&lt;li&gt;AIG — Manager Big Data Analytics&lt;/li&gt;
&lt;li&gt;Thrivent — Consultant, Assembler 80% / COBOL 20%&lt;/li&gt;
&lt;li&gt;Solo.io 2026 — Velocity Award 🏆&lt;/li&gt;
&lt;li&gt;Chainlink follower since May 1, 2021 (MIT Open — Sergey Nazarov podcast)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📧 &lt;a href="mailto:tenalirama2019@gmail.com"&gt;tenalirama2019@gmail.com&lt;/a&gt;&lt;br&gt;
📱 +91-9701908080&lt;br&gt;
🐙 &lt;a href="https://github.com/tenalirama2025-creator" rel="noopener noreferrer"&gt;https://github.com/tenalirama2025-creator&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built with Rust. Orchestrated with Chainlink CRE. Settled on Ethereum Sepolia.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;From Assembler to blockchain — one late night at a time.&lt;/em&gt; 🚀&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/tenalirama2025-creator/chainlink-prediction-settler" rel="noopener noreferrer"&gt;https://github.com/tenalirama2025-creator/chainlink-prediction-settler&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Contract:&lt;/strong&gt; 0xEA856dF995C58DEc18221C907DC221c4487Ae499 (Sepolia)&lt;br&gt;
&lt;strong&gt;Demo:&lt;/strong&gt; &lt;a href="https://youtu.be/YD14xtCYnM0" rel="noopener noreferrer"&gt;https://youtu.be/YD14xtCYnM0&lt;/a&gt;&lt;/p&gt;

</description>
      <category>chainlink</category>
      <category>rust</category>
      <category>blockchain</category>
      <category>web3</category>
    </item>
  </channel>
</rss>
