# StakeEase Fusion

{% hint style="info" %}
Fusion mode is currently not live on StakeEase mainnet. It will be launched soon.&#x20;
{% endhint %}

High Etheruem gas costs deter smaller wallets from engaging in ETH restaking. To streamline ETH -> LST -> LRT conversion for users and shield them from high gas fees, we have implemented a Fusion mode. In this mode, multiple user deposits are batched over short time interval and restaked together. The cost for restaking is split across all the participants in a batch, bringing down the gas costs for users by 50%-75%.

Read more about Fusion in the following sections:

{% content-ref url="/pages/6ip06Bsqoh9wKC8CxkWz" %}
[User Flow](/aggregator/technical/stakeease-fusion/user-flow.md)
{% endcontent-ref %}

{% content-ref url="/pages/yXklN0DxXoY0F6Pwc9bs" %}
[Calculations](/aggregator/technical/stakeease-fusion/calculations.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.stakeease.com/aggregator/technical/stakeease-fusion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
