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

Manadia joins the Origins Network to advance scalable AI-powered blockchain ecosystems

2026-06-24

The US Treasury Department’s $10 billion scam alert shows why crypto is rushing itself into the police force

2026-06-24

0x opens swap API for AI agents with USDC Pay-Per-Request model

2026-06-24
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

    Manadia joins the Origins Network to advance scalable AI-powered blockchain ecosystems

    2026-06-24

    Chainlink brings Samsung, Toyota and Sony prices on-chain with APAC stock streams

    2026-06-24

    Aztec reaches L2Beat Phase 2 after Governance revokes ownership of the rollup contract

    2026-06-24

    What is MEV? Maximal Extractable Value, the invisible tax on crypto

    2026-06-24

    Orix AI partners with PAYGO to enable AI-powered Web3 payments

    2026-06-23
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    The US Treasury Department’s $10 billion scam alert shows why crypto is rushing itself into the police force

    2026-06-24

    Stablecoins in Britse ponden gemaximeerd op $53 miljard, terwijl de Bank of England stablecoin-regels vastlegt

    2026-06-22

    De Amerikaanse toekomst van crypto-daders zal worden bepaald door hoe toezichthouders besluiten ze te noemen

    2026-06-22

    De MiCA-deadline zal waarschijnlijk kleinere crypto-apps naar gelicentieerde bewaarrails verplaatsen

    2026-06-22

    dollar liquidity may already be too far ahead

    2026-06-22
  • Analysis

    Ethereum Foundation bezuinigt met 20% op personeel, terwijl ETH YTD met 44% daalt ondanks recordgebruik

    2026-06-24

    CZ noemde het no-KYC-model van Hyperliquid “geweldig”

    2026-06-24

    South Korea’s KOSPI crashes 10% as regulator admits ETF error

    2026-06-23

    Trumps quantum computing-push zet 449 miljard dollar aan ‘blootgestelde Bitcoin’ weer in de schijnwerpers

    2026-06-23

    Solana subsidizes large traders before the markets in the chain prove that the activity can continue to exist

    2026-06-23
  • Learn

    Most Profitable Crypto to Mine in 2026: Best Altcoins for Mining

    2026-06-23

    Bitcoin Alternatives: Our Top Altcoin Picks for You in 2026

    2026-06-23

    What Is a Bull Flag Pattern in Crypto and How to Use It

    2026-06-20

    What Is OTC Trading? Over-the-Counter Trading Explained

    2026-06-20

    The Top 10 Bitcoin Wallets in 2026

    2026-06-20
  • 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  Stability World AI works together with Fomoin to stimulate web3 growth

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  Access Protocol uses Solana Gaming to revolutionize the Web3 Creator economy

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

Manadia joins the Origins Network to advance scalable AI-powered blockchain ecosystems

2026-06-24

Chainlink brings Samsung, Toyota and Sony prices on-chain with APAC stock streams

2026-06-24

Aztec reaches L2Beat Phase 2 after Governance revokes ownership of the rollup contract

2026-06-24

What is MEV? Maximal Extractable Value, the invisible tax on crypto

2026-06-24
Add A Comment

Comments are closed.

Top Posts

Don’t let the SEC -Privacy Round table miss the point

2025-09-25

‘Proceed with Caution’ – Analyst Warns Multiple On-Chain Metrics Point to Lower Investor Interest in Bitcoin

2024-09-05

Will Cardano’s development activity be ADA’s salvation?

2023-09-01
Editors Picks

Red Bull launched its first NFT collection “Red Bull Doodle Art”

2023-05-29

XRP Descending Channel Caps Rally – Will Bulls Set A Comeback?

2025-05-04

Adidas launches exclusive Doodles clothing alongside Pharrell Song

2024-08-10

Banks need XRP to be more expensive. Here’s why a financial expert says so

2025-12-20

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

Manadia joins the Origins Network to advance scalable AI-powered blockchain ecosystems

The US Treasury Department’s $10 billion scam alert shows why crypto is rushing itself into the police force

0x opens swap API for AI agents with USDC Pay-Per-Request model

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.