Which hooks to fire on s2Member-Profile save?

I want to process members custom fields to ensure their data is all in order, so does anyone know which hooks are best placed to call in these situations?

  1. After a users account is created

  2. After the s2Member-Profile is saved

I think if I fire the same do_action after these two situations it should cover almost all circumstances.

Thoughts anyone?