The document summarizes the Paxos Commit algorithm, which uses the Paxos consensus algorithm to achieve fault-tolerant distributed transaction commit. It describes the key participants in Paxos Commit - the resource managers, leader, and acceptors. The base version of Paxos Commit is explained along with optimizations. Performance is analyzed in comparison to two-phase commit. Failure scenarios are discussed, showing how Paxos Commit can handle leader failure or missing resource managers. The relationship between Paxos Commit and two-phase commit is also clarified.