tres-explorer-tx-to-ledger

Import blockchain transactions into the TRES Finance ledger via GraphQL mutations.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Tres-Finance-Public/tres-finance --skill tres-explorer-tx-to-ledger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tres-explorer-tx-to-ledger
Source: https://github.com/Tres-Finance-Public/tres-finance/tree/main/skills/tres-explorer-tx-to-ledger
Command: npx skills add https://github.com/Tres-Finance-Public/tres-finance --skill tres-explorer-tx-to-ledger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires TRES MCP server, WebFetch, GraphQL mutation, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of adding blockchain transactions to the TRES Finance ledger, reducing the time and effort spent on manual ledger entry creation.

Core Features & Use Cases

  • Blockchain Transaction Import: Automatically record blockchain transactions from explorer URLs or transaction hashes into the TRES Finance ledger.
  • Data Extraction: Parse and extract essential transaction details like hash, timestamp, and token transfers.
  • User Wallet Identification: Automatically identify the user's wallet involved in the transaction or allow manual selection.
  • Sub-Transaction Creation: Create detailed sub-transactions for token transfers, gas fees, and internal wallet movements.
  • Mutation Execution: Execute a GraphQL mutation to add the transaction and its sub-transactions to the ledger.
  • Use Case: For accounting teams managing blockchain finances, this Skill helps to streamline the reconciliation process by accurately and efficiently recording transactions.

Quick Start

Use the tres-explorer-tx-to-ledger skill to add the transaction from the provided Etherscan URL to the TRES Finance ledger.

Frequently Asked Questions about tres-explorer-tx-to-ledger

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

FAQPage Schema
How do I import blockchain transactions into my accounting ledger?

You can import blockchain transactions into your accounting ledger by providing explorer URLs or transaction hashes. The system parses the transaction data, identifies wallets, and generates detailed sub-transactions for token transfers and gas fees automatically.

Can I add Etherscan transactions to the TRES Finance ledger automatically?

Yes, you can add Etherscan transactions to the TRES Finance ledger automatically. By supplying the Etherscan URL, the system extracts transaction details, identifies user wallets, and executes a GraphQL mutation to record the entry directly.

Do I need a TRES MCP server to record blockchain transactions?

Yes, you need access to the TRES MCP server to record blockchain transactions. The server manages the ledger operations required to execute GraphQL mutations and successfully add the parsed transaction entries to your financial records.

What is the best way to automate crypto reconciliation for token transfers and gas fees?

The best way to automate crypto reconciliation is using a tool that parses blockchain transactions and creates detailed sub-transactions for token transfers and gas fees. This streamlines recording by automatically executing GraphQL mutations to update the ledger.

How does wallet identification work when importing blockchain transactions?

Wallet identification works by automatically detecting the user's wallet involved in a blockchain transaction during the parsing phase. If automatic detection is insufficient, it allows manual selection to ensure accurate sub-transaction creation for the ledger entry.