AIResearch AIResearch
Back to articles
Network

Blockchain Networks Can Now Prove Cross-Chain Transactions

A new system called InterSnap creates tamper-proof receipts for transactions between different blockchains, preventing fraud and disputes when ledgers fail or networks turn malicious.

AI Research
March 26, 2026
4 min read
Blockchain Networks Can Now Prove Cross-Chain Transactions

As blockchain technology expands, networks like those used by Walmart for supply tracking or Uniswap for token swaps increasingly need to communicate and transfer assets across different systems. However, a critical vulnerability has persisted: when one blockchain network suffers a failure or acts maliciously, it can deny legitimate transactions or make fraudulent claims against another network, with no way to prove what really happened. This lack of accountability in cross-chain communication has been a major roadblock for secure decentralized services, risking financial losses and undermining trust in interoperable systems.

Researchers have developed a solution called InterSnap, which introduces non-repudiable transaction receipts to enforce accountability between blockchain networks. The system ensures that every cross-chain transaction, such as data or asset transfers, is paired with a signed receipt from the receiving network. These receipts, along with endorsements from participants, are archived in snapshots of the ledger, creating undeniable proof of bilateral agreements. For example, if Network A sends a transaction to Network B, InterSnap requires B to send back a receipt endorsed by its peers; only then is the transaction set considered complete. This mechanism prevents networks from later denying they received or acknowledged transactions, addressing scenarios where malicious actors might exploit system failures to make false claims.

Ology behind InterSnap involves several innovative components to securely capture and share these proofs. First, it uses a need-based scheduling algorithm that triggers snapshot archival when the ledger height increases significantly—specifically, when the difference from the last snapshot exceeds a threshold based on average block additions per hour. This optimizes snapshot frequency to capture recent transactions without unnecessary overhead. Second, it selects the peer with the maximum ledger height to generate snapshots, ensuring the most up-to-date data is archived, unlike random selection s that might miss critical history. The snapshots are then encrypted using AES-128 encryption with a symmetric key derived via GPG and SHA-2, and stored on a private InterPlanetary File System (IPFS) network, a decentralized storage platform. The unique Content Identifier (CID) and decryption key are shared with other networks through an interoperability framework like Hyperledger Cacti, enabling external auditors to access and verify the archives.

Experimental from a prototype implementation based on Hyperledger Fabric demonstrate InterSnap's effectiveness and efficiency. Tests conducted on on-premise machines, AWS cloud instances, and private cloud infrastructure showed that the system can handle increasing loads with minimal overhead. For instance, encrypting snapshot archives with up to 12,000 transactions took less than 0.6 seconds, and saving them to IPFS completed within a second, as shown in Figures 6 and 7. Snapshot throughput remained consistent at around 100 snapshots per minute across varying ledger heights from 1,000 to 20,000, indicating stable performance under different conditions (Figure 8). Additionally, cross-network transfer of snapshot archives, including download and decryption, averaged about 22 seconds for ledgers with 20,000 transactions, with only slight increases as payloads grew (Figure 12). Resilience tests over an hour achieved a 99.33% success rate for transactions, with CPU and memory usage staying between 30% and 70%, showing no significant resource strain.

Of InterSnap are profound for real-world applications where blockchain interoperability is crucial, such as in supply chain management, financial services, and decentralized applications. By providing a verifiable record of cross-chain transactions, it enables independent auditors—modeled as trusted third-party organizations like audit firms—to resolve disputes by examining snapshot archives from both networks. This enhances trust and security in scenarios like the IBM Food Trust network, where multiple companies track food provenance across different blockchains. The system's ability to recover from malicious attacks and ledger data loss, as demonstrated in experiments, means that networks can defend against fraudulent exploitation, such as when one network crashes and another tries to impose false liabilities.

Despite its strengths, InterSnap has limitations that the researchers acknowledge. The current design assumes auditors act honestly and reliably, but in practice, collusion between an auditor and a participating network could undermine the system. Future work aims to develop a decentralized auditing mechanism to automate dispute resolution and reduce reliance on trusted third parties. Additionally, the system may face s with very large ledger volumes, prompting plans to explore incremental snapshotting or selective purging to manage storage efficiently. While InterSnap is implemented with Hyperledger Fabric and Cacti, its architecture is adaptable to other frameworks like Cosmos or Polkadot, though this requires further investigation to ensure seamless integration across diverse blockchain ecosystems.

Original Source

Read the complete research paper

View on arXiv

About the Author

Guilherme A.

Guilherme A.

Former dentist (MD) from Brazil, 41 years old, husband, and AI enthusiast. In 2020, he transitioned from a decade-long career in dentistry to pursue his passion for technology, entrepreneurship, and helping others grow.

Connect on LinkedIn