Join Nostr
2026-06-01 11:54:00 UTC
in reply to

Nuh on Nostr: No there is nothing saying the master key must be the identity, think about Bitcoin, ...

No there is nothing saying the master key must be the identity, think about Bitcoin, a coin ownership isn't the same as key ownership, you can move the coin from one key to another.

Similarly in my system you would register to get an oridinal number according to the order of registeration, and that number is yours and you can then transfer it to another address based on any rules you want.

Then you encode that ordinal number as a readable name and use it as a DNS, here is an example of how would you encode these numbers (note that these numbers while ordinal they will be encoded to random names you can't squat) https://gist.githack.com/Nuhvi/8daa04620118a00d5d6bf40c3fbd9c6f/raw/mns-visualize.html

Let me try to make it easier to understand, imagine if instead of a Bitcoin address, you are identified by the Order number of a UTXO as it appears on Bitcoin (that is how ordinals work) then you can keep moving the coins from that UTXO from one address to another and retain identity.

I am doing the same thing but with Rootstock smart contract that controls registration and give each user that registered a unique number.