Close Menu
Altcoin ObserverAltcoin Observer
  • Regulation
  • Bitcoin
  • Altcoins
  • Market
  • Analysis
  • DeFi
  • Security
  • Ethereum
Categories
  • Altcoins (2,096)
  • Analysis (2,259)
  • Bitcoin (2,859)
  • Blockchain (1,743)
  • DeFi (2,061)
  • Ethereum (2,051)
  • Event (71)
  • Exclusive Deep Dive (1)
  • Landscape Ads (2)
  • Market (2,106)
  • Press Releases (10)
  • Reddit (1,512)
  • Regulation (1,973)
  • Security (2,734)
  • Thought Leadership (3)
  • Videos (43)
Hand picked
  • Trump’s $2,000 Tariff ‘Dividend’ Stimulus Check Idea Could Be About To Blow Up The Bitcoin Price, Crypto And Stock Market
  • RHEA is available for exchange!
  • Ethereum Whales Bet $417M on a Rebound – Will ETH Charts Agree?
  • Michael Saylor says Tom Lee brings institutional trust to Ethereum
  • Carbon Browser and Unstoppable Domains Launch .CARBON Top-Level Domain, Defining a Privacy-Focused Identity Layer for Web3
We are social
  • Facebook
  • Twitter
  • Instagram
  • YouTube
Facebook X (Twitter) Instagram
  • About us
  • Disclaimer
  • Terms of service
  • Privacy policy
  • Contact us
Facebook X (Twitter) Instagram YouTube LinkedIn
Altcoin ObserverAltcoin Observer
  • Regulation
  • Bitcoin
  • Altcoins
  • Market
  • Analysis
  • DeFi
  • Security
  • Ethereum
Events
Altcoin ObserverAltcoin Observer
Home»Blockchain»Why RISC-V + Blockchain is the conversation I’ve been waiting to have
Blockchain

Why RISC-V + Blockchain is the conversation I’ve been waiting to have

October 15, 2025No Comments
Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
Share
Facebook Twitter LinkedIn Pinterest Email


By
Daniela Barbosa, Managing Director of Decentralized Technologies at the Linux Foundation and Executive Director of LF Decentralized Trust

14.10.2025

0

//php echo do_shortcode(‘(responsivevoice_button voice=”US English Male” buttontext=”Listen to post”)’) ?>

The open RISC-V ISA has always meant freedom and flexibility in hardware design. Now, a compelling new use case offers developers a software-only abstraction layer, taking privacy and flexibility to new heights.

There are rarely times in technology where two open ecosystems simply fall into place. Yet here I am, feeling like the broker between two of these entities: the open hardware standard RISC-V and the shared, immutable digital ledger that is blockchain.

Blockchain is no longer an experiment or a buzzword; it is now part of the world’s critical infrastructure. Across the public and private sectors, leading institutions are deploying it at scale to ensure trust, efficiency and resilience. Some of my favorite examples include:

  • Citi Token Services: Use of tokenized deposits and smart contracts to enable faster and programmable settlement.
  • The Depository Trust and Clearing Corporation (DTCC): Rearchitect post-trade and collateral management with blockchain to streamline securities markets.
  • World Bank Fund Chain: Monitoring of public funds in real time for more than 250 development projects in more than 10 countries.
  • National Civil Identity Card (CIN) of Brazil: Modernize the national identification system with blockchain technology to reduce fraud and simplify access to public services.

These are not isolated pilots. These are examples of how blockchain is becoming the backbone for reliable exchange of data and value.

Empowering humanoid robots with Ferri on-board storage solutions

By Lancelot Hu, Director of Product Marketing | Silicon Movement 10/15/2025

AI Drives Memory Industry Transformation: GMIF2025 Charts Path for Future Innovation

By Shenzhen Memory Industry Association (SMIA) 10.13.2025

Five innovative practices for capacitors in the era of third-generation semiconductors

By Franklin Zhao, Senior Technical Analyst, EDN China 08/10/2025

Today the emphasis is not on Why blockchain, but on how to develop it responsibly. Privacy is an essential part of this conversation. Financial institutions face strict regulatory requirements to protect customer data and trading activities. Governments must protect citizen records while ensuring their auditability.

For digital assets, tokenized money, and verifiable data to achieve mainstream adoption, blockchains must provide this privacy in large-scale, high-performance deployments. Current solutions make this a complex proposition.

Privacy barriers are cryptographically difficult to design and even more difficult to implement, especially in high-throughput environments. To achieve efficiency and meet market demands, we need to find simpler and better ways to bring privacy and portability to the blockchain industry.

Using RISC-V as a smart contract compiler presents a new and exciting potential approach. At the RISC-V Summit North America 2025 this month, I will discuss how collaboration between our communities can streamline the development and deployment of privacy-focused blockchain applications.

What does RISC-V offer to blockchain?

The openness and simplicity of RISC-V have made it a magnet for hardware innovation, and I imagine the majority of the talks you’ll hear at this year’s summit will focus on the journey from design to release to tape, and what happens once RISC-V is delivered in hardware.

But RISC-V’s role in blockchain doesn’t involve silicon. Blockchain platforms traditionally run smart contracts on specialized virtual machines with bespoke instruction sets, such as the Ethereum Virtual Machine (EVM). Earlier this year, Vitalik Buterin, co-founder of Ethereum, discussed a long-term exploratory idea to one day replace EVM with RISC-V. This was a conceptual discussion rather than a concrete roadmap, but it is important for the RISC-V community to pay attention to.

In theory, this approach would treat RISC-V as a software-only abstraction layer. Contracts could be written in familiar languages, then compiled and executed as if they were running on a physical RISC-V processor, all within the VM context of the blockchain.

