> For the complete documentation index, see [llms.txt](https://docs.abracadabra.money/learn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abracadabra.money/learn/intro/stake/sspell.md).

# sSPELL

## sSPELL - Staked SPELL tokens

After navigating to the **SPELL Staking** page (**Stake → SPELL**), you will see the option to select **sSPELL** at the top.

Keep in mind that while **mSPELL** is available on multiple chains, staking **SPELL** for **sSPELL** is only possible on the **Ethereum Mainnet**.

![](/files/msvsLDUsPMi4ZVlYlMCV)

## Stake & Unstake:

Users can choose to either **Stake** or **Unstake**, as shown above. Clicking either button will open a popup window, allowing them to either add **SPELL** tokens to their position or withdraw them.

Please note that all **sSPELL** tokens are subject to a **24-hour lock-up period**. This means that whenever a user deposits **SPELL** tokens, they will not be able to unstake them for the next **24 hours**.

## Ratio Frame:

In the top right corner of the screen, users can view the **sSPELL-SPELL ratio**. As more fees accumulate, the value of **1 sSPELL** will increase, representing a growing amount of **SPELL** over time.

{% hint style="info" %}
Bear in mind that this is how rewards for staking SPELL are distributed: the increasing of the value of sSPELL tokens in terms of SPELL tokens!
{% endhint %}

## Staking APR:

The staking APR is variable and is determined by looking at the last 30 days of DAO revenue.&#x20;

Do not send tokens directly to the contract, they will be lost. For more information on the **SPELL** and **sSPELL** tokens visit [Tokenomics](/learn/tokens/tokenomics.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.abracadabra.money/learn/intro/stake/sspell.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
