Coincu

Technology Terms

ABI

Application Binary Interface - standard encoding for function calls between EVM and applications.

Base Fee

Minimum gas fee burned under EIP-1559 instead of paid to validators.

Block Time

Average time between consecutive blocks added to a blockchain.

Bytecode

The low-level compiled form of smart contract code executed by the EVM.

Cold Storage

Keeping private keys on an offline device isolated from internet-connected systems.

EIP-1559

Ethereum fee market reform introducing a burned base fee and optional priority tip.

EVM

Ethereum Virtual Machine - the sandboxed runtime executing Ethereum smart contract bytecode.

Finality

Guarantee that a confirmed transaction cannot be altered or reversed.

Full Node

A node downloading and validating every block and transaction in the full blockchain history.

Gas Fee

A fee paid to validators for computational work to process a transaction.

Hardware Wallet

A physical device storing private keys offline and signing transactions internally.

Hash Function

A mathematical function mapping input data to a fixed-size irreversible output.

HD Wallet

Hierarchical Deterministic wallet generating all addresses from a single seed phrase.

Light Node

A node downloading only block headers and relying on full nodes for verification.

Mempool

Holding area for unconfirmed transactions waiting to be selected by validators.

Merkle Tree

A hash-based data structure enabling efficient verification of transaction inclusion in a block.

Nonce

A sequential number attached to each transaction ensuring order and preventing replay attacks.

Priority Fee

Optional tip paid to validators above the base fee for faster inclusion.

RPC Node

A remote procedure call endpoint allowing applications to query blockchain state.