home / skills / openclaw / skills / bnb

This skill helps you manage BNB Chain transactions, BEP-20 tokens, gas fees, and cross-chain transfers with guidance and safety checks.

npx playbooks add skill openclaw/skills --skill bnb

Review the files below or copy the command above to add this skill to your agents.

Files (2)
SKILL.md
3.8 KB
---
name: BNB
description: Assist with BNB Chain transactions, BEP-20 tokens, gas fees, and cross-chain transfers.
metadata: {"clawdbot":{"emoji":"πŸ”Ά","os":["linux","darwin","win32"]}}
---

## Network Clarity (Critical)
- "BNB Chain" is the main smart contract chain β€” formerly Binance Smart Chain (BSC)
- "BNB Beacon Chain" was for staking β€” deprecated, merged into BNB Chain
- BEP-20 tokens on BNB Chain β€” equivalent to ERC-20, EVM compatible
- Same address format as Ethereum β€” 0x... addresses work on both
- DIFFERENT networks β€” sending to wrong network loses funds

## BNB Token
- Native gas token for BNB Chain β€” needed for all transactions
- Also available as BEP-2 (legacy), ERC-20 (Ethereum), and other wrapped versions
- BNB on Binance exchange can be withdrawn to multiple networks β€” choose carefully
- Burning mechanism reduces supply β€” quarterly burns based on trading volume

## Gas and Fees
- EVM compatible gas model β€” same as Ethereum but cheaper
- Gas prices typically 3-5 gwei β€” much lower than Ethereum
- Standard transfer ~21,000 gas β€” costs fraction of a cent
- Complex DeFi transactions cost more β€” but still very cheap
- Fast block time (3 seconds) β€” quick confirmations

## BEP-20 Tokens
- Same interface as ERC-20 β€” all ERC-20 tooling works
- Approve + transfer pattern β€” same as Ethereum
- Many tokens have same name as Ethereum versions β€” but different contracts
- Verify contract address on bscscan.com β€” scam tokens everywhere
- Popular tokens: USDT, USDC, BUSD (deprecated), CAKE, various memes

## Cross-Chain Transfers
- Binance exchange supports direct withdrawal to BNB Chain β€” easiest method
- Bridges: cBridge, Multichain, Stargate β€” verify bridge reputation
- BNB Chain ↔ Ethereum requires bridge β€” not same network despite same addresses
- opBNB is L2 on BNB Chain β€” even lower fees, different RPC
- Wrapped assets need unwrapping β€” bridged ETH is not native ETH

## DeFi Ecosystem
- PancakeSwap is largest DEX β€” similar to Uniswap
- Venus for lending/borrowing β€” similar to Aave
- Lower TVL than Ethereum DeFi β€” but still significant
- Higher rug pull risk β€” less auditing culture
- Verify contracts before interacting β€” bscscan shows verification status

## Wallet Configuration
- MetaMask works natively β€” add BNB Chain network
- Chain ID: 56 β€” RPC: https://bsc-dataseed.binance.org
- Block explorer: bscscan.com β€” verify transactions
- Trust Wallet has native support β€” no manual network add
- Hardware wallets work via MetaMask β€” same as Ethereum

## Staking
- Stake BNB with validators β€” earn staking rewards
- Minimum stake varies by validator β€” typically 1 BNB minimum
- Unbonding period: 7 days β€” funds locked during unstaking
- Slashing risk exists β€” choose reliable validators
- Liquid staking options: stkBNB, ankrBNB β€” maintain liquidity while staking

## Common Scams
- "USDT" with wrong contract β€” verify against official addresses
- Honeypot tokens β€” can buy but not sell
- Fake PancakeSwap sites β€” always verify URL
- Airdropped tokens you didn't request β€” often scam triggers
- "Validators" asking for private keys β€” never share

## Common Issues
- "Insufficient funds for gas" β€” need BNB for gas, not just tokens
- Wrong network β€” ETH sent to BNB Chain address (same address, different chains)
- High slippage on DEX β€” low liquidity tokens
- Transaction pending β€” try increasing gas price
- Contract interaction failed β€” check approval and balance

## Security
- Same security model as Ethereum β€” private key = full access
- Revoke unused approvals β€” bscscan.com token approval checker
- Verify all contract addresses β€” especially for popular tokens
- Use hardware wallet for large amounts β€” same setup as Ethereum
- Don't interact with unknown airdropped tokens β€” can contain malicious contracts

Overview

This skill assists with BNB Chain transactions, BEP-20 tokens, gas estimation, wallet configuration, staking basics, and safe cross-chain transfers. It helps users avoid common mistakes like sending funds to the wrong network and interacting with unverified contracts. The guidance is practical for wallet setup, DeFi interactions, and bridge usage.

How this skill works

The skill inspects the target network, token contract types (BEP-20), and gas requirements to provide actionable steps and warnings. It explains address compatibility, required native BNB for gas, typical gas costs, and the correct RPC/chain ID for MetaMask. It also outlines bridge options and security checks (contract verification, approval revocation, scam patterns).

When to use it

  • Setting up MetaMask or Trust Wallet for BNB Chain (chain ID 56, RPC URL).
  • Preparing a transfer or contract call that requires BNB for gas or token approvals.
  • Moving assets between BNB Chain and other networks (Ethereum or centralized exchanges).
  • Interacting with PancakeSwap, Venus, or other BNB DeFi protocols.
  • Checking transaction failures, pending transactions, or unusual approval requests.

Best practices

  • Always verify token contract addresses on bscscan.com before trading or approving.
  • Keep native BNB in the wallet to cover gas; token balance alone does not pay fees.
  • Use reputable bridges (cBridge, Multichain, Stargate) and double-check destination network.
  • Revoke unused token approvals and use hardware wallets for large balances.
  • Confirm site URLs and avoid interacting with unknown airdropped tokens.

Example use cases

  • Walkthrough to add BNB Chain to MetaMask (Chain ID 56, RPC https://bsc-dataseed.binance.org).
  • Estimate gas for a BEP-20 transfer or a DeFi swap and suggest a safe gas price.
  • Guide on bridging ETH to BNB Chain using a reputable bridge and explaining wrapped assets.
  • Checklist to verify a token before buying: contract verification, liquidity, and holder distribution.
  • Steps to stake BNB with a validator, including minimums, unbonding period, and liquid staking options.

FAQ

Do Ethereum addresses and keys work on BNB Chain?

Yes. BNB Chain uses the same 0x address format and EVM-compatible keys, but networks are distinctβ€”sending funds to the wrong network can permanently lose assets.

What token pays gas on BNB Chain?

Native BNB is required for all gas. Wrapped or bridged versions do not substitute for native BNB when paying transaction fees.

How cheap is gas on BNB Chain compared to Ethereum?

Gas follows an EVM model but is typically much lower (often 3–5 gwei for simple transfers). Complex DeFi calls cost more but remain far cheaper than mainnet Ethereum.