jeremylongshore

monitoring-cross-chain-bridges

@jeremylongshore/monitoring-cross-chain-bridges
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

Monitor cross-chain bridge TVL, volume, fees, and transaction status across networks. Use when researching bridges, comparing routes, or tracking bridge transactions. Trigger with phrases like "monitor bridges", "compare bridge fees", "track bridge tx", "bridge TVL", or "cross-chain transfer status".

Installation

$skills install @jeremylongshore/monitoring-cross-chain-bridges
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/crypto/cross-chain-bridge-monitor/skills/monitoring-cross-chain-bridges/SKILL.md
Branchmain
Scoped Name@jeremylongshore/monitoring-cross-chain-bridges

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: monitoring-cross-chain-bridges description: | Monitor cross-chain bridge TVL, volume, fees, and transaction status across networks. Use when researching bridges, comparing routes, or tracking bridge transactions. Trigger with phrases like "monitor bridges", "compare bridge fees", "track bridge tx", "bridge TVL", or "cross-chain transfer status".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(pythonbridge_monitor) version: 1.0.0 author: Jeremy Longshore jeremy@intentsolutions.io license: MIT

Cross-Chain Bridge Monitor

Overview

Monitor cross-chain bridge activity across multiple protocols. Track TVL, compare fees and transfer times, and monitor transaction status for bridges like Stargate, Across, Wormhole, and LayerZero.

Prerequisites

Before using this skill, ensure you have:

  • Python 3.8+ with requests library
  • Internet access for DefiLlama and bridge APIs
  • Optional: Custom RPC URLs for on-chain verification

Commands

tvl - Bridge TVL Rankings

python bridge_monitor.py tvl --limit 20

Shows bridges ranked by Total Value Locked.

bridges - List All Bridges

python bridge_monitor.py bridges
python bridge_monitor.py bridges --chain arbitrum

Lists bridges by 24h volume with optional chain filter.

detail - Bridge Details

python bridge_monitor.py detail --bridge stargate

Shows detailed info including volume, chains, and TVL breakdown.

compare - Compare Routes

python bridge_monitor.py compare --source ethereum --dest arbitrum --amount 1000 --token USDC

Compares fees and transfer times across bridges for a route.

tx - Track Transaction

python bridge_monitor.py tx --tx-hash 0x...
python bridge_monitor.py tx --tx-hash 0x... --bridge wormhole

Tracks bridge transaction status across protocols.

chains - List Chains

python bridge_monitor.py chains

Shows all supported chains.

protocols - List Protocols

python bridge_monitor.py protocols

Shows supported bridge protocols with their chains.

Instructions

  1. Check bridge TVL rankings:

    cd {baseDir}/scripts
    python bridge_monitor.py tvl
    
  2. Compare bridge routes before transferring:

    python bridge_monitor.py compare -s ethereum -d base -a 5000 -t USDC
    
  3. Get bridge details for research:

    python bridge_monitor.py detail --bridge across
    
  4. Track a transaction:

    python bridge_monitor.py tx --tx-hash 0x1234...
    
  5. Export to JSON for analysis:

    python bridge_monitor.py -f json bridges > bridges.json
    

Supported Bridges

BridgeTypeAvg TimeTypical Fee
WormholeMessaging~15 min~0.1%
LayerZeroMessaging~3 min~0.06%
StargateLiquidity~2 min~0.06%
AcrossLiquidity~1 min~0.04%

Supported Chains

  • Ethereum, BSC, Polygon, Arbitrum, Optimism
  • Base, Avalanche, Fantom, Solana (Wormhole)
  • 45+ total chains via DefiLlama

Output

  • TVL rankings: Bridges sorted by locked value
  • Fee comparison: Side-by-side fee and time estimates
  • TX status: Source/destination confirmation status
  • JSON format: Structured data with -f json flag

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling including:

  • API unavailability and fallback behavior
  • Transaction tracking edge cases
  • Rate limiting mitigation

Examples

See {baseDir}/references/examples.md for detailed examples including:

  • Finding best route for large transfers
  • Monitoring transactions after bridging
  • Research workflows for bridge safety

Resources

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.