Blockchain Glossary

  1. Address - A unique identifier used to receive and send cryptocurrency transactions on a blockchain.
  2. Block - A collection of transactions recorded on a blockchain, grouped together and secured through cryptographic hashing.
  3. Blockchain - A decentralized, distributed ledger technology that records transactions in an immutable and transparent manner.
  4. Consensus Mechanism - The protocol used by blockchain networks to achieve agreement on the state of the ledger among distributed participants. Examples include Proof of Work (Bitcoin), Proof of Stake (Ethereum 2.0), and Delegated Proof of Stake.
  5. Cryptocurrency - A digital or virtual currency that uses cryptographic techniques to secure transactions and control the creation of new units.
  6. dApp (Decentralized Application) - An application built on a blockchain network that operates autonomously through smart contracts, without relying on centralized servers or intermediaries.
  7. Decentralization - The process of distributing control and decision-making away from a central authority to a distributed network.
  8. Ethereum - A blockchain platform known for its smart contract functionality, enabling decentralized applications (dApps) to be built and deployed.
  9. EVM (Ethereum Virtual Machine) - A decentralized computing environment that executes smart contracts and powers decentralized applications on the Ethereum blockchain.
  10. Fork - A split in a blockchain network resulting in two separate chains, either as a planned upgrade (soft fork) or a fundamental change creating a new cryptocurrency (hard fork).
  11. Gas - A unit of computational effort required to execute transactions and smart contracts on the blockchain.
  12. Immutable - The characteristic of blockchain where data, once recorded, cannot be altered or deleted.
  13. Layer 0 - The foundational infrastructure of blockchain networks that enables interoperability, scalability, and cross-chain communication, supporting Layer 1 blockchains. Examples of Layer 0 networks include Cosmos, Polkadot, LayerZero and Avalanche.
  14. Layer 1 - The base layer of a blockchain network responsible for transaction validation, security, and consensus, examples include Bitcoin, Ethereum, and Solana.
  15. Layer 2 - A scaling technology built on top of an existing blockchain (Layer 1) that processes transactions off-chain while inheriting the main network's security. Layer 2 solutions reduce fees and increase speed by batching multiple transactions together and only periodically settling them on the main chain. Examples include Polygon, Base, and Avalanche (for Ethereum).
  16. Mainnet - The primary and fully developed version of a blockchain where real transactions take place using the network’s native cryptocurrency.
  17. Mining - The process of validating transactions and adding new blocks to a blockchain through solving complex mathematical problems, primarily used in Proof of Work consensus mechanisms.
  18. Native Token - The primary cryptocurrency of a blockchain, used to pay for transactions, gas fees, and secure the network. Examples include ETH for Ethereum and BTC for Bitcoin.
  19. Network - A collection of interconnected nodes that communicate and maintain the blockchain, ensuring decentralization and security.
  20. Offchain - Activities, transactions, or data that occur outside the blockchain to improve scalability and reduce transaction costs, often settled on the blockchain later.
  21. Onchain - Activities, transactions, or data that are recorded directly on the blockchain and are fully transparent and immutable.
  22. Private Key - A cryptographic key used to sign transactions and access cryptocurrency holdings, which must be kept secure.
  23. Private Network - A blockchain network that is restricted to specific participants, offering greater control, security, and privacy for enterprises or consortium-based applications. This is often not needed.
  24. Public Key - A cryptographic key that serves as an address for receiving funds and is derived from the private key.
  25. Public Network - A blockchain network that is open and accessible to anyone, allowing participants to to read, write, and validate transactions without restrictions.
  26. Rollup - A Layer 2 scaling solution that bundles multiple transactions into a single batch, processes them , and posts a summary to the Layer 1 blockchain to reduce congestion and lower fees , while maintaining high security levels.
  27. RPC (Remote Procedure Call) - A communication protocol that allows a user or application to interact with a blockchain node remotely, enabling transaction broadcasting and data retrieval.
  28. Sidechain - A separate blockchain that runs parallel to the main blockchain and is connected to it through a two-way peg, allowing assets to be transferred between chains.
  29. Testnet - A separate blockchain environment used for testing new features, smart contracts, and applications without risking real assets.
  30. Token - A digital asset issued on a blockchain that can represent a variety of assets or utilities.
  31. Validator - In Proof of Stake systems, a participant who stakes cryptocurrency to validate transactions and create new blocks, replacing miners in Proof of Work systems.
  32. Wallet - A digital tool used to store and manage cryptocurrencies or assets, as well as sign transactions, which can be software-based (hot wallet) or hardware-based (cold wallet).

