.. _federation:

Federation: multiplayer arborist
================================

Gossip-based mesh for cross-peer data sharing. Arborist peers
that ingest the same source under the same chunker and
canonicalization compute bit-identical ``document_root`` hashes;
the mesh layer is what lets peers exchange and verify each other's
records without a central authority.

.. automodule:: arborist.mesh
   :members:
   :undoc-members:
   :show-inheritance:
