#fogo $FOGO

1. Introduction
There is tremendous economic value in an ownerless global computer. Ethereum, Solana,
and other smart contract blockchains have unlocked a significant amount of activity and
applications even while critics have dismissed blockchains as “slow databases.”
Blockchains have gotten dramatically better at the things they can control: leader selection,
vote aggregation, fork choice, runtime efficiency, and recovery under stress. Yet end-to-
end performance is increasingly dictated by what protocol designs to date have ignored:
network distance and tail latency. Blockchain designs to date have typically abstracted–or
ignored, implied, or assumed without mitigating–the fact that the protocol must be
deployed on a planet-sized network governed by physics, routing, and machines that are
never identical.
Two constraints keep reappearing across every “fast chain” design, whether the designers
acknowledge them explicitly or not:
1. Latency is not a nuisance; it’s the base layer.
2. Distributed performance is dominated by the slowest tail, not the average node.
These constraints are not inconveniences; they are the environment. Many protocol
designs implicitly assume them away then spend enormous effort squeezing marginal
gains out of higher consensus and protocol layers. Fogo takes the opposite approach,