Optimistic NFT Receipt With Pending On-Chain Transfer Status

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing blockchain systems delay the display of non-fungible tokens (NFTs) until the transfer is fully confirmed on the blockchain network, leading to prolonged user wait times and suboptimal user experience.

Innovation Solution

Implementing a blockchain address application that supports the optimistic receipt of pre-minted NFTs and displays their status before the transfer is completed, using API calls to initiate and monitor the transfer off-chain.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the blockchain address application waits for full transfer confirmation before displaying the NFT, then the transfer reliability is ensured, but the user wait time increases and user experience deteriorates

Engineering Contradiction:
Improvetransfer confirmation reliabilityVSAvoiduser wait time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary actions by displaying the NFT and showing transfer status information to the user before the blockchain transfer is fully confirmed. The application proactively displays the NFT asset and real-time transfer status (e.g., pending, processing, confirmed) to improve user experience while maintaining reliability through continued monitoring of the transfer completion.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If the NFT transfer is monitored chain-by-chain block-by-block, then the transfer confirmation is reliable, but the computational overhead and processing time increase

Engineering Contradiction:
Improvetransfer verification accuracyVSAvoidcomputational overhead
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system introduces an intermediary layer by implementing a service that monitors NFT transfers and provides status information to the blockchain address application. This intermediary service handles the complex task of tracking transfer status across the blockchain, allowing the application to display real-time status without performing intensive chain-by-chain monitoring itself, thus reducing computational overhead while maintaining verification accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20250299189A1Optimistic receipt of non-fungible tokens in a blockchain address application
Publication Date: 2025.09.25 COINBASE INC
  • US20250299189A1 patent drawing
  • US20250299189A1 patent drawing
  • US20250299189A1 patent drawing

AI summary

Methods, systems, and devices for data management are described. A blockchain address application may receive information indicating that a device supporting the blockchain address application accesses a first link associated with the blockchain address application, where the information indicates a non-fungible token (NFT). The blockchain address application may display, via a user interface, a first indication of the NFT and a second indication that the NFT is transferred to a first blockchain address associated with the blockchain address application. The blockchain address application may initiate execution of an on-chain transfer the NFT from a second blockchain address associated with an NFT collection including the NFT to the first blockchain address after receiving the information. The blockchain address application may display the first indication of the NFT and a status associated with the on-chain transfer, where the status is pending until confirmation of the on-chain transfer via a blockchain network.