The process of revoking power on Solana is handled by the SetAuthority instruction within the Token Program. Every token mint account has a specific field that stores the Public Key of the current authority. To revoke this, a transaction must be signed by the current authority that instructs the program to set this field to
None. Because the Solana blockchain is immutable, once this change is etched into a block, there is no 'Undo' button. The authority is gone forever. Solatify's terminal simplifies this by wrapping the createSetAuthorityInstruction into a secure UI, ensuring you are targeting the correct Mint Account and Authority Type without the risk of a manual CLI error.