> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fragmetric.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Restaking

## Restaking

```mermaid theme={null}
graph TD
    User[User]
    Validators[Validators]
    Operators[Node Consensus Network]
    Slasher[Slasher]

    User -- Stake SOL --> Validators
    Validators -- Mint LST --> User
    User -- Restake LST --> Operators
    Operators -- Detect_and_Slash --> Slasher

    classDef user fill:#00BCD4,color:#fff,stroke:#0097A7,stroke-width:2px
    classDef validators fill:#00897B,color:#fff,stroke:#004D40,stroke-width:2px
    classDef operators fill:#78909C,color:#fff,stroke:#37474F,stroke-width:2px
    classDef slasher fill:#B0BEC5,color:#000,stroke:#78909C,stroke-width:2px

    class User user
    class Validators validators
    class Operators operators
    class Slasher slasher

```

Restaking involves staking an already staked asset (like an LST, e.g., jitoSOL) to secure an additional decentralized service. First introduced by EigenLayer, restaking has evolved to support not only Liquid Staking Tokens (LSTs) but also various other tokens as collateral. This approach enables users to earn additional fees from the new service on top of their standard staking rewards.

## Liquid Restaking Token (LRT)

```mermaid theme={null}

graph TD
    User[User]
    Validators[Validators]
    Fragmetric[Fragmetric]
    Operators[Node Consensus Network]
    Slasher[Slasher]
    DeFi[DeFi Protocols]

    User -->|Stake SOL| Validators
    Validators -->|Mint LST| User
    User -->|Restake LST| Fragmetric
    Fragmetric -->|Operate LST| Operators
    Operators -->|Detect & Slash| Slasher
    Fragmetric -->|Mint LRT| User
    User -->|Utilize LRT| DeFi

    classDef user fill:#00BCD4,color:#fff,stroke:#0097A7,stroke-width:2px
    classDef validators fill:#00897B,color:#fff,stroke:#004D40,stroke-width:2px
    classDef fragmetric fill:#00ACC1,color:#fff,stroke:#007C91,stroke-width:2px
    classDef operators fill:#78909C,color:#fff,stroke:#37474F,stroke-width:2px
    classDef slasher fill:#B0BEC5,color:#000,stroke:#78909C,stroke-width:2px
    classDef defi fill:#ECECEC,color:#000,stroke:#BDBDBD,stroke-width:2px

    class User user
    class Validators validators
    class Fragmetric fragmetric
    class Operators operators
    class Slasher slasher
    class DeFi defi

```

A Liquid Restaking Token, or LRT, represents the assets you have restaked via a specific protocol—such as Fragmetric—and functions similarly to a Liquid Staking Token within the DeFi ecosystem. For instance, fragSOL, the first LRT offered by Fragmetric, generates additional revenues beyond standard Solana validation and MEV rewards.
