Description
I think there needs to be more clarity on how taproot assets are received. There are some key differences between normal bitcoin transactions.
Need to add/change some things here:
-
Need to standardize on
TapHrp
ortaproot_asset_hrp
which is used at https://github.com/Roasbeef/bips/blob/bip-tap/bip-tap-addr.mediawiki -
A taproot asset address includes a specific amount that can be received. We need some explanation on why that also has to be included.
-
When a sender sends taproot assets, they make an on chain transaction. They also mush share proof data as well. That needs to be published via a universe server, or they need to send it via hashmail. The taproot asset address format includes a hashmail server for the sender to use to communicate this information. If the receiver never gets the proof, the sender never proved they actually did it, so it's almost as if the payment was never made. So, it's critical that the receiver get this information too.