Non-Fungible Tokens (NFTs) have transformed digital ownership by enabling unique asset representation on blockchain networks. However, widely adopted standards such as ERC-721 and ERC-1155 operate under flat ownership models, limiting their ability to...
Non-Fungible Tokens (NFTs) have transformed digital ownership by enabling unique asset representation on blockchain networks. However, widely adopted standards such as ERC-721 and ERC-1155 operate under flat ownership models, limiting their ability to represent complex, compositional, and dynamically evolving real-world assets. While ERC-6150 introduced hierarchical parent-child relationships, it supports only static structures and lacks mechanisms for dynamic operations like splitting, merging, and fractional ownership redistribution. These limitations restrict NFT applicability in domains like real estate, supply chain management, and modular product ecosystems, where assets frequently undergo structural changes.
To address this gap, our work presents a decentralized asset management framework using hierarchical NFTs, built on the officially recognized ERC-7891 standard. ERC-7891 introduces a unified protocol for splitting and merging NFTs while preserving hierarchical consistency and traceability across asset lifecycles. The standard defines five core functions mintParent(), mintSplit(), mintMerge(), sharePass(), and burn() which enable structural transformations, controlled ownership transitions, and hierarchy-aware constraints. These functions ensure structural consistency, maintain ownership proportions, and provide transparent event logs for external verification through standard events Split and Merged. The protocol integrates ERC-6150 for hierarchical modeling and ERC-165 for interface detection, ensuring interoperability across decentralized applications. It is specified through the IERC7891 interface, while the ERC7891, reference implementation demonstrates practical feasibility and serves as a canonical model for adoption within the Ethereum ecosystem. Following rigorous community review, code validation, and the formal Ethereum Improvement Proposal (EIP) process, ERC-7891 was accepted into the Ethereum repository and recognized as an official standard, establishing a foundation for interoperable hierarchical asset management on public blockchains.
To demonstrate the practical applicability of the proposed framework, a Real-World Asset (RWA) application was developed on top of ERC-7891, enabling dynamic asset management through hierarchical NFTs. The system begins by minting a root token representing full ownership of an asset, which can then be split into fractional child tokens with defined ownership percentages. Each child token inherits metadata and a direct parent link, ensuring hierarchical lineage and traceability. Tokens can be split repeatedly to create deeper hierarchies or merged to consolidate ownership, supporting complex ownership transitions absent in existing NFT standards. The application also introduces a marketplace workflow that allows multi-token selection and purchase in a single transaction, automatically merging selected tokens for efficient consolidation. Hierarchy-aware burning constraints ensure systemic integrity by allowing only root tokens with complete ownership to be burned, preventing accidental loss of partial ownership. For transparency and immutability, metadata is stored on IPFS, while smart contracts implemented in Solidity and a Web3-enabled DApp provide an intuitive interface for minting, splitting, merging, trading, and burning NFTs.
Performance evaluation on Ethereum test networks confirmed that ERC-7891 delivers functional correctness, scalability, and gas efficiency. Gas consumption during hierarchical NFT transfers increased linearly with hierarchy depth, while minting, splitting, merging, and burning operations remained within practical limits. These findings validate the protocol’s suitability for enterprise workflows and real-world asset tokenization. By enabling fractional and composable ownership, ERC-7891 lowers barriers to participation in high-value assets, enhances transparency, and creates opportunities in domains such as real estate, supply chain provenance, and collaborative ownership models. Future research will focus on optimizing performance through Layer-2 scaling, enabling cross-chain interoperability, and developing marketplace primitives to standardize split-merge operations across platforms.