tz3
tz3 is the Tezos implicit account prefix used for addresses that are controlled by a public key on the P-256 curve. In Tezos, implicit accounts come in three prefix families: tz1 for Ed25519, tz2 for Secp256k1, and tz3 for P-256. Each tzN address encodes the public-key hash (PKH) of the account’s controlling key and is represented as a base58-encoded string starting with tz1, tz2, or tz3.
The tz3 prefix identifies that the corresponding private key is on the P-256 curve (also known as
Usage and compatibility: tz3 addresses are supported by Tezos wallets, explorers, and tooling that implement the
Security and considerations: The security of a tz3 account depends on the strength of the P-256 key