> For the complete documentation index, see [llms.txt](https://docs.developers.thundercore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developers.thundercore.com/product-protocol/bridges/bsc-contract-address.md).

# BNB chain <> ThunderCore

## BNB chain Mainnet

All information can be found on [ThunderBridgeUI](https://bridge.thundercore.com/bsc/)

### BNB

* Foreign bridge contract address: `0x3E14602186DD9dE538F729547B3918D24c823546`
* Corresponding token on ThunderCore: TT-BNB (`0x8EF1A1E0671Aa44852f4d87105eF482470bB3e69`)
* Home bridge contract address: `0x777f993F9A11B401DFee1a86acBE6a67541E16E9`
* Deposit minimum amount per transaction: `0` BNB
* Withdrawal Fee: `0.003` TT-BNB
* Withdraw minimum amount per transaction: `0.03` TT-BNB

### BEP20-BUSD

* Token address: `0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56`
* Foreign bridge contract address: `0xe4a017b0B830f16969916b00efA4db4f4932565b`
* Corrosponding token on ThunderCore: TT-BUSD (`0xBEB0131D95AC3F03fd15894D0aDE5DBf7451d171`)
* Home bridge contract address: `0x840E8bE3Cf806ab0f0383c75f2033c5e4DD24af1`
* Deposit minimum amount per transaction: `0` BEP20-BUSD
* Withdraw Fee: `1` TT-BUSD
* Withdraw minimum amount per transaction: `10` TT-BUSD

### BEP20-TT

* Token address: `0x990E7154bB999FAa9b2fa5Ed29E822703311eA85`
* Foreign bridge contract address: `0xAD23b02673214973E354D41e19999D9E01F3Be58`
* Corresponding token on ThunderCore: TT
* Home bridge contract address: `0x2521D6b1F5350D5198e2A7A30FD6A23EE603B7aA`
* Deposit minimum amount per transaction: `0` BEP20-TT
* Withdraw Fee: `100` TT
* Withdraw minimum amount per transaction: `1000` TT

## BSC Testnet

All information can be found on [ThunderBridgeTestUI](https://bridge-venus.thundercore.com/bsc/)

### BNB

* Foreign bridge contract address: `0xBD49f5edE1DF5f39b075B2fE708c15187B2d7274`
* Corresponding token on ThunderCore: TT-BNB (`0xCFefA2AeA9f067A366Ab5c403DABe0139b5a5f15`)
* Home bridge contract address: `0xCCcef719feeD88E02A57b0ef25e2eC68b357E326`
* Deposit minimum amount per transaction: `0` BNB
* Withdraw Fee: `0` TT-BNB
* Withdraw minimum amount per transaction: `0.02` TT-BNB

### BEP20-BUSD

* Token address: `0x72Fb36B35E5323780634aB8532ffA9dfe731bA56`
* Foreign bridge contract address: `0x1E84c25d304050Fa4207301D1EE1a376289a8D65`
* Corresponding token on ThunderCore: TT-BUSD (`0x0538575FD08d69166AB528aA62C1ba46E3cA3Ae8`)
* Home bridge contract address: `0xA48613621c1b8c95fb2B96e4d3014FDa8aDCeF48`
* Deposit minimum amount per transaction: `0` BEP20-BUSD
* Withdraw Fee: `0` TT-BUSD
* Withdraw minimum amount per transaction: `5` TT-BUSD

### BEP20-TT

* Token address: `0xCB2Bf4F60072C6d198F878D9952AdDecB3211865`
* Foreign bridge contract address: `0xd399923bc73514DD5EbcF217DbA18dB0B7c7A936`
* Corresponding token on ThunderCore: TT
* Home bridge contract address: `0x360b04072749338Bc21391714Ec23D3d309AE1f2`
* Deposit minimum amount per transaction: `0` BEP20-TT
* Withdraw Fee: `0` TT
* Withdraw minimum amount per transaction: `0.1` TT


---

# 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.developers.thundercore.com/product-protocol/bridges/bsc-contract-address.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.
