In the answering of another question in MSE I've dealt with the iteration of $x=b^x$ where the base $b=i$. If I reversed that iteration $x=log(x)/log(i)$ then I run into a cycle of 3 periodic fixpoints. Another complex base on the unit circle however, $b = \sqrt{0.5}(1+i)$ gives only one fixpoint. I asked myself, whether there is a point on the complex unit circle between that values, where the "switching" occurs, but could not recognize a meaningful interpretation. By binary search I narrowed the range to the following boundaries.
Let $\varphi_1=0.345008597051431179704966664178 $ and $b_1=\exp(\pi i \varphi_1) $ and
Let $\varphi_2= 0.345008597051431179704966665794$ and $b_2=\exp(\pi i \varphi_2) $
such that the bases $b_1,b_2$ lay on the complex unit circle.
Then consider the iteration to the fixpoint beginning at some arbitrary $x_0$ in the near of the guessed fixpoint, say $ x_0=1+I$, and iterate $ x_k= \log(x_{k-1})/\log(b_1) $. We shall approximate one fixpoint.
Now we use the other base $b_2$, begin again at $ x_0=1+I$, and iterate $ x_k= \log(x_{k-1})/\log(b_2) $. We get a 3-periodic cycle of fixpoints, one of them very near at $ t_\infty \sim - \pi/2 + \delta i $ where $ \delta$ goes to zero if we let go $\varphi_2 $into the direction of $ \varphi_1$.
Q1: What is the exact/symbolic value of $\varphi_x$ where the splitting from one into three fixpoints occurs? Wolfram-alpha and Ries at Robert Munafo's site were not helpful so far...
Q2: And what happens at that base? Do we see a fixpoint-cycle or one single fixpoint?
The iteration $x \to f(x) = \log_b(x)$ (using the principal branch of log) has a fixed point at $x = x^*$ where $x^* = -W(-\ln(b))/\ln(b)$, $W$ being the Lambert W function. The fixed point is stable if $|f'(x^*)| < 1$ and unstable if $|f'(x^*)| > 1$, where $f'(x^*) = \dfrac{-1}{W(-\ln(b))}$. For $b = e^{it}$, $-\pi < t < \pi$, the plot of $|f'(x^*)|$ looks like this:
The transition between stable and unstable occurs at approximately $t = t_0 = \pm 1.96130884645945594019766830511$.
I doubt that this has a closed form.
EDIT: That is for the "0" branch of LambertW. The other branches also produce fixed points, some of which will be stable. Which fixed point or cycle a particular initial point will go to might not be easy to predict.
EDIT: For $b=i$, there is an attracting $3$-cycle $[-1.14012370875626+.706579007931335 i, 1.646798829-.1869454749 i, -0.07196134893-.3216429665 i]$, and there is an attracting fixed point $-1.861743075-.4107999686 i$ (from the "$1$" branch of Lambert W). These both have big basins of attraction, as shown in the plot below. Points in the white region are attracted to the fixed point, those in gray or black are attracted to the $3$-cycle.
EDIT: Not all branches of Lambert W produce fixed points: you do need $\text{Im}(x^* \ln(b)) \in (-\pi,\pi]$. At $b = (1+i)/\sqrt{2}$ the three-cycle seems to have disappeared, and nearly everything is attracted to the stable fixed point from $i=1$.
EDIT: It seems that the three-cycle disappears at approximately $b = e^{1.083876408 i}$ as one of its points hits the negative real axis.