Blockchain Transaction Data Sharing Through Secure Linked Retrieval

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

As blockchain capacity increases for data storage, efficiently accessing and retrieving relevant information becomes challenging, and existing methods like Meta net, bitDB, and B:// bitcoin data protocol are inadequate for navigating and retrieving data efficiently.

Innovation Solution

A request-response protocol is implemented for accessing data from a blockchain, utilizing encryption and decryption mechanisms with shared secrets, and a method for navigating hyperlinks to destination transactions, enabling efficient data retrieval and display.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If blockchain capacity is increased for data storage, then data storage capability is improved, but data retrieval efficiency deteriorates

Engineering Contradiction:
Improvedata storage capacityVSAvoiddata retrieval efficiency
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The patent segments the blockchain data structure into distinct components: headers containing metadata (transaction IDs, timestamps, merkle roots) and body sections containing actual transaction data. This segmentation allows selective retrieval of header information for navigation and filtering without requiring access to the entire blockchain, thereby improving retrieval efficiency while maintaining storage capacity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary indexing system that creates a separate data structure mapping transaction identifiers to their locations in the blockchain. This intermediary layer enables rapid lookup and navigation to specific transactions without scanning through the entire blockchain, resolving the contradiction between storing large quantities of data and retrieving them efficiently.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If encryption mechanisms are implemented for secure data access, then security is improved, but data access complexity increases

Engineering Contradiction:
Improvedata access securityVSAvoiddata access complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent implements preliminary encryption of data at the time of transaction creation, with encryption keys and access policies pre-configured in the transaction metadata. This preliminary action ensures security is built-in from the start rather than added later, and the pre-configured access rules automatically manage the complexity of key distribution and access control without requiring complex runtime decision-making.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12406019B2Sharing data via transactions of a blockchain
Publication Date: 2025.09.02 NCHAIN LICENSING AG
  • US12406019B2 patent drawing
  • US12406019B2 patent drawing
  • US12406019B2 patent drawing

AI summary

According to a first aspect of the disclosure, there is provided a request-response protocol for requesting access to data from a destination transaction. According to a second aspect of the disclosure, there is provided a method of accessing data from one or more destination transactions stored on a blockchain, wherein the method comprises selecting one or more hyperlinks linking to the destination transaction(s).