okx-onchain-gateway

Broadcast signed transactions and track orders across multiple blockchain networks.

1|2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/ranimth0707/PanicShield --skill okx-onchain-gateway-ranimth0707
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okx-onchain-gateway
Source: https://github.com/ranimth0707/PanicShield/tree/main/.agents/skills/okx-onchain-gateway
Command: npx skills add https://github.com/ranimth0707/PanicShield --skill okx-onchain-gateway-ranimth0707

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Broadcast on-chain transactions and manage their lifecycle across multiple chains.

Core Features & Use Cases

  • Gas price retrieval and gas-limit estimation
  • Transaction simulation (dry-run)
  • Broadcast of signed transactions
  • Real-time order tracking

Quick Start

Check current gas prices with onchainos gateway gas --chain ethereum and then broadcast a signed transaction with onchainos gateway broadcast.

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 signed transaction across multiple chains like Ethereum and Solana?▼

To broadcast a signed transaction across multiple chains, you can use a unified gateway API and CLI to submit pre-signed transaction data and track its lifecycle across networks like Ethereum, BSC, and Solana.

Can I estimate gas prices and limits before broadcasting an on-chain transaction?▼

Yes, you can estimate gas prices and limits before broadcasting an on-chain transaction by retrieving current gas price data and running gas-limit estimation through the gateway CLI.

What is the best way to simulate an on-chain transaction before execution?▼

The best way to simulate an on-chain transaction before execution is to perform a dry-run transaction simulation, allowing you to validate the signed transaction outcome without committing it to the network.

Does this transaction broadcasting gateway support Base and XLayer networks?▼

Yes, this transaction broadcasting gateway supports Base and XLayer networks, alongside Ethereum, BSC, and Solana, enabling cross-chain order tracking and signed transaction broadcasting.

How do I track the status of a broadcasted on-chain transaction in real-time?▼

You can track the status of a broadcasted on-chain transaction in real-time by utilizing the order tracking feature, which manages the transaction lifecycle from broadcast to final confirmation.