Fetch pieces. Verify as they arrive.
EDX requests content by its hash and checks incoming ranges against that identity. It can fetch missing pieces from multiple peers and retain verified progress after an interrupted transfer.
- BLAKE3 content hashes and incremental range verification.
- Small-file bundles reduce the number of separate requests.
- The peer protocol runs over TCP, Tor, I2P, and Reticulum in supported builds.
What does that mean for a website?
A page can request the files and ranges it needs, while the node keeps verified pieces for reuse. A slow or interrupted peer does not necessarily mean starting again. The required content must still be available from a reachable peer.
Read the EDX format