No. Shared ownership of a token would create too much complexity to the token management interface. For example:

  • What happens if multiple people control a token and one person deletes it? Does it delete for everyone or just that user?
  • What if you really do want to decommission a token no matter how many shared owners there are? Does one "owner" get to determine this or does it require 100% consensus?
  • Similarly happens if someone transfers access? Does it just transfer their access only or are all current owners removed in favour of the new recipient?
  • How do you report/audit who has access? If someone has access and shouldn't, who has the ability to revoke access?

Providing this capability would raise the overall complexity for all users beyond the value this capability would provide.

What we are investigating is how a token owner could add token viewers, who do not have control over a token, but do have the ability to see the reports for this token.