1247/across-bridge/SKILL.md
Bridge ETH and ERC-20 tokens between EVM chains using Across Protocol v3. Supports Ethereum, Arbitrum, Optimism, Base, Polygon, BSC, Linea, and zkSync Era.
npx skillsauth add starchild-ai-agent/community-skills @1247/across-bridgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Bridge ETH and ERC-20 tokens between EVM chains using Across Protocol v3 SpokePool.
| Chain | Chain ID | |-------|----------| | Ethereum | 1 | | Arbitrum | 42161 | | Optimism | 10 | | Base | 8453 | | Polygon | 137 | | BSC | 56 | | Linea | 59144 | | zkSync Era | 324 |
| Token | Notes | |-------|-------| | ETH | Native ETH (bridged via WETH internally) | | USDC | Native USDC where available | | USDT | Major chains | | WBTC | Ethereum, Arbitrum, Optimism | | DAI | Major chains |
pip install requests eth-abi
python3 skills/across-bridge/scripts/bridge.py <from_chain_id> <to_chain_id> <amount_wei> <wallet_address> [token_symbol]
Examples:
Bridge 0.01415 ETH from Arbitrum to Ethereum:
python3 skills/across-bridge/scripts/bridge.py 42161 1 14150000000000000 0xYourWallet
Bridge 100 USDC from Base to Arbitrum:
python3 skills/across-bridge/scripts/bridge.py 8453 42161 100000000 0xYourWallet USDC
The script outputs a JSON object with:
to — SpokePool contract address on origin chainvalue — ETH value to send (amount for ETH bridges, "0" for ERC-20)data — encoded depositV3() calldataoutput_amount_wei — amount you'll receive on destinationestimated_fill_time_sec — estimated seconds to receive fundsnote — for ERC-20: reminder to approve the SpokePool before sendingFor ERC-20 tokens (USDC, USDT, etc.), approve the SpokePool to spend your tokens first:
# Approve call: token.approve(spokePool, amount)
# Use wallet_transfer with the token contract's approve() calldata
The script output includes a note field with the token address and SpokePool address when approval is needed.
wallet_transfer(
to="<SpokePool address from script>",
amount="<value from script>", # amount_wei for ETH, "0" for ERC-20
chain_id=<origin chain id>,
data="<data from script>"
)
After broadcasting, check fill status using the deposit tx hash:
python3 skills/across-bridge/scripts/bridge.py status <origin_chain_id> <deposit_tx_hash>
Or verify arrival directly:
wallet_balance(chain=<destination_chain>)
Across relayers typically fill within seconds to a few minutes. The estimated_fill_time_sec from the quote gives a per-route estimate.
User: "Bridge 50 USDC from Base to Arbitrum"
note field — approve USDC to SpokePool if neededwallet_transfer with the encoded calldatastatus check or call wallet_balance(chain="arbitrum") to confirm arrivalmsg.value = amount (no approval needed)msg.value = 0, token approval required firstapp.across.to/api/suggested-fees — valid for ~30sexclusivityDeadline is handled correctly whether the API returns an offset or absolute timestamprequests
eth-abi
Install: pip install requests eth-abi
development
--- name: "@5326/fvg-delta-forex-engine" version: 6.0.0 --- # FVG-Delta Forex Signal Engine v6.0 A production FastAPI service that scans the global forex market on **15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, and alerts on the late stages. It is the forex evolution of the FVG-Delta crypto engine — **identical strategy**, refined for forex speed and mechanics. ## What it scans A curated, liquidity-screened universe (no illiquid exotics, no
development
--- name: "@5322/fvg-engine" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine v6.0 A production FastAPI service that scans MEXC UST-M perpetual futures on **closed 15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, draws annotated chart screenshots, sends per-trade Telegram alerts, and serves a live dashboard with an in-memory Trade History. Everything lives in `assets/app.py`; the rest is config, docs, and entrypoints. ## The strategy — five lo
development
Builds and app/bot to print Crypto Futures Signals based on a Strategy.
development
--- name: "@5312/delta-strategy" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine — Agent / Maintainer Guide (v5.5) This is the single source of truth for any AI agent or engineer taking over this project. Read it fully before touching `app.py`. It explains the strategy, the code workflow, every bug that was fixed in this revision, the current state, and the rules for updating the app and its docs safely. --- ## 1. What the app is A production-style FastAPI service that scans **MEXC UST-