1. MTx generates a transaction ID.

  2. Tx1.1 inserts the transaction ID into the audit table and commits.

  3. MTx validates the balance on the account.

  4. Tx2.1 updates the audit table using the transaction ID generated earlier, then commits.

  5. MTx releases the funds. MT Scope ends.