The document presents a system designed to coordinate service proxies for distributed clients accessing mutable objects, enabling consistent operations by migrating objects to proxies, which reduces server workload. It introduces a tree structure for proxies to optimize multi-object operations and ensures durability through two process serializability methods. Various modules manage server and proxy creation, object migration, disconnection recovery, and maintain the tree structure using Kruskal’s algorithm.