Smart Contracts Glossary

  1. ABI (Application Binary Interface) - A standardized way to interact with smart contracts, defining the methods and structures used for communication between applications and the blockchain.
  2. Call - A read-only interaction with a smart contract that does not change the blockchain state.
  3. CBDC (Central Bank Digital Currency) - It is a new form of money issued electronically by a central bank. Central Banks are looking to issue their own digital currencies to improve the payment system.
  4. Claims - ZK proof linked to an ONCHAINID attesting the trustworthiness and truthfulness of information provided by the owner of the ONCHAINID.
  5. DAO (Decentralized Autonomous Organization) - An organization represented by rules encoded as smart contracts, operated by its members without centralized leadership.
  6. DeFi (Decentralized Finance) - Financial services built on blockchain technology using smart contracts, eliminating intermediaries.
  7. DVA (Delivery vs. Approval) - Enforce conditional transfer by requesting one or several (up to five) wallet signatures to trigger the transfer of an ERC-3643 security token. This operation is performed by a smart contract issued by Tokeny. One DVA smart contract is deployed per supported blockchain network.
  8. DVD (Delivery vs. Delivery) - An atomic swap transfer between an ERC-3643 security token and a stablecoin or another ERC-3643 security token. This operation is performed by a smart contract issued by Tokeny. One DVD smart contract is deployed per supported blockchain network.
  9. DVP (Delivery vs. Payment) - Securities settlement mechanism that links a securities transfer and a funds transfer in such away as to ensure that delivery occurs if and only if the corresponding payment occurs.
  10. EIP (Ethereum Improvement Proposal) - A formal proposal for improvements to the Ethereum network, including updates to smart contracts, consensus mechanisms, and standards.
  11. ERC (Ethereum Request for Comments) - A set of standards defining different types of tokens and smart contract functionality on the Ethereum blockchain (e.g., ERC-20, ERC-721, ERC-1155, ERC-3643).
  12. ERC-20 - A widely adopted Ethereum token standard defining rules and functions for fungible tokens, such as transferability, approvals, and total supply.
  13. ERC-721 - A non-fungile token standard on the Ethereum blockchain. It provides a set of guidelines for creating unique tokens that represent digital assets. These tokens are non-fungible, meaning that they cannot be exchanged on a on-to-one basis due to their unique properties.
  14. ERC-1400 - A token standard that represents a critical development in the intersection of blockchain technology and regulated financial markets.
  15. ERC-3643 - A token standard designed for regulated security tokens, enabling compliance with legal requirements such as identity verification and transfer restrictions.
  16. ERC3643 - Without the “-”, it refers to the ERC3643 non profit association.
  17. Event - A logging mechanism in smart contracts that allows external applications to listen for and respond to contract state changes.
  18. Gas Limit - The maximum amount of gas a user is willing to spend on executing a smart contract transaction.
  19. Gas Price - The cost per unit of gas required to execute a transaction on the blockchain.
  20. Gas Optimization - Techniques to reduce the computational cost of executing smart contracts, resulting in lower transaction fees.
  21. Governance Token - A cryptocurrency that grants holders voting rights to participate in protocol decisions and changes, often used in DAOs.
  22. Immutability - The characteristic of smart contracts where code cannot be altered once deployed.
  23. Interface - A contract structure that defines function signatures without implementation, enabling interoperability.
  24. Memecoins - A type of crypto asset inspired by internet memes, characters, current events, or trends for which the promoter seeks to attract an enthusiastic online community to purchase the memecoin and engage in its trading
  25. ONCHAINID - Open source solution representing an identity on the blockchain, used to enforce compliance together with the ERC-3643 standard.
  26. Oracle - A service that provides real-world data to smart contracts, enabling them to react to off-chain events.
  27. Smart Contract - A self-executing contract with predefined rules and conditions, running on a blockchain.
  28. Solidity - The primary programming language used for writing smart contracts on the Ethereum blockchain.
  29. Stablecoins - Cryptocurrencies designed to maintain a stable value by being pegged to an asset such as fiat currency or commodities, often utilizing smart contracts for issuance and management.
  30. T-REX Protocol - Code name of the ERC-3643 before it became official. Stands for Token for Regulated Exchanges. Also used as the branding basis of the Tokeny line of products.
  31. Web 3 - A term used to describe the next iteration of the internet, one that is built on blockchain technology and is communally controlled by its users.
  32. ZK proof (Zero-Knowledge Proof) - A cryptographic technique that allows one party (the prover) to prove to another party (the verifier) that they know something without revealing the actual information itself.

