BNB Chain
How BNB Chain settles a payment
BNB Chain is the fastest-settling network on this site and one of the largest venues for everyday USDT. It works like every other EVM chain — same address, same gas, same token standard — with two differences worth a page: blocks arrive several times a second, and USDT counts differently here than almost anywhere else.
Everything shared with the other EVM networks — why one address works on all of them, what gas pays for, and what actually happens when a payment lands on the wrong chain — is on the EVM networks page. This one covers only what is specific to BNB Chain. Networks
Blocks several times a second
A block arrives roughly every 0.45 seconds. That is not the figure most articles quote, because it is recent: the chain ran on three-second blocks for years, and a run of upgrades cut that to 0.75 and then to 0.45 seconds in January 2026. Anything you read stating three seconds as current was written before that.
At that cadence, the 12 confirmations this product waits for take about 5 seconds — which is why a BNB Chain payment tends to be settled before a customer has finished reading the confirmation screen.
The network also has a stronger guarantee than depth alone. Where most chains make a payment safe by burying it, BNB Chain validators vote blocks final, and a block is typically finalised within a couple of blocks of being produced. Waiting for depth on top of that is belt and braces rather than the only protection.
What a payment costs here
Gas works exactly as it does on every EVM chain, and the mechanism is explained on the EVM networks page. What is specific to BNB Chain is the scale: fees sit low enough that they stop being a factor in whether a small sale is worth taking, which is a large part of why so much everyday USDT ended up here.
The usual EVM caveats still apply. A token transfer costs more than sending BNB itself, fees climb when the chain is busy, and a payer holding only USDT with no BNB cannot send until they have a little of the native currency.
What this network carries
Its own currency and the largest dollar stablecoin. Rendered from the live catalogue rather than written here.
- BNBThe network’s own currency
- Eighteen decimal places, and what gas is paid in. It moves against your local currency between quote and settlement.
- USDTThe dollar rail
- The same dollar as USDT elsewhere, from the same issuer, on a different network — equivalent in value and never interchangeable at the address level.
And here is the one that catches people: USDT on BNB Chain has 18 decimal places, where the same asset on Ethereum and Tron has six. An integration that hardcodes six and then meets this chain is wrong by a factor of a trillion — in whichever direction hurts most. Read decimals from the contract on the chain you are actually on.
Which customers this network fits
Worth it for
- Customers who already hold USDT here, which is a very large number of them.
- Small and frequent payments, where the fee genuinely stops mattering.
- Anything that should feel settled immediately rather than after a wait.
Better suited elsewhere
- Invoices in USDC — it is not enabled on this network here; use Ethereum, Base or Polygon.
- Customers whose funds already sit on another chain; meet the money where it is.
- Anything that needs Ethereum mainnet specifically, for the contracts around it.
What to plan for
The decimals difference is the mistake to design against on this chain. It does not fail loudly — an amount is simply read wrong — so it is worth checking any code path that formats or parses a USDT amount before you take the first payment.
- The rest of what can go wrong here is shared with every EVM network: a payment on the wrong chain, a payer with no native currency for gas, and fees that move with demand. All three are covered on the EVM networks page.
- Once confirmed, a payment cannot be reversed by anyone, including us. That is the protection against chargebacks, and the reason a mistaken send has to be settled between the two people involved.
Questions
How long does a BNB Chain payment take to confirm?
A few seconds. Blocks arrive roughly every 0.45 seconds, so the 12 confirmations this product waits for take about 5 seconds in total. It is the fastest settlement of any EVM network here.
Is BNB Chain’s block time really three seconds?
Not any more, and this is worth checking whenever you read about this chain. It was three seconds for years, then 0.75, and since January 2026 it has been about 0.45 seconds. A great deal of published material still quotes the old figure.
How many decimals does USDT have on BNB Chain?
18, where the same token on Ethereum and Tron has six. This is the single most common integration bug on this chain: code written against Ethereum’s USDT and pointed at this one misreads every amount by a factor of a trillion. Read the value from the contract rather than assuming it.
Can I accept USDC on BNB Chain?
Not through this product. BNB Chain carries BNB and USDT here; if you need USDC, take it on Ethereum, Base or Polygon instead.
Is USDT on BNB Chain the same as USDT on Ethereum?
The same dollar from the same issuer, on a different network — equivalent in value, never interchangeable at the address level, and, as above, counted with a different number of decimal places. A transfer must go to an address on the network it was sent from.
Sources
Every figure on this page comes from one of these documents. Each was read on the date shown rather than recalled.
Try the flow with test money first
Create an invoice on a test network, pay it with faucet funds, and watch detection and confirmation arrive as two separate events — the same pair you will build against in production.
Start free