Last updated 7 months ago
Cardano lacks a way to use existing Chainlink price and PoR feeds, forcing teams to rebuild oracle stacks and slowing stablecoin, RWA, and general DeFi adoption.
VIA relays Chainlink price & PoR feeds from EVM to Cardano, with a standard interface, helper libs, and a reference dApp - allowing dApps to plug in and use.
Please provide your proposal title
Chainlink Data Relay for Cardano DeFi (by VIA Labs)
Enter the amount of funding you are requesting in ADA
150000
Please specify how many months you expect your project to last
3
Please indicate if your proposal has been auto-translated
No
Original Language
en
What is the problem you want to solve?
Cardano lacks a way to use existing Chainlink price and PoR feeds, forcing teams to rebuild oracle stacks and slowing stablecoin, RWA, and general DeFi adoption.
Supporting links
Does your project have any dependencies on other organizations, technical or otherwise?
Yes
Describe any dependencies or write 'No dependencies'
Will your project's outputs be fully open source?
Yes
Please provide details on the intellectual property (IP) status of your project outputs, including whether they will be released as open source or retained under another licence.
The core components will be open-sourced under a permissive license (MIT), including: Cardano oracle contracts, helper libaries, off-chain relayer logic (with configuration on which feeds to track), sample project dApp showing developers how to read feeds.
Please choose the most relevant theme and tag related to the outcomes of your proposal
Cross-chain
Describe what makes your idea innovative compared to what has been previously launched in the market (whether by you or others).
Our idea brings "risk model portability" to the Cardano ecosysytem. Existing Cardano oracles (Charli3, Orcfax, Pyth) are native data originators; VIA’s relay is a Chainlink adapter that treats Chainlink as the upstream source of truth - forwarding it's price feeds and Proof of Reserve (PoR) signals into Cardano. This enables multi-chain protocols to reuse the same pricing logic on Cardano that they already trust on EVM, instead of designing a second oracle stack. Further, it provides the same data so picky builders who may "prefer" Chainlink can get direct access to those same EVM feeds right at home on Cardano. As cross-chain messaging specialists who's core infrastructure will soon be on Cardano, VIA treats oracle data as just another message type, applying the same rigor we use for token bridging to deliver consistent, shared risk signals across chains.
Describe what your prototype or MVP will demonstrate, and where it can be accessed.
The MVP will show live Chainlink data flowing into Cardano and a demo Cardano dApp using it to make safer decisions (with instructions and documentation).
Specifically, we’ll have a VIA Relayer pull several key Chainlink price feeds (for assets like ADA, BTC, ETH, USDC, USDT) plus one Proof of Reserve signal, and make that data available on Cardano. We'll make available a simple “VIA Watcher” tool so that anyone can compare the numbers on the EVM side and on Cardano. The Cardano dApp will use these feeds in its logic—for example, checking prices before allowing a borrow—and include a demo that shows how the reserve signal can automatically pause an action if an asset stops being fully backed.
Everything will be fully accessible to the community. The code and documentation will live in a public VIA Labs GitHub repository, the live data will be visible on Cardano’s preprod network through standard explorers and sample commands in the README, and we’ll provide clear written documentation plus a short recorded walkthrough showing the feeds updating, the VIA Watcher verification, and the demo app reacting to the data in real time.
Describe realistic measures of success, ideally with on-chain metrics.
Success for this project is measured by its reliability and general adoption. Onchain, we aim to have at least five live price feeds and one Proof of Reserve feed running on Cardano’s public test network. We’ll track how often those feeds update, how closely the Cardano values match the original Chainlink values, and how many real contracts start reading from them. A key proof point is that at least one application actually changes its behaviour based on the reserve signal—for example, pausing an action when the PoR feed shows an asset is no longer fully backed (hypothetically).
Off-chain, we’ll know this is working if developers can pick it up quickly and if serious projects are willing to talk about using it in production. For example, once complete, we ourselves have additional use cases involving stablecoin liquidity to build on top of it. For us, success means providing an integration guide that lets a new Cardano developer read a feed in minutes and at least a couple of stablecoin, RWA, or 3rd-party bridge teams actively exploring this relay as part of their Cardano plans. If we end the MVP with reliable feeds on testnet, a straightforward developer experience, and real protocols kicking the tires for mainnet, we’ll consider that a successful outcome.
Please describe your proposed solution and how it addresses the problem
Cardano is missing a clean way for builders to use the same Chainlink prices and Proof of Reserve signals they already rely on in their EVM deployments. That gap makes it harder for non-Cardano-native DeFi, stablecoin, RWA, and bridge teams to justify coming to Cardano, because they’re forced to redesign and re-audit the core risk logic that already works for them elsewhere.
Our solution is to treat Chainlink’s data as an input and Cardano as a destination. VIA runs a dedicated relay that reads Chainlink price and reserve data - then publishes it on Cardano in a standard format that any smart contract can consume. This keeps the risk model the same across chains, reduces migration friction for EVM-native teams, and gives Cardano dApps access to PoR safety checks that institutions may expect. In the demo example, the VIA Watcher / relayer itself will be operated by VIA Labs, however, other documentation will provide clear instructions for private oracle relaying, thus giving the security back to the implementing developers.
Please define the positive impact your project will have on the wider Cardano community
This project brings the long awaited Chainlink data to the Cardano ecsosytem and enables dApps natively building on Cardano to tap into those streams.
Additionally, Cardano-native apps gain an extra oracle option they can combine with Charli3/Orcfax for stronger, more conservative risk management.
What is your capability to deliver your project with high levels of trust and accountability? How do you intend to validate if your approach is feasible?
VIA Labs is a cross-chain interoperability protocol that has been building for 4+ years, has sent over 20M cross-chain messages, and are live on 140+ different blockchain ecosystems.
We're working in collaboration with the Midnight Foundation to bring cross-chain interoperability to both Midnight and Cardano. Just recently (Nov 2025), our team has demonstrated the first successful token transfer between Midnight and Cardano and presented this at the Midnight event in London (https://www.youtube.com/live/1vphhGXf5VA)) Fast forward to 17:20 for the start of the presentation and 27:00 for the demo itself.
Generally, we have a close-working relationship with the Solutions team at Midnight.
Outside the Cardano ecosystem our team has received grants from titans in the space such as Circle, Avalanche, and Stellar to expand cross-chain in those ecosystems as well.
The VIA team is native to EVM environments and relaying oracle data, whether in a push or pull functionality, can be treated like any other cross-chain message. Our intention is to finish our Cardano integration (which is scheduled for completion on mainnet in January) and immediately move onto this project. Our team has heard from several community members and dApps that this would be something that they'd be interested in utilizing.
Milestone Title
Single Feed Relay Prototype (Base testnet → Cardano Testnet)
Milestone Outputs
Construct a relay service that reads one Chainlink price feed on Base (e.g. ADA/USD, ETH/USD, USDC/USD) on a schedule.
Cardano preprod oracle script plus UTxO storing that feed’s value, decimals, timestamp, and source metadata.
Output displayed on command line interface (CLI) that prints:
Acceptance Criteria
A reviewer will be able to clone the repo, configure RPC endpoints, run using the CLI, and see matching values from Base and Cardano. Verified by on-chain explorers.
The provided architecture will explain:
Evidence of Completion
Delivery Month
1
Cost
37500
Progress
30 %
Milestone Title
Multi-Feed Relay & Developer Integration
Milestone Outputs
Acceptance Criteria
A reviewer will be able to:
Evidence of Completion
Delivery Month
2
Cost
45000
Progress
60 %
Milestone Title
Data Validation, Proof of Reserve & Pilot dApp
Milestone Outputs
Expansion of the reference dApp into a pilot dApp that uses at least one price feed and one Chainlink Proof of Reserves feed in a flow that resembles a protocol use case.
Add validation rules for all mirrored feeds, including:
Acceptance Criteria
A reviewer will be able to:
Evidence of Completion
Delivery Month
3
Cost
37500
Progress
90 %
Milestone Title
Self-Hosted Relayer Option, Complete Documention, & Close Out
Milestone Outputs
Acceptance Criteria
A reviewer can clearly see from the docs how a project would spin up its own relayer and push data to Cardano; can read the Cardano section in VIA’s docs and understand how to use the relay / VIA Watcher in a dApp; can verify that the repos are organized, documented, and tagged; and can access both the written close-out report and the final demo video.
Evidence of Completion
Links to:
Delivery Month
3
Cost
30000
Progress
100 %
Please provide a cost breakdown of the proposed work and resources
Total request: 150,000 ADA
Time denoted in man-days / person-days
Per milestone:
Milestone 1 – Single Feed Relay Prototype
Milestone 2 – Multi-Feed Relay & Reference dApp
Milestone 3 – Validation, PoR & Pilot dApp
Milestone 4 – Self-Hosted Relayer, Complete Documentation & Close-Out
How does the cost of the project represent value for the Cardano ecosystem?
This project provides a core a piece infrastructure that Cardano simply doesn’t have today. We will produce a live, documented Chainlink oracle relay from EVM (Base) into Cardano, covering both price feeds and Proof of Reserve while wiring this directly into smart-contract logic. Alongside that, this will deliver a clear pattern for how to represent shared oracle data on Cardano, tested across multiple feeds, plus helper code and examples so other teams can plug it in without re-inventing the wheel. The pilot dApp will show and end to end advanced example with prices driving collateral checks and PoR acting as a circuit breaker -- Perfect for any stablecoin, RWA, or bridge team to be comfortable bringing their assets to Cardano.
As a cross-chain messaging solution ourselves, we believe this project has major upside for adoption. If this relay is used by any stablecoin issuer or mid-cap RWA project comfortable deploying liquidity on Cardano because they can finally rely on the same Proof of Reserve signals their risk team already trusts, the ecosystem benefit dwarfs the grant. On top of that, the open-source contracts and documentation make this a "public good" for the Cardano ecosystem that can be used for dApps and hackers alike. On the enterprise side, this enables privacy of oracle data - allowing the implementing party to control their level of desired security.
I confirm that evidence of prior research, whitepaper, design, or proof-of-concept is provided.
Yes
I confirm that the proposal includes ecosystem research and uses the findings to either (a) justify its uniqueness over existing solutions or (b) demonstrate the value of its novel approach.
Yes
I confirm that the proposal demonstrates technical capability via verifiable in-house talent or a confirmed development partner (GitHub, LinkedIn, portfolio, etc.)
Yes
I confirm that the proposer and all team members are in good standing with prior Catalyst projects.
Yes
I confirm that the proposal clearly defines the problem and the value of the on-chain utility.
Yes
I confirm that the primary goal of the proposal is a working prototype deployed on at least a Cardano testnet.
Yes
I confirm that the proposal outlines a credible and clear technical plan and architecture.
Yes
I confirm that the budget and timeline (≤ 12 months) are realistic for the proposed work.
Yes
I confirm that the proposal includes a community engagement and feedback plan to amplify prototype adoption with the Cardano ecosystem.
Yes
I confirm that the budget is for future development only; excludes retroactive funding, incentives, giveaways, re-granting, or sub-treasuries.
Yes
I Agree
Yes
Robert - "Cletus" - Co-founder & COO
Robert leads VIA Labs’ operations and strategy, bridging teams with his experience on multi-million-dollar solar projects. He holds a BS and MS in Electrical Engineering and is the glue between the development team and strategic pursuits.
Robert will coordinate development efforts and work with Jake with BD and project involvement.
LinkedIn: https://www.linkedin.com/in/robert-pilat/
Andre - "Druuu" - CTO
Andre is a full-stack developer with a strong track record in the medical and fintech sectors. He has built diverse backend tools, is proficient in frameworks like React, Nuxt, Next, and Vue, and is exploring AI technology and wallet abstraction.
Andre will lead the technical-side of the integration.
LinkedIn: https://www.linkedin.com/in/andrea-verri-712a6783/
Raymond - "Atlas" - Co-founder & CSO
Raymond brings 20+ years of enterprise experience in development, security, operations, Agile, management, and consulting, specializing in complex systems engineering. He has scaled teams from 5 to 75 employees and managed high-traffic, regulated platforms in fintech, education, and ecommerce.
Raymond will do the back-end and smart contracts.
Jake - "Jake" - Head of BD
Jake drives business development at VIA Labs, using his background as a senior conductor on the British railway system to forge strategic partnerships in blockchain. His logistical and people management skills have been key to the company’s growth.
Jake will work with project teams in BD to help them onboard any oracle services they desire.
Brad - "Bert - Full-Stack Development
Brad swapped sports science for front-end development, bringing a performance-driven mindset from South Africa. A perpetual learner, he tackles tough CSS and JavaScript challenges head-on, ensuring VIA Labs’ interfaces are both intuitive and lightning-fast.
Brad will supply the front-end in both the resource and pilot dApps.