Wallets Glossary

  1. Cold Wallet - A cryptocurrency wallet that is not connected to the Internet, providing enhanced security by reducing exposure to online threats.
  2. Hot Wallet - A cryptocurrency wallet that is connected to the Internet, allowing quick access to funds.
  3. Custodial Wallet - A wallet where a third-party service provider holds and manage private keys on behalf of the user.
  4. Non-custodial Wallet - A wallet where the user has full control over their private keys and funds, without reliance on a third-party.
  5. Hardware Wallet - A physical device used to securely store private keys offline, providing added security against attacks.
  6. Seed Phrase - A series of words (typically 12 or 24) that can be used to recover a wallet and access to all associated private keys.
  7. Social Recovery - A security feature allowing wallet recovery through trusted contacts instead of a seed phrase.
  8. Software Wallet - A digital application or program that stores and manages private and public keys for cryptocurrency transactions.
  9. Mobile Wallet - A cryptocurrency wallet designed for smartphones, allowing users to send, receive, and manage crypto on the go.
  10. Desktop Wallet - A software wallet that runs on a desktop computer, offering a balance between security and accessibility.
  11. Web Wallet - An online-based wallet that can be accessed through a browser, often provided by exchanges or third-party services.
  12. Integrated Wallet - Defines a wallet provided by Tokeny through a 3rd party integration. Currently, integrated wallets are only available for investors. Tokeny does not control the private keys, these wallets are managed by the 3rd party integrator, and the final user is in control of the private key.
  13. Non-integrated Wallet - Any wallet used and controlled by the user (agent, owner or investor). The private key is completely in control of the user.
  14. Multi-Signature (Multi-Sig) Wallet - A wallet that requires multiple private keys to authorize a transaction, enhancing security.
  15. Private Key - A secret cryptographic key that allows a user to sign transactions and access their cryptocurrency and assets holdings.
  16. Public Key - A cryptographic key derived from the private key. From the public key, the public address is derived, which is the one used for receiving funds.
  17. Address - A unique alphanumeric identifier used to send and receive cryptocurrencies.
  18. Smart Contract Wallet - A wallet that operates using smart contract logic, enabling automation, multi-signature approvals, and other programmable features.
  19. WalletConnect - An open-source protocol that allows users to securely connect their wallets to decentralized applications (dApps).

