Understanding the technical concepts of blockchain is critical for security researchers.Each operation in the Ethereum Virtual Machine (EVM) has a gas cost, and the gas limit determines the number of transactions in a block.Mitigations for gas exhaustion include increasing gas costs for certain opcodes and batch processing transactions with priority mechanisms.A security risk in smart contracts is allowing access to uninitialized storage, which can be exploited by attackers.