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

Workshop Notes: Non-Transferable NFT standards #18

Open
bumblefudge opened this issue Apr 25, 2022 · 3 comments
Open

Workshop Notes: Non-Transferable NFT standards #18

bumblefudge opened this issue Apr 25, 2022 · 3 comments

Comments

@bumblefudge
Copy link

  • NTNFT, Account-Bound, Soul-bound
  • Reqs from KYCDAO use case that came out of Near NTNFT WG
  • Burn (holder-initiated)
  • Revoke (issuer-initiated)
  • Send to trash (doesn’t remove from supply on EVM but does on Tezos!)
  • Metadata –
    • Can link out: Image, Credential, Ticket usecases
    • Status property (revoked, invalid)
    • Can only issuer update?
    • Could contain DIDs or external addresses, controllers/controlled, etc
  • Practice <> Specs : OpenZeppelin implementation has an NTNFT variant that doesn’t remove transfer() func, it PAUSES it (per open-ended governance by issuer)
  • EIP logistics?
    • 1238 almost officially stale; @TimDaub wrote an EIP two weeks ago telling people to use 165 properly
    • Revocation could be an extension-EIP that requires 721 that DOESN’T implement transfer()
    • NEP already underway from NEAR community - NEP + EIP4973 --> CAIP baybee
@TimDaub
Copy link

TimDaub commented Apr 26, 2022

  • NEP already underway from NEAR community - NEP + EIP4973 --> CAIP baybee

interesting! Would you mind sharing a link @bumblefudge, I'm interested in taking a look.

  • 1238 almost officially stale; @TimDaub wrote an EIP two weeks ago telling people to use 165 properly

😆 ERC165 FTW!

@bumblefudge
Copy link
Author

NB @nembal @alftom

@nembal
Copy link

nembal commented Apr 27, 2022

Hi @TimDaub here you go:
https://gov.near.org/t/non-transferable-nft-standard/18227

made by @blackghost1987 and I

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

3 participants