Gossip-about-gossip means nodes do not only share transactions; they also share information about who heard what and when, creating a shared history of communication.
Virtual voting means nodes can infer how other nodes would vote from the shared hashgraph history, reducing the need to broadcast traditional vote messages.
aBFT is important because the network aims to tolerate malicious or failed participants while still reaching reliable consensus under asynchronous conditions.
Consensus timestamps matter because Hedera’s structure is partly about fair ordering, not only raw throughput.
Mirror nodes matter because they separate historical query access from consensus participation; the public can read network history without turning every query into consensus load.
Scheduled transactions matter because complex flows can wait for required signatures or conditions before execution, which is useful for enterprise and multi-party coordination.
Native token services matter because token behavior can exist at the network service layer, not only as smart-contract code.
EVM compatibility matters because Hedera can invite Ethereum tooling while still forcing developers to understand Hedera-specific network services and fee mechanics.