Glossary
0 - 9 • A • B • C • D • E • F • G • H • I • J • K • L • M • N • O • P • Q • R • S • T • U • V • W • X • Y • Z
0 - 9
0x
- 1. Ethereum addresses begin with the "0x" prefix in order to specify that the characters should be interpreted as a hexadecimal number by smart contracts and other programs.
- 2. A decentralized exchange protocol (https://www.0xprotocol.org/)
- See also: #ZRX
A
Address
- In the context of Cryptocurrency, an ‘’’address’’’ is an alphanumeric string of characters representing the public half of a public/private key pair belonging to a specific user. Much like an email address, this identifier can be shared publicly, embedded in links, and presented as a QR code to other users in order to accept funds or assets on the respective blockchain.
- A single user may have multiple addresses and their corresponding private keys across multiple blockchains and wallets. Cryptocurrency wallets in the form of software, browser extensions, apps, or hardware devices allow for the management of and access to addresses under a user’s control.
- Services like the Ethereum Name Service (ENS) map human-friendly domain names to Ethereum addresses for a fee, allowing them to be more easily shared and remembered.
- See also: #ENS, #Public Address, #Public Key, #Wallet Address
Air Gap
- A security measure implemented to isolate a device or system physically, not connecting to other devices or the internet, adding another layer of protection between the sensitive data stored therein and potential hackers or malware.
- See also: #Cold Wallet, #Hardware Wallet