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

Cardano’s most accurate indicator just turned bullish

2026-05-14

Jane Street Cuts Exposure to Bitcoin ETFs by 71% – Analyst Sees Bullish Upside

2026-05-14

A strong XRP position above $1.38 could open the door for another move higher

2026-05-14
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

    Upbit will launch its own wallet and blockchain chain, signaling the shift to an on-chain platform

    2026-05-14

    OP Concise data confidentiality allows institutions to hide transaction data on Ethereum

    2026-05-14

    Tether unveils developer grant program to fund on-device AI and open-source payment tools

    2026-05-14

    Google BigQuery adds support for ZeroG On-Chain data analytics

    2026-05-14

    Ondo brings tokenized US equities to Hyperliquid’s HyperEVM

    2026-05-13
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Bitcoin Rips as CLARITY Act Clears Major Senate Committee Hurdle, Advances to Full Senate Floor

    2026-05-14

    Crypto markets are vastly underestimating the passage of the Clarity Act

    2026-05-14

    CLARITY Act faces more than 100 changes as bankers send 8,000 demand letters against stablecoin rewards

    2026-05-13

    Bank lobbyists battle Clarity Act, saying bill would risk ‘flight from bank deposits’ to payment stability

    2026-05-12

    Het Witte Huis onthult dat Amerikaanse banken ‘weigerden’ bijeenkomsten bij te wonen om het probleem met stablecoin-beloningen in de CLARITY Act op te lossen

    2026-05-11
  • Analysis

    A strong XRP position above $1.38 could open the door for another move higher

    2026-05-14

    Ripple Insider Warns XRP Holders as Fake XRPL Airdrop Scams Increase

    2026-05-14

    Wells Fargo Executive Gives Details on ‘Number One’ Stock Picks, Says Company Is Going Through a Generational Restructuring

    2026-05-14

    Ethereum Price Flashes Weakness Signals, Pullback Fears Start to Rise

    2026-05-14

    Ethereum Price Flashes Weakness Signals, Pullback Fears Start to Rise

    2026-05-14
  • Learn

    Invite a Friend, Earn up to 200 USDT: Changelly’s first referral program is live

    2026-05-14

    AI Agent by Changelly: automated crypto swaps and no-code API integration

    2026-05-13

    Parabolic SAR Crypto Guide: Signals, Settings, and Risks

    2026-05-13

    What Is the Average Directional Index (ADX) in Crypto?

    2026-05-12

    Mean Reversion Trading in Crypto: Strategies, Signals, and Risks

    2026-05-12
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»A protocol for atomic data exchange
Blockchain

A protocol for atomic data exchange

2023-11-18No Comments4 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

Atomically buying digital files with digital currencies is an idea with a long history in this field. Digital goods, digital money, the two seem like a perfect combination. Digital goods, i.e. information, are also huge markets. Think about all the video, audio, text, games, and other forms of digital content that people buy and consume on a regular basis. These are markets worth billions and billions of dollars that people interact with every day.

Most serious attempts to introduce fee-based file sharing have ended badly. Filecoin was an attempt to do this on top of IPFS, but ultimately the project is absurdly over-engineered. BitTorrent (the company, not the protocol) was bought by Justin Sun and integrated its own cryptocurrency and blockchain. Both projects have essentially not been productive anywhere, with extremely overdeveloped systems on the technical side and very questionable incentives on the economic side.

BitStream is a proposal from Robin Linus (have you ever considered slowing down and taking a break, Robin?) to try to meet the demands of atomically buying data without the pointless addition of altcoins and overdeveloped technical protocols for the exchange.

All files can be uniquely identified by a single hash, this is a very important detail in this scheme. Selling a file atomically requires encrypting the file using a function that allows the user to verify what has been encrypted, and after doing so, the user atomically purchases the encryption key for the file. The problem is the verification process, and more importantly, proving that if you have been cheated and the file is decrypted into incorrect data, is expensive. Done naively, you would have to produce the entire encrypted file and decryption key so that others could decrypt it and verify that the decrypted data did not match the expected hash value when hashed.

