Skip to main content

Verify DID

1) Verify with Twitter

Chia NFT have off chain meta data and it has option to provide twitter handle for the collection. This link of Minter DID and twitter handle from off chain meta data could be used to validate a collection authenticity.

The same link between Minter DID and twitter handle in meta data could be used to provide creator DID informations. You have full control of what spacescan shows for that DID and you can update it any time by sendingout a tweet.

The Spacescan Tweet bot does below actions when invoked,

  • Validate link between collection and twitter handle then add DID label next to collection
  • Update collection creator profile image
  • Update creator profile banner
  • Update creator name ( This would replace DID alphanumeric identifier and provide authenticity for the collection)

To invoke the bot, please Tweet from the handle used for collection this in this format:

@spacescan_io
#verifydid
<DID>
<Collection Link>
#didprofile
name:<Creator Name>
pic:<URI Pic>
banner:<URI Banner>

Sample tweet - https://twitter.com/roybotNFT/status/1556833192920899584

Replace the items in < > with the following:

  • <DID> : This is the DID of the creator of the NFTs
  • <Collection Link> : This is the spacescan.io URL to your collection
  • <Creator Name> : This is the name you want to use as the NFT creator
  • <URI Pic> : URI to pic icon for your DID creator profile page
  • <URI Banner> : URI to banner image that will appear on your DID creator profile page

Update

Update

HINT

If you tweet again with changed <URI> Pic and/or <URI Banner> URIs, it will update your DID creator profile with the new images.

2) Verify with domain name

We have a bot which checks for DID info in your website domain added in meta data. This action happens only once when the NFT in a collection is processed. So please ensure you would have DID in your domain TXT record. For example, if the website provided in meta is https://www.testdomain.com Then the bot will check for TXT in below domains/sub domains for DID info

HINT

If you have added your DID into domains after the collection mint process then please reach us in discord / twitter to manually trigger the verification for your NFT collection.

roybotNFT created a guide for this process in our discord and it's enlarged here. Thank you for this guide.