okx-onchain-gateway

Broadcast pre-signed on-chain transactions and estimate gas across multiple networks.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/aviral10x/agent-arena --skill okx-onchain-gateway-aviral10x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: okx-onchain-gateway
Source: https://github.com/aviral10x/agent-arena/tree/main/.agents/skills/okx-onchain-gateway
Command: npx skills add https://github.com/aviral10x/agent-arena --skill okx-onchain-gateway-aviral10x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill simplifies broadcasting on-chain transactions, gas estimation, simulation, and order tracking across multiple networks, reducing manual tooling and integration effort.

Core Features & Use Cases

  • Gas estimation and gas price retrieval across supported chains
  • Transaction simulation (dry-run) and pre-broadcast validation
  • Broadcast of pre-signed transactions with order tracking
  • Cross-chain support and error handling for failed broadcasts

Quick Start

Provide a pre-signed transaction hex, your sender address, and the target chain to broadcast and monitor the result.

Frequently Asked Questions about okx-onchain-gateway

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I broadcast a pre-signed transaction on Ethereum or Solana?

To broadcast pre-signed transactions on Ethereum or Solana, provide the transaction hex, sender address, and target chain to receive an orderId and txHash for tracking.

Can I simulate an on-chain transaction before broadcasting to validate gas?

Yes, you can simulate on-chain transactions as a dry-run to validate gas estimates and check for errors prior to the actual broadcast across supported chains.

Does this tool support gas estimation for multiple networks like Arbitrum and Base?

Yes, gas estimation and gas price retrieval are supported across multiple networks including Arbitrum, Base, BSC, Ethereum, and Solana.

What is the best way to track broadcast orders for signed payloads?

Tracking broadcast orders requires submitting a signed payload and target chain, which returns an orderId and txHash to monitor the transaction status.

Can I use MEV protection options when broadcasting cross-chain transactions?

Yes, broadcasting cross-chain transactions supports MEV protection options to help prevent front-running and prioritize transaction inclusion on supported networks.

How does error handling work for failed on-chain transaction broadcasts?

Error handling for failed broadcasts captures simulation and network failures, returning error details with the orderId to help diagnose cross-chain broadcast issues.