Visualizing Zcash Addresses
🔍

Visualizing Zcash Addresses

If you’re learning about Zcash for the first time you will immediately realize there are two types of transactions that can occur: transparent and shielded. Furthermore, if you have been keeping up with the latest developments in the Zcash ecosystem, you may have learned about Unified Addresses, or UA’s. When folks in the Zcash industry talk about shielded transactions, they mean transactions that involve addresses that are encoded for either the sapling or orchard protocols. UA’s are designed to unify any type of shielded or transparent transaction into a single address. This generalization is the key to simplifying the UX moving forward. The purpose of this guide is to supplement understanding of UA’s with concrete visual examples.

Types of Zcash addresses

Currently there are three main types of addresses in use to date. These include

  • transparent
image

  • sapling
image

  • Unified Address (Full)
image

First thing to notice is how the length of each type of address is different. You can see this visually by the number of characters in the address string or by looking at the associated QR codes. As length of the address increases, the QR code tends to zoom out and fit more data into the square.

  • t1goiSyw2JinFCmUnfiwwp72LEZzD42TyYu is 35 characters long
  • zs1cpf4prtmnqpg6x2ngcrwelu9a39z9l9lqukq9fwagnaqrknk34a7n3szwxpjuxfjdxkuzykel53 is 78 characters long
  • u1ckeydud0996ftppqrnpdsqyeq4e57qcyjr4raht4dc8j3njuyj3gmm9yk7hq9k88cdkqfuqusgpcpjfhwu3plm2vrd32g8du78kzkm5un357r4vkhz4vhxd4yfl8zvszk99cmsc89qv4trd7jzkcs8h6lukzgy25j8cv76p0g603nrrg6yt6cxsh2v8rmkasskd69ylfyphhjyv0cxs is 213 characters long

Second thing to notice is the prefix of each address string – transparent start with a t, sapling with a zs, and finally UA’s with a u1.

It is important to note:

💡
“Orchard payment addresses do not have a stand-alone string encoding. Instead, we define”unified addresses" that can bundle together addresses of different types, including Orchard. Unified addresses have a Human-Readable Part of “u” on Mainnet, i.e. they will have the prefix “u1”. "

Unified Address receivers

As discussed here one can build UA’s with different receivers – some combination of transparent,sapling, and orchard address types. Besides a full UA, here are the most common that you will find in the wild:

  • transparent + sapling
image

  • transparent + orchard
image

  • sapling + orchard
image

  • orchard
image

First thing to note is that each of these UA’s are from the same private key! Second thing to note is the lengths of each type of UA:

  • t+s u13qutpuktq026dwczvxmnh8mxdacsjx3kg2rrhzgns8zsty53t9y0hqp5d440zc9w7z7zkkjqw8dq0uuc0mkt883464mq8mkys7l4xjnhylh7u3u02ukknurm5yxerqlf500y2atq28e 141 characters
  • t+o u1yvwppp7ann6n3pgkysdu0spvr50w4jf4jwgme3c8x8fp4av59rupgvdd3fddc3f2cwrk3ghs5lxt87ggj8cvjuzcrf4jkejwlu9pc83gk2vtx03ucqcc3ed0furcuypqs6d6swu3nws 141 characters
  • s+o u1dq8kg78fgpjsc7dn2ynpdzc8xu99wra0jec4jy30rjqk5frsj62qtgqcu9nn0j8g352phlwprshancgxcuhdcclx0wxtvqylhmuegas7ul8hwnwggy727l05pyujuywtnn4nkfznctaelpkcrqcm9cxhkgv3t9jtrvgym7la5varrmzc 178 characters
  • o u1cysntkxwt0h4sahp7rhj7u27pgc2ga7685ekf65g0d5ht5glkfm4zkumhvkd2zg2pdrgv3mrwq2x3vw2yl5u7zef3cr2nqwrzu7v2dsa 106 characters

Third thing to note is how visually each UA is slightly different! The power of UA’s is the choice they allow for end users. If in the future a new protocol is needed, UA’s will be ready to roll.

Sources