Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Here’s why Bitcoin price shouldn’t fall to $54,000: Analyst

2026-03-07

Expert Says XRP Price Could Reach $1,000 By The End Of 2026 If This Happens

2026-03-07

What BEP2 holders need to know

2026-03-07
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    What BEP2 holders need to know

    2026-03-07

    SoFi uses BitGo to power the distribution of its SoFiUSD stablecoin

    2026-03-07

    Interoperability is ‘essential’ for digital assets to reach their full potential: DTCC

    2026-03-07

    A groundbreaking leap into the consumer future of decentralized AI

    2026-03-07

    BitGo to Power SoFiUSD Stablecoin Infrastructure as SoFi Launches First Nationally Chartered Bank Token

    2026-03-07
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Refusing new IRS crypto tax forms could cost you your exchange account

    2026-03-07

    US lawmakers consider ban on prediction markets amid bets on Iran

    2026-03-06

    De volatiliteit van Bitcoin zou in april kunnen exploderen als SEC de markt achter de ETF-leverage beoordeelt

    2026-03-06

    Crypto company Kraken secures a direct link to Federal Reserve payments

    2026-03-04

    Bitcoin’s $85 billion derivatives engine may move onshore as CFTC eyes April approval

    2026-03-04
  • Analysis

    XRP Bull Flag Breakout After 8-Month Consolidation to Send Price to $11

    2026-03-07

    Billionaire Peter Thiel dumps a $74,400,000 stake in three assets, including one of Warren Buffett’s favorites

    2026-03-07

    Bitcoin Price Rally Slows, Consolidation Signals Possible Next Step

    2026-03-07

    XRP Price Ladder Shows What Conditions Are Needed for $18, $100, and $500

    2026-03-07

    Bitcoin’s rally from $73,000 faces a crucial test as momentum looks to change

    2026-03-06
  • Learn

    What Is Wrapped ETH (WETH) and Why Do You Need It in DeFi?

    2026-03-06

    What Is Crypto Protocol and Why Coins Need It

    2026-03-04

    Wat is Liquid Proof-of-Stake: uitgelegd voor beginners

    2026-03-02

    The 9 Most Common Crypto Scam Types

    2026-03-02

    Sidechains Explained: What They Are, How They Work, and Why They Matter

    2026-02-20
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»Anchoring AI on public blockchains helps establish a ‘permanent provenance route’
Blockchain

Anchoring AI on public blockchains helps establish a ‘permanent provenance route’

2024-06-03No Comments8 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

As artificial intelligence (AI) appears destined to become central to everyday digital applications and services, anchoring AI models on public blockchains could potentially help “establish a permanent trail of provenance,” according to Michael Heinrich, CEO of 0G Labs. According to Heinrich, such a provenance trail enables “ex-post or real-time monitoring analysis” to detect manipulation, bias, or use of problematic data during the training of AI models.

Embedding AI on Blockchain Tools in Promoting Public Trust

In his detailed responses to questions from Bitcoin.com News, Heinrich – a poet and software engineer – argued that anchoring AI models in this way helps maintain their integrity and increase public trust. Furthermore, he suggested that the decentralized nature of public blockchains allows them to “serve as a tamper-proof and censorship-resistant registry for AI systems.”

As for data availability or lack thereof, the 0G Labs CEO said this is a concern for developers and users alike. For developers building on Layer 2 solutions, data availability matters because their respective “applications must be able to rely on secure light client authentication for correctness.” For users, data availability assures them that a “system is working as intended, without having to run entire nodes themselves.”

Despite its importance, data availability remains costly: it represents up to 90% of transaction costs. Heinrich attributes this to Ethereum’s limited data throughput, which is around 83 KB/sec. As a result, even small amounts of data become prohibitively expensive to publish online, Heinrich said.

Below you will find Heinrich’s detailed answers to all questions sent.

Bitcoin.com News (BCN): What is the data availability (DA) problem plaguing the Ethereum ecosystem? Why is it important for developers and users?

