> For the complete documentation index, see [llms.txt](https://docs.tronsave.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tronsave.io/concepts/staking-2.0.md).

# Staking 2.0

TronSave is built on TRON's **Stake 2.0** model. Staking (freezing) TRX produces **Energy** (or Bandwidth), which providers then rent out on the marketplace.

## How staking produces Energy

When you stake TRX for Energy, the amount of Energy you receive depends on your share of all TRX staked for Energy network‑wide:

**`Energy obtained = (Your TRX staked for Energy / Total TRX staked for Energy on TRON) × 180,000,000,000`**

So Energy yield per TRX **decreases** as more of the network stakes for Energy, and increases as less does.

## Unstaking period

{% hint style="warning" %}
Staked TRX requires a **14‑day** unstaking (unfreeze) period before it can be withdrawn.
{% endhint %}

If you need liquidity sooner, see [Early Unstake](/guides/unstake.md), which lets you exit your position before the 14 days via the unstake market.

## Why it matters for TronSave

* **Providers** stake TRX → receive Energy → [sell/delegate](/guides/sell.md) it on TronSave → earn [APY](/concepts/pricing-and-apy.md).
* **Buyers** benefit because this staked supply is what fills their rental orders at market rates instead of the burn rate.

## Next steps

* [Sell / Provider guide](/guides/sell.md) · [Permission](/guides/sell/permission.md) · [Pricing & APY](/concepts/pricing-and-apy.md) · [Early Unstake](/guides/unstake.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:

```
GET https://docs.tronsave.io/concepts/staking-2.0.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.
