Consider the SDE $dX_t = \sqrt{1 -X_t^2}\;1_{|X_t| \leq 1}\;dW_t$ with $X_0 =0$. Lemma 6 of "Noise stability on the Boolean hypercube via a renormalized Brownian motion (Eldan, Mikulincer, Raghavendra. 2022)" shows that $\text{var}(X_t) = (1 - e^{-t})$. I don't understand the proof given in the paper, and that's probably because I'm only learning stochastic calculus.
In particular, I don't understand how one gets $dX_t^2 = \sqrt{1 -X_t^2}\;1_{|X_t| \leq 1}\;dW_t + (1-X_t^2)dt$ from the definition given above and Ito's lemma. It would be very helpful if someone can give more details.