Off-Chain NFT Minting With On-Transfer Blockchain Validation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Minting non-fungible tokens (NFTs) on a blockchain is computationally expensive and inefficient, leading to significant resource waste and high transaction fees, while maintaining metadata integrity is crucial for NFTs to prevent value loss.

Innovation Solution

Implement off-chain creation of NFTs with tokenIDs and smart contracts to manage ownership, ensuring non-fungibility and metadata integrity, and record transactions only when items are transferred, reducing computational burden and power usage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If NFTs are minted on the blockchain, then ownership and non-fungibility are guaranteed, but computational cost and transaction fees increase significantly

Engineering Contradiction:
Improveownership guaranteeVSAvoidcomputational cost
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The patent segments the NFT lifecycle into two phases: off-chain minting/creation and on-chain transfer/ownership. The computationally intensive minting operations are performed off-chain using a service provider, while only the essential ownership transfer transactions are recorded on the blockchain. This segmentation reduces the computational burden on the blockchain while maintaining the reliability of ownership records.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a service provider as an intermediary that handles off-chain minting operations. The service provider creates NFTs off-chain, stores them in a database, and only interacts with the blockchain when transfers occur. This intermediary absorbs the computational cost of minting, preventing it from directly impacting blockchain resources while ensuring ownership integrity through smart contract validation of transfers.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If all NFT transactions are recorded on the blockchain, then metadata integrity is ensured, but resource waste and processing time increase

Engineering Contradiction:
Improvemetadata integrityVSAvoidprocessing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent implements preliminary action by performing NFT minting and metadata registration off-chain before blockchain transactions are required. The service provider pre-creates NFTs, assigns unique tokenIDs, and stores metadata in a database ahead of time. This allows the blockchain to only handle transfer transactions rather than full minting operations, significantly reducing processing time while maintaining metadata integrity through the persistent database storage.

Inventive Principle:
Principle #10Preliminary action

3Productivity

If NFTs are created off-chain, then computational burden is reduced, but ensuring non-fungibility and ownership validation becomes more complex

Engineering Contradiction:
Improveresource efficiencyVSAvoidvalidation complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent implements feedback mechanisms where the service provider continuously queries the blockchain smart contract to verify current ownership states before and during transfer operations. The system receives feedback from the blockchain about token ownership and uses this information to validate off-chain transfer requests, ensuring non-fungibility is maintained even though minting occurs off-chain. This feedback loop reconciles off-chain efficiency with on-chain validation requirements.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12548016B1Minting and management of items on a blockchain
Publication Date: 2026.02.10 OZONE NETWORKS INC
  • US12548016B1 patent drawing
  • US12548016B1 patent drawing
  • US12548016B1 patent drawing

AI summary

Techniques for minting and management of items on a blockchain are disclosed. These techniques include minting a limited fungibility token relating to a digital item, including creating the token using a smart contract associated with a blockchain, and recording the token in a storage repository without recording the token in the blockchain. The techniques further include receiving a request to transfer the token from a first entity to a second entity, validating the request to transfer based on a query to the smart contract, and adding the token to the blockchain, based on the validating the request to transfer.