The largest AMM-based decentralized exchange on BNB Smart Chain.
Router contract
Trades are sent to PancakeSwap's public Router contract, which finds a path through one or more pools.
Quote
getAmountsOut computes the expected output for a given input along that path, before you sign anything.
Swap
Once confirmed, the router pulls the input token (or native BNB) and sends the output token to your wallet.
Settlement
The trade either fully completes on-chain in one transaction, or fully reverts - there's no partial fill.
This app's /swap page talks directly to PancakeSwap's public Router V2 contract - the same contract PancakeSwap's own interface uses.
Always check the quoted minimum received and price impact before confirming; on thinly-traded pairs, price impact can be significant even for modest trade sizes.
Does this app take a fee on top of PancakeSwap's?
No. Only PancakeSwap's own pool trading fee applies; this app adds no additional fee.
Want to see the math with numbers you control?
Open the simulator