I have $\beta > 0$ and $S_0 = 0$, and $S_n = \varepsilon_1 + \cdots + \varepsilon_n, n \geq 1$, a random walk with i.i.d increments $\lbrace \varepsilon_n \rbrace$ having a common distribution $$ P(\varepsilon_1 = -1) = 1 - C_{\beta} \text{ and } P (\varepsilon_1 > t) = C_{\beta}e^{-t^{\beta}}, t \geq 0,$$ where $C_{\beta} \in (0,1)$ such that $\mathbb{E}\varepsilon_1 = -1/2$.
I want to find the range of values of $\beta$ for which this random walk is heavy-tailed.
So far I have tried using the fact that a heavy-tailed distribution has infinite moment-generating function, as follows:
\begin{align*} \varphi(t) = \mathbb{E}e^{t \varepsilon} = e^{-t}(1-C_\beta) + \int_0^\infty x (1-C_\beta e^{-t^\beta}) \, dx \end{align*} but that route doesn't seem to lead anywhere, given that the integral itself is always infinite. I have the same problem when trying to determine the value of $C_\beta$ by using fact that the expectation of $\varepsilon_1$ is $-1/2$.
Can anybody see what I'm doing wrong? Or have any ideas for me to try?