Michael Heinrich (MH): The data availability (DA) problem refers to the need for light clients and other off-chain parties to efficiently access and verify the blockchain’s full transaction data and status. This is crucial for scalability solutions such as Layer 2 rollups and sharded chains that conduct transactions outside the main Ethereum chain. The blocks of executed transactions in Layer 2 networks must be published and stored somewhere so that the light client can perform further verification.

This is important for developers building on these scaling solutions because their applications must rely on secure light client authentication for correctness. It is also important for users who interact with these Layer 2 applications, as they need assurance that the system is working as intended, without having to run full nodes themselves.

See also  Helios Blockchain uses ten protocol to accelerate Ethereum's interoperability

BCN: According to a report from Blockworks Research, DA fees represent up to 90% of transaction costs. Why do existing scalability solutions struggle to provide the performance and cost-effectiveness needed for high-performance decentralized applications (dapps)?

MH: Existing Layer 2 scaling approaches such as Optimistic and ZK Rollups struggle to provide efficient data availability at scale, due to the fact that they need to publish entire data blobs (transaction data, state roots, etc.) to the Ethereum mainnet so that lightweight clients can sample and Verify. Publishing this data on Ethereum comes at a very high cost – for example, one OP block costs $140 to publish for just 218 KB.

This is because Ethereum’s limited data throughput of around 83 KB/sec means that even small amounts of data are very expensive to publish on-chain. So while rollups achieve scalability by executing transactions off the main chain, the need to publish data on Ethereum for verifiability becomes the bottleneck that limits their overall scalability and cost-effectiveness for high-throughput decentralized applications.

BCN: Your company, 0G Labs, also known as Zerogravity, recently launched its testnet with the aim of bringing artificial intelligence (AI) to the chain, a data load that existing networks cannot handle. Can you tell our readers how the modular nature of 0G helps overcome the limitations of traditional consensus algorithms? What makes modular the right path for building complex use cases like on-chain gaming, on-chain AI, and high-frequency decentralized finance?

MH: 0G’s main innovation is the modular separation of data into data storage and date publishing lanes. The 0G DA layer sits on top of the 0G storage network which is optimized for extremely fast data ingestion and recovery. Large data such as block blobs are stored and only small commitments and availability proofs flow through to the consensus protocol. This eliminates the need to transmit the entire blobs over the consensus network and therefore avoids the broadcast bottlenecks of other DA approaches.

Furthermore, 0G consensus layers can scale horizontally to prevent one consensus network from becoming a bottleneck, achieving infinite DA scalability. With an off-the-shelf consensus system, the network could reach speeds of 300-500 MB/s, which is already a few magnitudes faster than current DA systems, but still does not meet the data bandwidth requirements for high-end applications such as LLM model training that is in the 10s of GB/s.

See also  HyperGPT and ChimpX AI work together to simplify Web3 through intelligent onchain automation

Customized consensus building could achieve such speeds, but what if many participants want to train models simultaneously? That’s why we’ve introduced infinite scalability through data-level sharding to meet the future demands of high-performance blockchain applications by leveraging any number of consensus layers. All consensus networks share the same set of validators with the same staking status, so they maintain the same level of security.

In summary, this modular architecture enables scaling to handle extremely data-heavy workloads such as on-chain AI model training/inference, on-chain gaming with high state requirements, and high-frequency DeFi applications with minimal overhead. These applications are not possible on monolithic chains today.

BCN: The Ethereum developer community has explored many different ways to address the problem of data availability on the blockchain. Proto-dankhardening, or EIP-4844, is seen as a step in that direction. Do you believe these will not meet developer needs? If so, why and where?

MH: Proto-dankharding (EIP-4844) takes an important step toward improving Ethereum’s data availability capabilities by introducing blob storage. The ultimate step will be Danksharding, which divides the Ethereum network into smaller segments, each responsible for a specific group of transactions. This results in a DA speed of more than 1 MB/s. However, this will still not meet the needs of future high-performance applications, as discussed above.

