pinion-tx

Decodes Base transaction data and receipts for arbitrary transaction hashes.

95|6|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/chu2bard/pinion-os --skill pinion-tx-chu2bard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinion-tx
Source: https://github.com/chu2bard/pinion-os/tree/main/skills/tx
Command: npx skills add https://github.com/chu2bard/pinion-os --skill pinion-tx-chu2bard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decode Base transaction data and receipts for arbitrary transaction hashes to verify on-chain activity.

Core Features & Use Cases

  • Decode transaction data and receipts for Base mainnet.
  • Verify sender, recipient, value, gas usage, and status for on-chain activity.
  • Use cases: auditing agent activity, validating payments, extracting transaction details for reporting.

Quick Start

Provide a Base transaction hash to the skill to retrieve its decoded details.

Frequently Asked Questions about pinion-tx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decode a Base transaction hash to verify on-chain activity?

To decode a Base transaction, provide a valid 0x-prefixed 64-hex-character hash to retrieve sender, recipient, value, gas used, status, block number, and timestamp for on-chain verification.

What transaction details can I extract from a Base mainnet transaction?

You can extract hash, from, to, value, gasUsed, status, blockNumber, and timestamp fields from Base mainnet transactions to audit agent activity, validate payments, or generate on-chain reports.

Can I use a Base transaction hash to audit agent payment activity?

Yes, you can audit agent payment activity by decoding Base transaction receipts to verify the sender, recipient, value transferred, and transaction status for arbitrary transaction hashes on Base mainnet.

Do I need a specific transaction hash format to decode Base on-chain data?

Yes, decoding Base on-chain data requires a 0x-prefixed transaction hash containing exactly 64 hexadecimal characters to successfully query the endpoint and return decoded transaction data and receipts.

What is the best way to verify a Base payment transaction status?

The best way to verify a Base payment transaction status is to decode the transaction receipt using its hash, which returns the status field alongside sender, recipient, value, gas used, and timestamp for confirmation.