File sharing systems such as BitTorrent often divide files into standard sized chunks and build a merkle tree out of them, allowing the root hash to function as a file identifier in a magnet link and verify that each individual chunk of a file is you download is a valid piece of that file. This is a feature you can take advantage of to dramatically improve the efficiency of fraud proofs that show that a file distributor has defrauded you.

See also  Tether invests in the Georgian education platform Academy of Digital Industries

The file seller can generate a random value and use it to encrypt each file part using an XOR operation against that random value. They can then sign an attestation of the encrypted root hash of the file and the hash of the encryption value. The encrypted file tree is set up in a special way to enable simple fraud proofs.

Instead of building the merkle tree from just the normal file fragments, but encrypted, the tree creates pairs of leaves consisting of one encrypted file fragment and the hash of the unencrypted file fragment next to it. Now at this point the buyer can download the encrypted file, and after verifying it by taking all the hashes of the unencrypted parts and making a merkle tree of them to make sure they match the root hash of the unencrypted file, he can purchase the decryption value atomically. . This is accomplished by the merchant using it as a preimage for an HTLC over the Lightning Network or a Chaumian ecash coin like Cashu that supports HTLCs.

If the file is not decrypted correctly, either because the encrypted data is a different file or because the preimage is not the actual encryption key, the merkle path in the encrypted file tree to any two leaves may show that the seller has deceived the buyer. Providing only the path to each encrypted file fragment and its corresponding unencrypted chunk hash with the preview image the buyer purchased conclusively proves that the seller did not provide the buyer with the file it claimed it was.

See also  How Civic Pass's latest move with Solana is redefining token ownership

Any file seller using the BitStream protocol can post a deposit that can be reduced with a fraud certificate as designed above if he defrauds a customer. In the simplest case, this can be enforced by simply depositing a deposit with a chaumian coin. Platforms like Liquid offer alternative methods of building a tie that can actually be reliably enforced with functionality like OP_CAT. Scripts could be constructed that actually take the BitStream fraud proof onto the stack and validate it, creating a UTXO that can be issued by anyone with a valid fraud proof. In fact, if OP_CAT were to ever become available on the main chain, this could be done completely reliably without the need for a federated execution environment.

BitStream is an incredibly promising protocol for atomically selling digital information with a highly efficient scheme for proving fraud, without the need for shitcoins.

Source link

Atomic Data Exchange Protocol
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Upbit will launch its own wallet and blockchain chain, signaling the shift to an on-chain platform

2026-05-14

OP Concise data confidentiality allows institutions to hide transaction data on Ethereum

2026-05-14

Tether unveils developer grant program to fund on-device AI and open-source payment tools

2026-05-14

Google BigQuery adds support for ZeroG On-Chain data analytics

2026-05-14
Add A Comment

Comments are closed.

Top Posts

NFT providers may require registration to comply with UK money laundering regulations

2024-03-12

How the Game Changer of Optimism Can Affect OP Price

2023-06-04

Bithumb $43 Billion Bitcoin Blunder Sparks Political Backlash in South Korea

2026-02-21
Editors Picks

Chainlink, Swift and Global Banks Advance Initiative to streamline $ 58 billion business actions

2025-10-01

Het opbouwen van een Web3-cultuur in Oekraïne: de missie van Rostyslav Bortman

2024-10-05

Monero (XMR) soars 51% to new ATH, but beware of FOMO

2026-01-14

Cardano is betting on the launch of Midnight to boost ADA sentiment

2026-03-25

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

Cardano’s most accurate indicator just turned bullish

Jane Street Cuts Exposure to Bitcoin ETFs by 71% – Analyst Sees Bullish Upside

A strong XRP position above $1.38 could open the door for another move higher

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.