Lesson's Progress0 / 6
Address Types in NEAR Protocol
Each account in NEAR protocol is identified by a single and unique address. While NEAR supports multiple types of addresses, most accounts use one of two: named address or implicit address.
Named Addresses
Named addresses are human-readable addresses that are easy to remember and share, making them ideal for everyday use:
Implicit Address
Implicit addresses are derived from cryptographic key pairs and are a long strings of 64 characters
Ethereum Address
NEAR Protocol supports Ethereum-like addresses to allow interoperability with EVM-based applications and tools
Other Addresses
NEAR supports more addresses in order to accommodate various use cases, an address is valid if:
Quiz
What are the two main types of NEAR accounts?
A. Public accounts and private accounts.
B. Named accounts (like alice.near) and implicit accounts (like 0x123...).
C. Personal accounts and business accounts.
D. Main accounts and backup accounts.