skills/tx-status/SKILL.md
Check the on-chain status of a transaction and get the block explorer link. Supports Base, Citrea, HyperEVM, and Monad.
npx skillsauth add ahmetenesdur/fibx-agentic-wallet-skills tx-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetch on-chain receipt data for a transaction hash: status, block number, gas used, and explorer link.
0x).--chain flag that was used for the original transaction. A Base tx hash will not be found on Monad.send or trade to verify success.npx fibx@latest tx-status <hash> [--chain <chain>] [--json]
| Parameter | Type | Description | Required |
| --------- | ------ | ---------------------------------------- | -------- |
| hash | string | Transaction hash (0x...) | Yes |
| chain | string | base, citrea, hyperevm, or monad | No |
| json | flag | Output as JSON | No |
Default chain: base.
User: "Did my transaction go through?"
npx fibx@latest tx-status 0x123...abc
User: "Check tx 0xabc...def on Monad"
npx fibx@latest tx-status 0xabc...def --chain monad
{
"status": "success",
"blockNumber": "12345",
"gasUsed": "21000",
"from": "0x...",
"to": "0x...",
"explorerLink": "https://basescan.org/tx/0x...",
"chain": "base"
}
| Error | Action |
| ----------------------- | ----------------------------------------------------- |
| Transaction not found | Verify you are querying the correct chain. |
| Pending | Transaction is still in the mempool — wait and retry. |
| Rate limit / 429 | Use config skill to set a custom RPC. |
send or trade to verify transaction success.config to set a custom RPC if you encounter rate limit errors.testing
Get a swap price quote without authentication. Check exchange rates, output amounts, and route info for any token pair on Base, Citrea, HyperEVM, or Monad. No wallet or session required.
testing
Swap tokens using Fibrous aggregation on Base, Citrea, HyperEVM, or Monad. Finds optimal route, simulates before execution. Supports --simulate for gas-only estimation without sending.
testing
Send native tokens (ETH, cBTC, HYPE, MON) or ERC-20 tokens to an address on Base, Citrea, HyperEVM, or Monad. Simulates before sending. Supports --simulate for gas-only estimation.
data-ai
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.