가스비 (Gas Fees)
블록체인 트랜잭션 처리에 필요한 수수료.
Gas fees are payments made by users to compensate for the computing energy required to process and validate transactions on the blockchain. Just as a car needs gas to run, smart contracts need 'gas' to execute code. The distinct 'Gas Limit' determines the maximum work allowed, while 'Gas Price' determines the cost per unit of work.
graph LR
Center["가스비 (Gas Fees)"]:::main
Rel_block_explorer["block-explorer"]:::related -.-> Center
click Rel_block_explorer "/terms/block-explorer"
Rel_gas_price["gas-price"]:::related -.-> Center
click Rel_gas_price "/terms/gas-price"
Rel_mev["mev"]:::related -.-> Center
click Rel_mev "/terms/mev"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 지식 테스트
1 / 1
🧒 5살도 이해할 수 있게 설명
택시 요금과 비슷합니다. 거리가 멀거나(복잡한 코드), 길이 막히면(네트워크 혼잡) 요금이 올라갑니다.
🤓 Expert Deep Dive
레이어 2 솔루션은 트랜잭션을 압축하여 이 가스비를 획기적으로 낮추는 것을 목표로 합니다.