What problem does it solve? Sending raw transactions on-chain requires juggling gas estimation, dry-run simulation, signed transaction broadcasting, and status tracking across many chains, each with different formats and fee models. This Skill consolidates those steps into six onchainos gateway commands so you can go from a signed transaction to on-chain confirmation without manual RPC work. ## Core Features & Use Cases - Gas Estimation: Query current gas prices (legacy and EIP-1559 base/priority fees) and estimate gas limits for specific transactions on XLayer, Ethereum, Solana, Base, BSC, Arbitrum, and more. - Transaction Simulation: Dry-run a transaction to preview asset changes, gas usage, and failure reasons before committing funds. - Broadcast & Tracking: Broadcast pre-signed transactions (hex for EVM, base58 for Solana) with optional MEV protection, then track order status via orderId or txHash. - Use Case: After a swap skill generates signed approve and swap transactions, broadcast the approve first, then the swap immediately after, and track both orders until confirmation. ## Quick Start Ask the agent to check the current gas price on XLayer and then simulate and broadcast your signed transaction on that chain.