3FS, developed by DeepSeek, is a distributed filesystem designed to abstract file storage across multiple machines, providing scalability, fault tolerance, and high throughput. The system comprises four main node types: Meta, Mgmtd, Storage, and Client, each with specific roles for managing metadata, configuration, and data storage. The CRAQ protocol ensures strong consistency and fault tolerance by organizing data in a chain, optimizing read and write operations.