bridging-to-abstract

Installation
SKILL.md

Bridging to Abstract

Abstract supports a native Ethereum bridge and six third-party bridge providers for moving assets from other chains. This skill covers bridge selection, timing, costs, and programmatic bridge quotes.

Operating Rules

  • Identify the user's source chain and asset before recommending a bridge.
  • For Ethereum → Abstract, recommend the native bridge for trustlessness or Relay for speed.
  • For non-Ethereum chains (Base, Arbitrum, Solana, etc.), third-party bridges are the only option.
  • Verify funds arrived via agw wallet balances after bridging.
  • Read references/native-bridge.md for native bridge architecture, contracts, and timing.
  • Read references/third-party-bridges.md for Relay API, Stargate, and other provider details.

Bridge Selection

digraph bridge_select {
    "Source chain?" [shape=diamond];
    "Speed priority?" [shape=diamond];
Related skills

More from abstract-foundation/agw-cli

Installs
21
GitHub Stars
1
First Seen
Mar 24, 2026