Undo completed steps when a saga fails partway. Unlike database rollback, compensating transactions are new operations that reverse effects.
Example: booking saga fails at payment. Compensate by: cancel hotel reservation, release flight seats, refund deposit. Design services with compensation in mind. Some actions can't be undone (sent emails), handle with apologies.