ITZA is designed for real-world networks, not perfect lab links. In practice, validators see two very different types of load: short, intense bursts of TPS and longer periods of sustained high throughput. A node can often keep up with huge bursts even when its uplink is technically below the "ideal" requirement - but over time, small bandwidth deficits add up.
This section explains how ITZA’s clustered architecture, leader rotation and gossip tree make home-node validation on a basic 35Mbps upload connection viable, and what validators should know about bandwidth when joining high-TPS clusters.

During benchmarks or real-world traffic spikes, clusters can briefly run at extremely high TPS. In our tests, clusters operated in the tens of thousands of transactions per second while validators on consumer-grade uplinks still kept pace.
This is possible because of three design choices:
The result is that a home validator with modest upload can participate in high-TPS bursts without immediately dragging the cluster down or being slashed. Short stress tests primarily prove that the hardware and software path can handle peak execution and verification load.
Over sustained high throughput, resource constraints - including CPU, storage I/O, and bandwidth - begin to impact validator performance. A node operating below the required capacity may still validate correctly, but will gradually fall behind the current chain state.
In practice, this manifests as:
Crucially, the network does not wait for underperforming nodes.
ITZA is designed to tolerate short-term variance in node performance, but under sustained overload, slower validators are penalized or excluded, allowing the cluster to continue operating at the capacity supported by active, synchronized participants.
On ITZA, the bandwidth a validator actually needs depends on more than just TPS:
By adjusting gossip topology and leadership distribution, ITZA can match validators to roles that fit their connectivity - for example, placing home nodes as leaves with lower fanout while still allowing them to participate in consensus and earn rewards.
When planning to validate on ITZA, consider the following:
Each transaction on the ITZA Blockchain averages 180 to 183 bytes, depending on whether the sender repeats or varies. For benchmarks or high-throughput testing, transactions sent to the leader are approximately 180 bytes each. Once processed, these are propagated across the network as full block entries at around 183 bytes per transaction, or as low as 150 bytes if senders are reused (typical in synthetic tests). For a validator targeting 10,000 TPS on a single cluster, this translates to a sustained upload requirement of 12 to 14.6 Mbps. Validators planning for 30,000 TPS should expect to provision 36 to 44 Mbps, ensuring enough headroom for propagation, block headers, and protocol overhead.
Validators operating multiple clusters must multiply these figures by the number of clusters they manage, as each cluster's traffic is handled independently.

Many high-speed chains implicitly assume datacenter-grade connectivity for everyone. ITZA is different: it explicitly models the reality of asymmetric consumer internet and uses clustered architecture, leader rotation and gossip trees to make home-node validation practical.
This gives ITZA a unique advantage:
Taken together, this makes ITZA a rare combination: a chain capable of tens of thousands of TPS per cluster, while still designed for a world where not every validator runs in a megawatt datacenter with a dedicated fiber backbone.