diff --git a/public/content/glossary/index.md b/public/content/glossary/index.md index 5a97cf5151c..a13e06b5e06 100644 --- a/public/content/glossary/index.md +++ b/public/content/glossary/index.md @@ -474,6 +474,8 @@ lang: en + + ## Z {#section-z} diff --git a/src/intl/en/glossary.json b/src/intl/en/glossary.json index 90ae44a9515..96544f106e5 100644 --- a/src/intl/en/glossary.json +++ b/src/intl/en/glossary.json @@ -391,6 +391,8 @@ "web3-definition": "Web3 is the new internet with blockchain, where users control their data and transactions, not companies. No need to share any personal information. More on web3.", "wei-term": "Wei", "wei-definition": "The smallest denomination of ether. 1018 wei = 1 ether.", + "wrapped-token-term": "Wrapped token", + "wrapped-token-definition": "A blockchain-based token that represents another cryptocurrency or asset on a different network. For example, Wrapped Ether (WETH) represents Ether (ETH) in a format that complies with Ethereum's ERC-20 token standard. The original asset is securely locked by a smart contract, and an equivalent wrapped token is minted. This mechanism enables interoperability within and between blockchains, allowing assets like ETH to be used seamlessly in decentralized applications while retaining their value.", "zero-address-term": "Zero address", "zero-address-definition": "An Ethereum address, composed entirely of zeros, that is frequently used as an address to remove tokens from owned circulation. A distinction is drawn between tokens formally removed from a smart contract's index via the burn() method and those sent to this address.", "zk-proof-term": "Zero-knowledge proof",