pinion-tx

Decode Base mainnet transaction details from a transaction hash.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill pinion-tx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinion-tx
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-pinion-os/skills/tx
Command: npx skills add https://github.com/nirholas/agenti --skill pinion-tx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly obtain decoded transaction data and receipt details for Base transactions using a given transaction hash.

Core Features & Use Cases

  • Decode transaction metadata: hash, from, to, value, gasUsed, status, blockNumber, and timestamp for any Base mainnet transaction.
  • Validate and audit transactions by extracting structured details for reconciliation and reporting.
  • Use cases include transaction verification, auditing, and simple on-demand decoding for integration with dashboards.

Quick Start

Provide a Base transaction hash 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 get receipt details?

To decode a Base transaction, provide the transaction hash to retrieve structured details including hash, from, to, value, gasUsed, status, blockNumber, and timestamp for mainnet verification.

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

You can extract core transaction metadata fields from any Base mainnet transaction, specifically hash, from, to, value, gasUsed, status, blockNumber, and timestamp for auditing and reconciliation.

Can I use this for Base transaction auditing and reconciliation?

Yes, you can validate and audit Base transactions by extracting structured receipt details like gasUsed and status, which are useful for transaction verification and reporting.

What's the best way to verify a Base blockchain transaction without manual inspection?

The best way to verify a Base blockchain transaction is to decode its hash into structured fields like blockNumber and timestamp, providing on-demand data for dashboards and integration.

Does decoding Base transactions work for all mainnet block numbers?

Decoding Base transactions works for any Base mainnet transaction hash, extracting blockNumber and timestamp data as long as the transaction exists on the mainnet.

Why does my Base transaction decode show missing receipt fields?

A Base transaction decode extracts specific fields: hash, from, to, value, gasUsed, status, blockNumber, and timestamp. Missing data typically means the transaction hash is invalid or not on Base mainnet.