okx-onchain-gateway

Broadcast pre-signed on-chain transactions with gas estimation, simulation, and order tracking.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/yikedu7/pawclaw --skill okx-onchain-gateway-yikedu7
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okx-onchain-gateway
Source: https://github.com/yikedu7/pawclaw/tree/main/packages/backend/src/runtime/okx-skills/okx-onchain-gateway
Command: npx skills add https://github.com/yikedu7/pawclaw --skill okx-onchain-gateway-yikedu7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Broadcasts pre-signed on-chain transactions and manages gas estimation, simulation, and order tracking across supported chains.

Core Features & Use Cases

  • Broadcast pre-signed transactions on supported blockchains
  • Estimate gas and gas limits, simulate transactions, and monitor order status
  • Integrates with swap workflows to complete multi-step operations

Quick Start

Start by checking current gas prices, then broadcast a signed transaction and monitor the resulting order.

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 on-chain transaction across multiple blockchains?▼

To broadcast signed on-chain transactions across multiple blockchains, submit the pre-signed transaction payload to the gateway. The system handles the network broadcast and returns an order ID to track the transaction status.

How do I estimate gas and simulate a transaction before broadcasting on-chain?▼

Estimate gas and simulate a transaction by calling the designated gas and simulate commands before broadcasting. This evaluates the gas limit and execution path to prevent failures and optimize costs for the signed transaction.

Can I track the status of my broadcasted blockchain transaction using an order ID?▼

You can track the status of broadcasted blockchain transactions using the generated order ID. The gateway monitors the on-chain execution and updates the order status to confirm final transaction results.

Does the on-chain gateway support MEV protection parameters during transaction simulation and broadcast?▼

The on-chain gateway supports MEV protection parameters during transaction simulation and broadcast when available on the target blockchain. This integrates anti-MEV logic into the multi-chain workflow for safer transaction execution.

What is the best way to manage multi-step on-chain workflows like swaps and order tracking?▼

The best way to manage multi-step on-chain workflows is to use a gateway that integrates gas estimation, simulation, and order tracking. This completes multi-step operations like swaps by linking broadcast and monitoring processes.

When should I use a pre-signed transaction broadcast instead of direct wallet execution?▼

Use a pre-signed transaction broadcast when managing multi-chain workflows that require external gas estimation, transaction simulation, and continuous order monitoring. This approach separates signing from network broadcast for safer execution.