BCN: What is 0G’s “programmable” data availability and what sets it apart from other DAs in terms of scalability, security and transaction costs?

MH: 0G’s DA system can enable the highest scalability of any blockchain, for example at least 50,000x higher data throughput and 100x lower fees than Danksharding on the Ethereum roadmap, without sacrificing security. Because we build the 0G DA system on top of 0G’s decentralized storage system, customers can decide how they want to use their data. So programmability in our context means that customers can program/customize the persistence, location, type and security of data. In effect, 0G will allow customers to dump their entire state into a smart contract and reload it, solving the state bloat problem that plagues many blockchains today.

See also  VK and the US establish joint task force to develop the framework of Crypto Regulation

BCN: As AI becomes an integral part of Web3 applications and our digital lives, it is critical to ensure that the AI ​​models are fair and reliable. Biased AI models trained on manipulated or fake data can wreak havoc. What are your thoughts on the future of AI and the role that the immutable nature of blockchain could play in maintaining the integrity of AI models?

MH: As AI systems become increasingly important for digital applications and services that impact many lives, ensuring their integrity, fairness and auditability is of paramount importance. Biased, manipulated, or compromised AI models can lead to widespread harmful consequences when deployed on a large scale. Imagine a horror scenario where a malicious AI agent trains another model/agent that is implemented directly into a humanoid robot.

The core properties of Blockchain, namely immutability, transparency and demonstrable state transitions, can play a crucial role here. By anchoring AI models, their training data, and the full auditable data from the model creation/update process on public blockchains, we can establish a permanent trail of provenance. This enables ex-post or real-time monitoring analysis to detect manipulation, bias, use of problematic data, etc. that may have compromised the integrity of the models.

Decentralized blockchain networks, by avoiding single points of failure or control, can serve as a tamper-proof and censorship-resistant registry for AI systems. Their transparency enables public accountability of the AI ​​supply chain in a way that is very difficult with today’s centralized and opaque AI development pipelines. Imagine having an AI model that goes beyond human intelligence; let’s say it produced some result, but all it did was change database entries on a central server without producing the result. In other words, it can be easier to cheat in centralized systems.

And how can we provide the model/agent with the right incentive mechanisms and place it in an environment where it cannot be malicious. Blockchain x AI is the answer, so that future societal use cases such as traffic control, manufacturing and administrative systems can truly be governed by AI for human well-being and prosperity.

What are your thoughts on this interview? Share your thoughts in the comments below.

Source link

Anchoring blockchains establish helps permanent Provenance public route
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

What BEP2 holders need to know

2026-03-07

SoFi uses BitGo to power the distribution of its SoFiUSD stablecoin

2026-03-07

Interoperability is ‘essential’ for digital assets to reach their full potential: DTCC

2026-03-07

A groundbreaking leap into the consumer future of decentralized AI

2026-03-07
Add A Comment

Comments are closed.

Top Posts

IRS Delays Implementation of New Tax Rules for Crypto Asset Holders Interacting with Centralized Exchanges

2025-01-04

Pundit says that XRPs will increase up to $ 1,000 much earlier than expected

2025-07-09

Ethereum’s $50 Million Liquidations – Here’s What Traders Need to Know

2024-06-15
Editors Picks

Map Bitcoin, the movements of Ethereum in the midst of tensions in the middle -east, Tarifaries

2025-06-12

Huge Alt Season in Sight as Altcoins Gear Up for 2017-Style Expansion, According to Analyst

2024-06-30

Megawave on the horizon?

2023-09-06

Coinbase’s Paul Grewal says SEC’s proposed custody rule ‘unnecessarily singles out crypto’

2023-05-09

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Here’s why Bitcoin price shouldn’t fall to $54,000: Analyst

Expert Says XRP Price Could Reach $1,000 By The End Of 2026 If This Happens

What BEP2 holders need to know

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

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