A Verified Collection on Solana is powered by two distinct accounts: the Collection Mint and the Member Metadata. The Collection Mint is a specialized SPL token that stores the 'Root' identity of the project. Each member NFT carries a
Collection field in its metadata that points to this root address. However, simply pointing to the address is not enough; it must be Verified. This requires a signature from the Collection's update authority. Solatify's terminal automates this 'Instruction Handshake', ensuring that the SetAndVerifyCollection instruction is executed correctly, which updates the member's metadata to include a verified: true flag that is immutable once set.