{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bnb",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bnb",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/bnb",
    "agentPageUrl": "https://openagent3.xyz/skills/bnb/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bnb/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bnb/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Network Clarity (Critical)",
        "body": "\"BNB Chain\" is the main smart contract chain — formerly Binance Smart Chain (BSC)\n\"BNB Beacon Chain\" was for staking — deprecated, merged into BNB Chain\nBEP-20 tokens on BNB Chain — equivalent to ERC-20, EVM compatible\nSame address format as Ethereum — 0x... addresses work on both\nDIFFERENT networks — sending to wrong network loses funds"
      },
      {
        "title": "BNB Token",
        "body": "Native gas token for BNB Chain — needed for all transactions\nAlso available as BEP-2 (legacy), ERC-20 (Ethereum), and other wrapped versions\nBNB on Binance exchange can be withdrawn to multiple networks — choose carefully\nBurning mechanism reduces supply — quarterly burns based on trading volume"
      },
      {
        "title": "Gas and Fees",
        "body": "EVM compatible gas model — same as Ethereum but cheaper\nGas prices typically 3-5 gwei — much lower than Ethereum\nStandard transfer ~21,000 gas — costs fraction of a cent\nComplex DeFi transactions cost more — but still very cheap\nFast block time (3 seconds) — quick confirmations"
      },
      {
        "title": "BEP-20 Tokens",
        "body": "Same interface as ERC-20 — all ERC-20 tooling works\nApprove + transfer pattern — same as Ethereum\nMany tokens have same name as Ethereum versions — but different contracts\nVerify contract address on bscscan.com — scam tokens everywhere\nPopular tokens: USDT, USDC, BUSD (deprecated), CAKE, various memes"
      },
      {
        "title": "Cross-Chain Transfers",
        "body": "Binance exchange supports direct withdrawal to BNB Chain — easiest method\nBridges: cBridge, Multichain, Stargate — verify bridge reputation\nBNB Chain ↔ Ethereum requires bridge — not same network despite same addresses\nopBNB is L2 on BNB Chain — even lower fees, different RPC\nWrapped assets need unwrapping — bridged ETH is not native ETH"
      },
      {
        "title": "DeFi Ecosystem",
        "body": "PancakeSwap is largest DEX — similar to Uniswap\nVenus for lending/borrowing — similar to Aave\nLower TVL than Ethereum DeFi — but still significant\nHigher rug pull risk — less auditing culture\nVerify contracts before interacting — bscscan shows verification status"
      },
      {
        "title": "Wallet Configuration",
        "body": "MetaMask works natively — add BNB Chain network\nChain ID: 56 — RPC: https://bsc-dataseed.binance.org\nBlock explorer: bscscan.com — verify transactions\nTrust Wallet has native support — no manual network add\nHardware wallets work via MetaMask — same as Ethereum"
      },
      {
        "title": "Staking",
        "body": "Stake BNB with validators — earn staking rewards\nMinimum stake varies by validator — typically 1 BNB minimum\nUnbonding period: 7 days — funds locked during unstaking\nSlashing risk exists — choose reliable validators\nLiquid staking options: stkBNB, ankrBNB — maintain liquidity while staking"
      },
      {
        "title": "Common Scams",
        "body": "\"USDT\" with wrong contract — verify against official addresses\nHoneypot tokens — can buy but not sell\nFake PancakeSwap sites — always verify URL\nAirdropped tokens you didn't request — often scam triggers\n\"Validators\" asking for private keys — never share"
      },
      {
        "title": "Common Issues",
        "body": "\"Insufficient funds for gas\" — need BNB for gas, not just tokens\nWrong network — ETH sent to BNB Chain address (same address, different chains)\nHigh slippage on DEX — low liquidity tokens\nTransaction pending — try increasing gas price\nContract interaction failed — check approval and balance"
      },
      {
        "title": "Security",
        "body": "Same security model as Ethereum — private key = full access\nRevoke unused approvals — bscscan.com token approval checker\nVerify all contract addresses — especially for popular tokens\nUse hardware wallet for large amounts — same setup as Ethereum\nDon't interact with unknown airdropped tokens — can contain malicious contracts"
      }
    ],
    "body": "Network Clarity (Critical)\n\"BNB Chain\" is the main smart contract chain — formerly Binance Smart Chain (BSC)\n\"BNB Beacon Chain\" was for staking — deprecated, merged into BNB Chain\nBEP-20 tokens on BNB Chain — equivalent to ERC-20, EVM compatible\nSame address format as Ethereum — 0x... addresses work on both\nDIFFERENT networks — sending to wrong network loses funds\nBNB Token\nNative gas token for BNB Chain — needed for all transactions\nAlso available as BEP-2 (legacy), ERC-20 (Ethereum), and other wrapped versions\nBNB on Binance exchange can be withdrawn to multiple networks — choose carefully\nBurning mechanism reduces supply — quarterly burns based on trading volume\nGas and Fees\nEVM compatible gas model — same as Ethereum but cheaper\nGas prices typically 3-5 gwei — much lower than Ethereum\nStandard transfer ~21,000 gas — costs fraction of a cent\nComplex DeFi transactions cost more — but still very cheap\nFast block time (3 seconds) — quick confirmations\nBEP-20 Tokens\nSame interface as ERC-20 — all ERC-20 tooling works\nApprove + transfer pattern — same as Ethereum\nMany tokens have same name as Ethereum versions — but different contracts\nVerify contract address on bscscan.com — scam tokens everywhere\nPopular tokens: USDT, USDC, BUSD (deprecated), CAKE, various memes\nCross-Chain Transfers\nBinance exchange supports direct withdrawal to BNB Chain — easiest method\nBridges: cBridge, Multichain, Stargate — verify bridge reputation\nBNB Chain ↔ Ethereum requires bridge — not same network despite same addresses\nopBNB is L2 on BNB Chain — even lower fees, different RPC\nWrapped assets need unwrapping — bridged ETH is not native ETH\nDeFi Ecosystem\nPancakeSwap is largest DEX — similar to Uniswap\nVenus for lending/borrowing — similar to Aave\nLower TVL than Ethereum DeFi — but still significant\nHigher rug pull risk — less auditing culture\nVerify contracts before interacting — bscscan shows verification status\nWallet Configuration\nMetaMask works natively — add BNB Chain network\nChain ID: 56 — RPC: https://bsc-dataseed.binance.org\nBlock explorer: bscscan.com — verify transactions\nTrust Wallet has native support — no manual network add\nHardware wallets work via MetaMask — same as Ethereum\nStaking\nStake BNB with validators — earn staking rewards\nMinimum stake varies by validator — typically 1 BNB minimum\nUnbonding period: 7 days — funds locked during unstaking\nSlashing risk exists — choose reliable validators\nLiquid staking options: stkBNB, ankrBNB — maintain liquidity while staking\nCommon Scams\n\"USDT\" with wrong contract — verify against official addresses\nHoneypot tokens — can buy but not sell\nFake PancakeSwap sites — always verify URL\nAirdropped tokens you didn't request — often scam triggers\n\"Validators\" asking for private keys — never share\nCommon Issues\n\"Insufficient funds for gas\" — need BNB for gas, not just tokens\nWrong network — ETH sent to BNB Chain address (same address, different chains)\nHigh slippage on DEX — low liquidity tokens\nTransaction pending — try increasing gas price\nContract interaction failed — check approval and balance\nSecurity\nSame security model as Ethereum — private key = full access\nRevoke unused approvals — bscscan.com token approval checker\nVerify all contract addresses — especially for popular tokens\nUse hardware wallet for large amounts — same setup as Ethereum\nDon't interact with unknown airdropped tokens — can contain malicious contracts"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/bnb",
    "publisherUrl": "https://clawhub.ai/ivangdavila/bnb",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}