# Staking Modules

Modules are areas where users can stake their tokens to earn rewards. Currently, we have two available modules, each designed to distribute performance fees among participants. We plan to add more modules with diverse features in the future.

## <mark style="color:blue;">Performances fees distribution</mark>

Every Tuesday, we collect all protocol fees from the previous week and distribute them to investors who have allocated their xST to the Dividends plugin.

### <mark style="color:blue;">Liquid Staking Module with ST tokens</mark>

<figure><img src="/files/eP2KJh7dqzMJwWquzx1J" alt=""><figcaption></figcaption></figure>

This first module is designed for ST token holders who prefer not to convert their tokens into xST. As a result, it is a "liquid" module, allowing owners to easily deposit and withdraw their ST tokens.

* **Protocol fees multiplier:** 1x
* **Unstaking fee:** 0.5% (burned)

### <mark style="color:blue;">Locked Staking Module with xST tokens</mark>

<figure><img src="/files/8R2nlr4qYSdhKnRlXCVd" alt=""><figcaption></figcaption></figure>

This second module involves having xST tokens in your possession (read [Conversion / Redemption](/social-trade/xst-token/conversion-redemption.md) if you don't know what it is). Owning xST is more restrictive because the owner is not "liquid," but in return, they receive many more benefits. This module is suitable for long-term users:

* Protocol fees multiplier: 3x when staked
* No unstaking fee
* Discount on Social Trade fees &#x20;

## <mark style="color:blue;">Distribution Scheme</mark>

Protocol fees are collected each time a fund manager closes a profitable trade. These fees are then used to buy back ST, the primary and only token distributed to the staking modules (Liquid and Locked).

## <mark style="color:blue;">How are the protocol fees distributed?</mark>

Each week, protocol fees generated during the previous week are distributed between the two modules.

For example, if the fees generated during the week total $1,000 and are allocated to stakers, this amount is used to buy ST tokens. The "Liquid" module will receive $250 worth of ST tokens, while the "Locked" module will receive $750 worth of ST tokens. These amounts will then be distributed among the stakers in each module. For instance, if there are 8 stakers in the "Locked" module, they will share the $750 worth of ST proportionally based on the number of xST tokens they have staked.


---

# 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://social-trade.gitbook.io/social-trade/staking-modules.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.
