> For the complete documentation index, see [llms.txt](https://fluxtra-lsd.gitbook.io/fluxtra-lsd-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fluxtra-lsd.gitbook.io/fluxtra-lsd-docs/core-features/flux-amplifier.md).

# Flux Amplifier

## **Yield Amplifier**

Fluxtra’s Yield Amplifier is the core mechanism that transforms staked assets into liquid representations, ensuring uninterrupted yield generation. This system allows users to stake their native assets and receive **ftOM** (e.g., ftOM for OM stakers), which can be freely utilized across the DeFi ecosystem while still earning rewards.

**How the Yield Amplifier Works**

1. **Token Deposit:** Users deposit their native assets (e.g., OM) into the smart contract.
2. **Minting of Liquid Staking Tokens:** The protocol issues **ftOM**, representing the staked asset, in a 1:1 ratio.
3. **Rewards Accumulation:** The staked tokens continue generating yield, with rewards automatically compounded within the system.
4. **DeFi Utility:** ftOM can be used across lending, yield farming, and other DeFi strategies.
5. **Flexible Unstaking:** Users can either swap ftOM on secondary markets for immediate liquidity or unstake them through the withdrawal system, subject to the network’s standard unbonding period.

### **Advantages of the Yield Amplifier**

* **Seamless Yield Generation:** Users earn staking rewards while retaining asset mobility.
* **Optimized APY:** Auto-compounding ensures consistent reinvestment of earnings.
* **Immediate Liquidity:** ftOM holders can trade or deploy their tokens freely.
* **Enhanced Network Security:** Staked assets contribute to the chain’s security while remaining accessible for DeFi integration.

### **Use Cases for ftOM**

* **Liquidity Provision:** Stake ftOM in AMMs to earn additional yield.
* **Leveraged Staking:** Use ftOM as collateral for borrowing, enabling leveraged staking.
* **Yield Stacking:** Maximize returns by engaging in multi-layered DeFi strategies.

The Yield Amplifier unlocks a new paradigm of capital efficiency, combining the benefits of staking with DeFi composability.

### Fees

* Deposit Fees: 0 %
* Withdrawal Fee: 0 %
* Performance Fees: 5% of Validator yield

{% hint style="warning" %}
For example, if Validator yield is 8%, Performance Fees will be 0.4% (5% x 8%)
{% endhint %}


---

# 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://fluxtra-lsd.gitbook.io/fluxtra-lsd-docs/core-features/flux-amplifier.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.
