Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fractalizing NFT #10

Open
rajkumarwaghmare opened this issue Feb 7, 2023 · 1 comment
Open

Fractalizing NFT #10

rajkumarwaghmare opened this issue Feb 7, 2023 · 1 comment

Comments

@rajkumarwaghmare
Copy link

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.

@YeeTsai
Copy link
Collaborator

YeeTsai commented Feb 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants