orbiter-bridge-tx

Derive the bridge transaction step from quote input (skips approve).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "orbiter-bridge-tx" with this command: npx skills add orbiter-finance/bridge-skills/orbiter-finance-bridge-skills-orbiter-bridge-tx

Orbiter Bridge Tx

Derive the bridge transaction step from quote input so it can be signed and broadcast directly.

When to Use

  • You want tx data without parsing the quote response
  • You want the actual bridge tx (not the approve or swap tx)

Inputs

  • sourceChainId (string)
  • destChainId (string)
  • sourceToken (string)
  • destToken (string)
  • amount (string)
  • userAddress (string)
  • targetRecipient (string)
  • slippage (number, optional)
  • feeConfig (object, optional)
  • channel (string, optional)

Outputs

  • tx (data/to/value/gasLimit)
  • quote (original quote, including fees and details)

CLI Example

orbiter bridge tx \
  --source-chain 42161 \
  --dest-chain 8453 \
  --source-token 0x0000000000000000000000000000000000000000 \
  --dest-token 0x0000000000000000000000000000000000000000 \
  --amount 300000000000000 \
  --user 0xabc... \
  --recipient 0xabc...

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

orbiter-tokens

No summary provided by upstream source.

Repository SourceNeeds Review
General

orbiter-bridge-quote

No summary provided by upstream source.

Repository SourceNeeds Review
General

orbiter-tx-broadcast

No summary provided by upstream source.

Repository SourceNeeds Review
General

orbiter-sign-broadcast

No summary provided by upstream source.

Repository SourceNeeds Review