tz2
tz2 is a Tezos blockchain address prefix used for implicit accounts that are tied to the Secp256k1 cryptographic curve. In Tezos, implicit accounts identify funds and ownership, and they are prefixed as tz1, tz2, or tz3 depending on the underlying public key type. tz1 corresponds to Ed25519, tz2 to Secp256k1, and tz3 to P-256. A tz2 address represents the public-key hash of a Secp256k1 key, and funds can be sent to such addresses just like to tz1 or tz3 addresses.
The addresses are rendered in a base58-like encoding, with a version prefix that distinguishes tz2 from other
tz2 addresses are part of the set of implicit accounts in Tezos. They differ from originated contract
In practice, tz2 is supported by most Tezos wallets, block explorers, and tooling that handle multiple cryptographic