I'm trying to come up with a martingale whose increments $\Delta_n = M_n - M_{n-1}$ are non-independent, and have fixed variance, $Var(\Delta_n) = k$.
Attempt 1
Initially I was thinking that $M_N = \sum_{i=1}^n Z_i$ where $Z_i \sim N(0,1)$. This results in increments with fixed variance $Var(\Delta_i)=Var(Z_n)=1$. However, I think that the increments in this case are independent.
Attempt 2
In order to produce dependent increments it feels like something multiplicative might work. For example $M_n = \prod_{i=1}^n Z_i$ where $Z_i \sim N(0,1)$. This approach results in dependent increments, but the variance of the increments seems pretty intractable, and certainly not fixed.
Let $Z_i \sim N(0,1)$ be i.i.d. random variables and define $M_n := Z_0 \sum_{i=1}^n Z_i$. Then $\Delta_n = Z_0 Z_n$, so the increments are identically distributed and hence have constant variance, but are not independent because $$\mathbb{E}[\Delta_n^2 \Delta_m^2] = \mathbb{E}[Z_0^4]\mathbb{E}[Z_n^2]\mathbb{E}[Z_m^2] \ne \mathbb{E}[Z_0^2]^2 \mathbb{E}[Z_n^2]\mathbb{E}[Z_m^2] = \mathbb{E}[\Delta_n^2] \mathbb{E}[\Delta_m^2].$$