# Send BNB to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bnb",
    "name": "BNB",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/ivangdavila/bnb",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/bnb",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/bnb",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bnb",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "bnb",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T01:44:42.805Z",
      "expiresAt": "2026-05-06T01:44:42.805Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bnb",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bnb",
        "contentDisposition": "attachment; filename=\"bnb-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "bnb"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bnb"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bnb",
    "downloadUrl": "https://openagent3.xyz/downloads/bnb",
    "agentUrl": "https://openagent3.xyz/skills/bnb/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bnb/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bnb/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T01:44:42.805Z
- Expires at: 2026-05-06T01:44:42.805Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/bnb)
- [Send to Agent page](https://openagent3.xyz/skills/bnb/agent)
- [JSON manifest](https://openagent3.xyz/skills/bnb/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/bnb/agent.md)
- [Download page](https://openagent3.xyz/downloads/bnb)