From a long-term strategic perspective, this makes a lot of sense. RISC-V is a clean, minimal instruction set that is easier to model and prove than many existing virtual machines. It has only a modest number of instructions and omits complex multi-step operations in favor of efficient orthogonal primitives that map well to the arithmetic constraints of the blockchain. And its shared open philosophy means developers can leverage a rich ecosystem of existing tools such as industrial-grade compilers, debuggers, and formal verification tools for smart contracts.

A virtualized and open execution target

Using the RISC-V instruction set as a virtualized and open execution target, developers can create a common virtual machine language for zero-knowledge proofs (ZKP) – an optional but increasingly important part of the blockchain model. ZKPs redefine what is possible in privacy and scale on-chain by enabling auditable and verifiable calculation for all parties and markets. Simply put, they allow one party to prove to another that a certain calculation was performed correctly without revealing sensitive inputs, counterparts, or intermediate states of that calculation. This approach promises to improve privacy in applications such as financial transactions and supply chain settlement, while improving scalability through more efficient computation.

Today, developers must do significant and tedious work to write practically efficient code to generate and verify ZKPs. This difficulty has hindered blockchain adoption because there simply aren’t enough skilled developers to do this work. Efficient zero-knowledge virtual machines (zkVMs) could significantly reduce the difficulty. Developers could simply provide code as input to the zkVM and receive as output programs that calculated and verified zero-knowledge proofs of the execution of the code provided as input.

Since Buterin’s proposal, more and more teams have built RISC-V-based zero-knowledge virtual machines (zkVMs) that compile everyday programs to run on RISC-V, then produce cryptographic proof that the program worked correctly. To give a concrete example, a developer at a bank can now write transaction settlement logic in any language they know, compile it frictionlessly for RISC-V, and run it in a zkVM blockchain, avoiding the steep learning curve of languages ​​like Ethereum’s Solidity. This significantly lowers the barrier to entry and could accelerate the development of blockchain applications. Although zkVMs are not new to cryptographers, RISC-V makes them accessible.

Finding common ground

The growing interest in RISC-V opens the door for deeper collaboration between the open development efforts of LF Decentralized Trust and RISC-V International. As blockchain networks increasingly enter production in enterprise and government environments, opportunities for shared innovation in performance, security, and interoperability are rapidly increasing. Our global communities, both housed under the Linux Foundation, live and breathe collaborative development and governance, making this alignment, I believe, both natural and timely.

The RISC-V community brings decades of expertise in architecture design, performance, and, increasingly, side-channel-aware engineering, while the blockchain and decentralized technology communities provide deep experience in cryptography, distributed systems, and formal verification of critical software.

Together, we have the skills to co-develop open reference implementations, formal specifications for zkVMs, and the building blocks that will make private-by-default applications easier to build and faster to run. That’s the beauty of an open ISA: evolution can happen across the tiers, in an open way, with everyone an equal seat at the table.

Register for the RISC-V Summit here.

See also:

Blockchain and IoT: securing the future of connected devices

How blockchain promotes trust and transparency in IoT ecosystems

China’s unyielding rise in RISC-V

RISC-V royalty-based revenues will exceed licensing revenues by 2027

Barcelona BSC celebrates the registration of Cinco Ranch chips



Source link

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleFusaka Update – Information for Blob Users
Next Article Is the crypto market ready to recover after its recent crash?

Related Posts

Blockchain

Blockchain could reduce government spending, Philippine official says

October 16, 2025
Blockchain

Blockchain.ai auction ends at $405,000, but previous holder files lawsuit to stop transfer – Domain Name Wire

October 16, 2025
Blockchain

The next 5 big things in fintech and blockchain for 2025

October 16, 2025
Add A Comment
Leave A Reply Cancel Reply

Single Page Post
Share
  • Facebook
  • Twitter
  • Instagram
  • YouTube
Featured Content
Event

WOW Summit Hong Kong 2025 Concludes, Cementing the City’s Status as a Global Tech Epicenter

October 15, 2025

Hong Kong once again became the heartbeat of global innovation as WOW Summit Hong Kong…

Event

bepay money to Launch $1 Million Bitcoin Rewards Program at Invest Payments & Banking Forum Dubai 2025

October 13, 2025

 Global Cross-Border Payment Platform Partners with Giakaa Capital to Engage $1 Trillion+ AUM Representatives and…

1 2 3 … 57 Next
  • Facebook
  • Twitter
  • Instagram
  • YouTube

Ethereum Whales Bet $417M on a Rebound – Will ETH Charts Agree?

October 16, 2025

Altcoin Season Index Slips to 28 as DeXe Advances, Tron Stabilizes and Jupiter Activity Increases

October 16, 2025

Sui Network: Huge October 2025 Updates

October 16, 2025
Facebook X (Twitter) Instagram LinkedIn
  • About us
  • Disclaimer
  • Terms of service
  • Privacy policy
  • Contact us
© 2025 Altcoin Observer. all rights reserved by Tech Team.

Type above and press Enter to search. Press Esc to cancel.

bitcoin
Bitcoin (BTC) $ 108,033.95
ethereum
Ethereum (ETH) $ 3,893.98
tether
Tether (USDT) $ 1.00
bnb
BNB (BNB) $ 1,144.97
xrp
XRP (XRP) $ 2.32
solana
Solana (SOL) $ 184.65
usd-coin
USDC (USDC) $ 1.00
staked-ether
Lido Staked Ether (STETH) $ 3,890.09
tron
TRON (TRX) $ 0.315793
dogecoin
Dogecoin (DOGE) $ 0.188295