> For the complete documentation index, see [llms.txt](https://stader.gitbook.io/stader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stader.gitbook.io/stader/bnb-chain-deprecated.md).

# BNB Chain (Deprecated)

### Important update for BNBx users

Stader DAO is sunsetting BNBx, our liquid staking token on BNB Chain, as part of a broader effort to focus resources on ecosystems where our impact and growth potential are already proven.

### **Sunset Timeline** <a href="#sunset-timeline" id="sunset-timeline"></a>

* 29th January ‘26 – **Deposits disabled:**\
  \
  New BNBx minting/deposits will be disabled as we kickstart the process<br>
* 9th June '26 — **BNBx dApp disabled:**\
  \
  Users can unstake from the smart contracts. The unstake will be instantaneous. Just follow the guide below to unstake your position from the smart contracts.<br>

### Withdrawal guide

Step 1: Check your current balance on the [BNBx contract](https://bscscan.com/token/0x1bdd3Cf7F79cfB8EdbB955f20ad99211551BA275#readProxyContract#F3)\
\
Call the function 'balanceOf' and paste your address in the 'account (address)' field and click on 'Query'<br>

<figure><img src="/files/1FDztrpsakCsoS550phZ" alt=""><figcaption></figcaption></figure>

**Copy the amount displayed exactly**\
\
\
Step 2: Go to the [staking contract](https://bscscan.com/address/0x3b961e83400D51e6E1AF5c450d3C7d7b80588d28#writeProxyContract#F10) on BSC scan. Click on 'Contract' tab and then go to the 'Write as Proxy' section

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

Step 3: Connect wallet — Please ensure that you connect with the wallet address that holds BNBx

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

Step 4: Go to [Function 10 - redeemBnbxForBnb](https://bscscan.com/address/0x3b961e83400D51e6E1AF5c450d3C7d7b80588d28#writeProxyContract#F10) and paste the amount copied in Step 1 in the '\_amountInBnbx' field<br>

Click on 'Write' and confirm the transaction in your wallet.&#x20;

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

\
You will receive the corresponding amount of BNB in your wallet address.&#x20;


---

# 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://stader.gitbook.io/stader/bnb-chain-deprecated.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.
