tx-status
Transaction Status
Fetch on-chain receipt data for a transaction hash: status, block number, gas used, and explorer link.
Prerequisites
- A valid transaction hash (starts with
0x). - No authentication required — this is a public chain query.
Rules
- You MUST use the same
--chainflag that was used for the original transaction. A Base tx hash will not be found on Monad. - Use this skill AFTER every
sendortradeto verify success.
Commands
npx fibx@latest tx-status <hash> [--chain <chain>] [--json]
More from ahmetenesdur/fibx-agentic-wallet-skills
balance
Check wallet balances (native and ERC-20 tokens) on Base, Citrea, HyperEVM, or Monad.
21authenticate-wallet
Authenticate the fibx CLI wallet via email OTP (Privy) or private key import. Required before any wallet operation (balance, send, trade, aave). Private keys are encrypted at rest with AES-256-GCM.
20send
Send native tokens (ETH, cBTC, HYPE, MON) or ERC-20 tokens to an address on Base, Citrea, HyperEVM, or Monad. Simulates before sending.
15trade
Swap tokens using Fibrous aggregation on Base, Citrea, HyperEVM, or Monad. Finds optimal route, simulates before execution.
13portfolio
Show a consolidated cross-chain portfolio overview with USD valuations for all token holdings and DeFi positions. Use when the user asks about their portfolio, net worth, total value, or asset breakdown across chains.
3config
View and modify fibx CLI configuration, such as setting custom RPC URLs to avoid rate limits.
2