> For the complete documentation index, see [llms.txt](https://docs.robofi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.robofi.io/user-guide/users-with-robofi-wallet/swap-to-stoken.md).

# Swap to sToken

Visit RoboFi Treasury to swap popular crypto assets to sToken(s). CEX DABots only accept sToken for staking.

Currently, RoboFi Treasury supports swapping the following tokens to sToken(s) on Binance Smart Chain (BEP20) with rate 1:1

* USDC <--> sUSDC
* USDT <--> sUSDT
* BUSD <--> sBUSD
* ETH <--> sETH
* BNB <--> sBNB

**Step 1:**&#x20;

* On the left menu, click the `RoboFi Treasury` menu. If you have more than one RoboFi Wallet, please click the top-right to select one among many wallets. The wallet name is shown at the top-right.&#x20;
* Select the token you want to swap, select the direction from the original token to sToken or vice versa, and enter the amount of token you want to convert. This amount must be less than or equal to the balance in your wallet.

![](/files/7U2ru6WcCWav1y9mijZW)

**Step 2:**&#x20;

* Click `Enable swap`. It is important to understand that, for the 1st time you swap tokens, this operation is required to unlock your wallet.
* &#x20;Enter your wallet password and click the `Confirm` button.

&#x20;                                            <img src="/files/bD6bBreEazxLI8uupBp7" alt="" data-size="original">

**Step 3**: Click the `Swap`button

![](/files/htQsZcDKzyHhbgow09ZV)

* Enter your wallet password and click the `Confirm` button to swap, in this example, user is swapping 100 USDT (BEP20) to 100 sUSDT (BEP20). sUSDT is the sToken.

&#x20;                                                   ![](/files/AdVhjczZdaBFTxqgjFl5)

* After swapping to sToken successfully, you can see the balance in details of your wallet. (Check out how to [<mark style="color:blue;">Add tokens to RoboFi Wallet</mark>](/user-guide/users-with-robofi-wallet/add-tokens-to-robofi-wallet.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, and the optional `goal` query parameter:

```
GET https://docs.robofi.io/user-guide/users-with-robofi-wallet/swap-to-stoken.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.
