# Liquid Staking (stBB)

Liquid Staking allows you to delegate BB to validators and receive stBB, a liquid staking derivative (LSD) that represents your delegated position. stBB is transferable and may be used in supported applications. Unstaking requires an unbonding period of 7 days before BB becomes withdrawable.

{% hint style="success" %}
stBB Token Address: 0x22aAC17E571D6651880d057e310703fF4C7c3483
{% endhint %}

A staking guide can be found here:

{% content-ref url="/pages/9jkrRsFg1PZgKtf5HO89" %}
[How to Stake/Unstake BB (Delegation)](/user-guides/staking-and-delegation/how-to-stake-unstake-bb-delegation.md)
{% endcontent-ref %}

***

### Mechanics

* Stake → Mint: You delegate BB via the staking contract; stBB is minted to your address.
* Unstake → Burn: You initiate unstake; stBB is burned and an unbonding timer (7 days) begins. After unbonding, BB is claimable.
* Validator commission / protocol fees: Displayed in the staking UI at action time

***

### Risks

* Slashing: Delegated stake can be slashed if validators misbehave or underperform.
* Unbonding delay: Withdrawals are not instant; BB is claimable only after the 7-day unbonding completes.
* Market risk: stBB may trade at a discount/premium to BB in secondary markets.
* Operational/contract risk: Validator operations and smart contracts can fail despite audits and controls.

***

{% hint style="warning" %}
BBTC node staking and the stBBTC token are deprecated.

In V3, BTC/BBTC node staking is no longer offered, and there is no stBBTC. Use stBB for BB liquid staking, and use the Farm module for rewards on V3 BB-tokens.
{% endhint %}


---

# 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.bouncebit.io/token/bouncebit-tokenomics/liquid-staking-stbb.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.
