Personalization brings a suite of new functionality to Handles not only at launch but also into the future as we continue to iterate, however, in order to enable Personalization it will require an upgrade to CIP-68.
Here's all the info you'll need.../ 🧵
CIP-68 was introduced as an answer to the shortcomings of CIP-25 whereby extending the functionality of the CIP-25 NFT Metadata Standard to something more programmable, updatable, and more flexible.
"So why do Handles need it?"
Handles need CIP-68 so that they can be updated, on the fly, without needing to make changes to the actual Handle NFT.
"How does that work?"
CIP-68 works by issuing two assets: the Handle (aka User Token) and the Reference Token (to store dynamic data). If the owner of $handle wants to update their PFP, for example, the only asset that would be updated would be the Reference Token, leaving the Handle untouched.
This is important because payment resolution of a Handle needs to remain secure while other important data is able to change.
"I understand, but what do I need to do as a Handle owner?"
Our goal is to make the upgrade as painless as possible.
We will create a CIP-68 Upgrade UI so that you will be able to connect your wallet and upgrade your Handle/s.
"Will it cost me ADA?"
Yes, there will be a fee for burning and reminting the Upgraded Handle. The fee covers the minUTxO and the transaction, and ADA Handle makes zero profit.
"Can we bulk upgrade to save on costs?"
It is possible, and we are working on coming up with a solution to this. More information will be provided on bulk upgrades as we approach the launch of Personalization.
If you have further questions, please head to our Discord and ask them in the #questions channel!
• • •
Missing some Tweet in this thread? You can try to
force a refresh
The Domain Name System (DNS) is a hierarchical blanket over Web 2.0 (the current iteration of the internet).
It is an essential naming system for computers, services and private networks alike.
2/ It is a very useful tool in bridging computer-compatible language to human-readable form.
DNS was one of the main features that bolstered the adoption of the internet.
Blockchains and crypto have opened our eyes to the possibilities of the next evolution of the internet.
3/ We call this Web 3.0.
In Web 3.0 the trophic coherence, or the way in which a hierarchy is instituted, has freedom to form its own design, whether it be horizontal, vertical or anything in between and still maintain efficiency.
1/ Thank you to @IOHKMedia for writing a detailed and encouraging posts on optimizing Cardano performance, and what we can currently do as developers to improve it.
A thread on some things we're doing that fall in line with what is laid out in this post:
2/ "The reason for this oversaturation lies in the fact that...several users trying to purchase the same NFT and thus attempting to process transactions at the same time."
We enforce a limit of around a max of ~960 simultaneous Handle purchases within 30 minutes.
3/ "The reason for this oversaturation lies in the fact that...[NFT drops perform] simultaneous refund transactions to users who were unable to purchase the NFT."
We avoid this by processing refunds *after* the minting phase is complete for our initial beta sale, in batched txs.