Finance Glossary

  1. AMM (Automated Market Maker) - A protocol that uses mathematical formulas to price assets in liquidity pools, enabling decentralized trading without order books.
  2. Asset – Anything of value owned by an individual, company, or institution, such as cash, stocks, real estate, or intellectual property.
  3. Balance Sheet – A financial statement showing a company’s assets, liabilities, and equity at a specific point in time.
  4. Bond – A fixed-income security representing a loan made by an investor to a borrower, typically a corporation or government.
  5. Capital – Financial resources available for investment or spending, including cash, assets, and equity.
  6. Capital Calls – Requests made by investment funds to investors (limited partners) to provide additional capital as agreed upon in the fund’s terms.
  7. CEX (Centralized Exchange) – A cryptocurrency exchange operated by a centralized entity that facilitates the buying and selling of digital assets.
  8. Close-Ended Fund – An investment fund with a fixed number of shares that does not issue new shares or redeem shares from investors.
  9. Collateralization Ratio - The proportion of collateral value to borrowed value in a lending protocol, ensuring loan security.
  10. Credit Score – A numerical representation of an individual's creditworthiness based on their credit history.
  11. Cut-off Time – The deadline by which transactions, such as trade orders or fund subscriptions, must be completed for processing. Transactions completed before the cut-off time will use the current NAV of that day and the ones submitted after it, will use the NAV of the next business day.
  12. Debt – Money borrowed by one party from another that must be repaid, typically with interest.
  13. DeFi (Decentralized Finance) – A financial ecosystem built on blockchain technology that enables peer-to-peer transactions, services, and applications without the need for traditional intermediaries such as banks, brokers, or insurance companies. DeFi leverages smart contracts to automate processes and provide decentralized alternatives for lending, borrowing, trading, and more.
  14. Equity – Ownership in an asset or company after deducting liabilities, often represented as shares.
  15. Escrow – A financial arrangement where a third party holds funds or assets until predetermined conditions are met.
  16. Escrow Account – A bank or financial account where funds are held in escrow until the agreed-upon conditions are met.
  17. ETC (Exchange-Traded Commodity) – A security that tracks the performance of a commodity or basket of commodities and trades on an exchange.
  18. Flash Loan - An uncollateralized loan that must be borrowed and repaid within a single transaction block, typically used for arbitrage opportunities.
  19. General Partner (GP) – The managing entity in a private equity or venture capital fund responsible for investment decisions and fund operations.
  20. Hedge Fund – A pooled investment fund that employs various strategies to earn returns for investors, often with high risk.
  21. Impermanent Loss - The temporary reduction in value that liquidity providers may experience compared to simply holding assets, due to price fluctuations.
  22. Instrument – A financial contract or asset, such as stocks, bonds, derivatives, or commodities, used for investment or trading.
  23. Interest Rate – The cost of borrowing money or the return earned on savings, expressed as a percentage.
  24. KYC (Know Your Customer) – A regulatory requirement for financial institutions to verify the identity of their customers to prevent fraud and money laundering.
  25. KYB (Know Your Business) – A compliance process used to verify the identity and legitimacy of businesses engaging in financial transactions.
  26. KYT (Know Your Transaction) – A compliance framework that monitors financial transactions to detect suspicious activities related to money laundering and fraud.
  27. Liquidity – The ease with which an asset can be converted into cash without significantly affecting its value.
  28. Limited Partner (LP) – An investor in a private equity or venture capital fund with limited liability and no active management role.
  29. Limited Partnership Agreement (LPA) – A legal document outlining the terms, roles, and obligations of partners in a limited partnership, commonly used in private equity and venture capital funds.
  30. Market Capitalization – The total value of a company’s outstanding shares, calculated by multiplying share price by the number of shares.
  31. ML/TF (Money Laundering / Terrorist Financing) – Illegal financial activities aimed at disguising the origins of illicit funds or financing criminal or terrorist activities.
  32. NAV (Net Asset Value) – The value of an investment fund’s assets minus its liabilities, often used to price shares in mutual funds and ETFs.
  33. Net Worth – The total value of a person’s or company’s assets minus liabilities.
  34. Open-Ended Fund – A fund that continuously issues and redeems shares based on investor demand, such as mutual funds.
  35. PEP (Politically Exposed Person) – An individual with a high-profile public position, increasing the risk of corruption or money laundering.
  36. Portfolio – A collection of financial investments such as stocks, bonds, and real estate.
  37. Primary Market – The market where securities are issued and sold directly by the issuer to investors.
  38. Redemption – The process of withdrawing funds from an investment, such as selling mutual fund shares back to the issuer.
  39. Return on Investment (ROI) – A measure of the profitability of an investment, calculated as the gain or loss relative to the investment cost.
  40. Risk Management – Strategies used to identify, assess, and mitigate financial risks.
  41. Secondary Market – The marketplace where previously issued securities are traded among investors, such as stock exchanges.
  42. Security – A tradable financial asset such as stocks, bonds, or derivatives.
  43. Security Token – A blockchain-based digital asset representing ownership in a real-world financial instrument, such as equity or bonds.
  44. Slippage - The difference between expected and executed price of a transaction due to market movement, often occurring in decentralized exchanges.
  45. Stock – A share representing partial ownership in a company.
  46. Subscription – The process of purchasing shares or units in an investment.
  47. Settlement – The process of finalizing a financial transaction, ensuring the transfer of funds or securities between parties.
  48. Token Economics (Tokenomics) - The study of economic systems built around a token, including distribution, incentives, and utility mechanisms.
  49. TradFi (Traditional Finance) – The conventional financial system consisting of banks, stock markets, centralized institutions, and regulatory frameworks.
  50. Yield – The earnings generated on an investment, typically expressed as a percentage of the investment cost.