You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to fractalize/split a parent NFT into its child NFTs(not ERC-20 tokens)?
We want this to achieve NFT co-owneship where users can by fractional NFTs to get the share of parent NFT.
The text was updated successfully, but these errors were encountered:
This is a suitable solution using ERC-3525 for facializing NFT. The parent NFT should be an SFT (ERC-3525 Token) including full share. When fractalization, the child NFT should be an SFT including partial share. It is possible to create the related for child and parent by implementing the _createDerivedTokenId function. The child's metadata should inherit from the parent and also attach additional metadata.
Is it possible to fractalize/split a parent NFT into its child NFTs(not ERC-20 tokens)?
We want this to achieve NFT co-owneship where users can by fractional NFTs to get the share of parent NFT.
The text was updated successfully, but these errors were encountered: