On Solana, 'Ownership' is represented by the Authority Fields within an account's data. For a token mint, these are the mint_authority, freeze_authority, and the Metaplex update_authority. Renouncing ownership involves sending a SetAuthority instruction to the Token Program. This instruction sets the authority to
None, removing the stored authority public key. Because the Solana network is non-custodial, once this transaction is confirmed on the Mainnet-Beta ledger, the authority is destroyed. No one, including the Solatify team or the original creator, can ever restore those powers. This is the bedrock of cryptographic finality that defines a professional, trustless protocol.