# Deposit BNB to opBNB

Before you use the opBNB network, you must first deposit BNB as your gas token from BNB Smart Chain to opBNB.

**You can do this using the** [**opBNB bridge dApp(Mainnet)**](https://opbnb-bridge.bnbchain.org/)**.**

***

## Follow these steps to deposit tokens from BNB Smart Chain to opBNB:

1\) Make sure you have BNB tokens in your wallet on the BNB Smart Chain.

2\) In your wallet, switch your network to BNB Smart Chain. This is the Layer 1 network where your tokens currently are.

3\) Enter the amount of BNB you want to deposit to the opBNB network.

4\) Click "Deposit" to begin the transfer.

5\) Your wallet will prompt you to confirm the transaction. Click "Confirm" to sign it and pay the required gas fee.

6\) Once the transaction is processed, switch your network in your wallet to opBNB. The BNB amount you have deposited will appear in your wallet.

7\) You can now build, deploy, and interact with dApps on the opBNB network using the BNB you deposited.

* To withdraw tokens from opBNB back to BNB Smart Chain, simply go to the bridge, enter the amount to withdraw, and confirm the transaction. The bridge will transfer your tokens from the opBNB network back to the BNB Smart Chain.

<figure><img src="https://docs.bnbchain.org/opbnb-docs/assets/images/opBNB-bridge-b92ea5d873c4b53b5b63dcff079775e0.png" alt=""><figcaption></figcaption></figure>


---

# 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.triplec.cc/how-to/deposit-bnb-to-opbnb.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.
