layerzero-bridge

layerzero-bridge is a skill for Claude Code, Codex from tenzro/tenzro-network. It costs 64 tokens per session (3,261 once invoked), scanned A, original, Apache-2.0.

A LayerZero V2 service for sending messages and assets between blockchains. It includes Stargate, a LayerZero-based bridge for ETH, USDC, and USDT, and supports more than 130 chains, including Solana.

In plain words
What is it for?
Use it for cross-chain messages, OFT token transfers, Stargate bridging, Value Transfer API quotes, and checking LayerZero security and execution settings.
Why use it?
It brings cross-chain quotes, transfers, message tracking, and network information into one set of tools instead of requiring separate integrations.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/tenzro/tenzro-network/layerzero-bridge
Any agent
npx skills add tenzro/tenzro-network --skill layerzero-bridge
Clone the repo
git clone --depth 1 https://github.com/tenzro/tenzro-network

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for layerzero-bridge

README.md
[![agentmods](https://agentmods.dev/badge/skills/tenzro/tenzro-network/layerzero-bridge.svg)](https://agentmods.dev/skills/tenzro/tenzro-network/layerzero-bridge)
Your own site
<a href="https://agentmods.dev/skills/tenzro/tenzro-network/layerzero-bridge"><img src="https://agentmods.dev/badge/skills/tenzro/tenzro-network/layerzero-bridge.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,261 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00064 $0.03261
Opus 5 $0.00032 $0.01631
Sonnet 5 $0.00013 $0.00652
Haiku 4.5 $0.00006 $0.00326

Measured 4d ago against content hash 334a8345ccb5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

layerzero-bridge scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/layerzero-bridge/SKILL.md · 299 lines

How it starts

The opening of the file, as written. The whole thing — 299 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LayerZero Bridge Skill

The most complete LayerZero V2 MCP server available. 20 tools covering every LayerZero integration surface: low-level EndpointV2 messaging, OFT token transfers, Stargate V2 native bridging (ETH/USDC/USDT via StargatePoolNative contracts), and the new Value Transfer API (unified quotes across 130+ chains including Solana).

MCP Endpoint

Service URL Description
LayerZero MCP https://layerzero-mcp.tenzro.xyz/mcp LayerZero MCP Server (port 3006)

For local development, use http://localhost:3006/mcp.

LayerZero V2 Overview

LayerZero is an omnichain interoperability protocol enabling cross-chain messaging between 130+ blockchains. V2 uses EndpointV2 contracts with configurable security (DVNs) and execution (Executors).

Key concepts:

  • EID (Endpoint ID) — Unique chain identifier (Ethereum: 30101, Solana: 30168)
  • OFT (Omnichain Fungible Token) — Tokens transferable across chains via LayerZero. OFT V2 uses uint64 amountSD (shared decimals) instead of uint256 amountLD
  • Stargate V2 — Liquidity-based bridge built on LayerZero for native assets (ETH, USDC, USDT)
  • Value Transfer API — New unified LayerZero API replacing deprecated Stargate REST API (130+ chains)
  • DVN (Decentralized Verifier Network) — Security verification layer
  • Options — TYPE_3 options (version tag 0x0003) for configurable gas and native drop on destination execution

Supported Chains (16 chains):

Chain EID RPC
Ethereum 30101 eth.llamarpc.com
Arbitrum 30110 arb1.arbitrum.io/rpc
Optimism 30111 mainnet.optimism.io
Polygon 30109 polygon-rpc.com
BSC 30102 bsc-dataseed.binance.org
Avalanche 30106 api.avax.network/ext/bc/C/rpc
Base 30184 mainnet.base.org
Solana 30168 api.mainnet-beta.solana.com
zkSync 30165 mainnet.era.zksync.io
Sei 30280 evm-rpc.sei-apis.com
Sonic 30332 rpc.soniclabs.com
Berachain 30362 rpc.berachain.com
Story 30364 rpc.story.foundation
Monad 30390 rpc.monad.xyz
MegaETH 30398 rpc.megaeth.com
Robinhood Chain 30416 rpc.mainnet.chain.robinhood.com
Tron 30420 api.trongrid.io/jsonrpc

Read the full file on GitHub · 299 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 299 lines · 64 tokens per session scan A 334a8345ccb5

Subscribe to this mod's changes

layerzero-bridge is a skill published in the GitHub repository tenzro/tenzro-network (3 stars, last pushed 11d ago), licensed Apache-2.0. It adds 64 tokens to every session and 3,261 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

starchild-swap-and-bridge

Unified swap + bridge router combining WOOFi (best-price meta-aggregator on 14 EVM chains) and the LayerZero Value Transfer API (broad multi-chain bridging incl. Solana, Aptos, TON — discover supported chains/tokens dynamically). One workflow: classify the request, validate the wallet can actually execute, quote…

Starchild-ai-agent/official-skills · 100 tokens

layerzero-value-transfer

Cross-chain asset transfers via the LayerZero Value Transfer API. Quote, execute, and track bridging of 850 tokens across 170 chains (EVM, Solana, Aptos, TON) using OFT, Stargate, CCTP, and Aori routes. Quote-then-execute workflow with status polling.

Starchild-ai-agent/official-skills · 70 tokens

cross-chain-bridge

Cross-chain bridge skill for LayerZero, Wormhole, Stargate, and multi-chain asset transfers.

XSpoonAi/spoon-awesome-skill · 24 tokens

rh-bridge-pro

Advanced LayerZero bridge with liquidity seeding between Base and Robinhood Chain.

0xMatdis/Robinhood-Chain-Bankr-Tools · 19 tokens

blockchain-cross-chain

Cross-chain protocols, IBC, LayerZero, Wormhole, Axelar, CCIP, bridges, atomic composability, shared sequencer, cross-chain message passing. Covers trust models (light clients, external validators, ZK proofs), bridge security, token representation (canonical, wrapped, native), relayer economics, and cross-chain…

j4flmao/agent-skills · 108 tokens

bridge-analyzer

Compare, analyze, and risk-score cross-chain bridges across 30+ bridge protocols. Find optimal routes, monitor TVL changes, and detect anomalies. No API keys required.

XSpoonAi/spoon-awesome-skill · 39 tokens