Telemetry
For teams operating wallets, indexers, transactions, and onchain agents

Crypto And Onchain Automation Monitoring

Track indexed events, agent actions, transaction costs, wallet workflows, tool calls, and failed automation jobs.

Reviewed by the Telemetry product team on . Event contract, recommended analysis, and privacy boundaries. Review standards and ownership

Why this works
  • Query transaction, fee, wallet, deploy, and agent-run events together.
  • Measure gas cost, retries, failures, and downstream automation outcomes.
  • Create dashboards for operators without building an internal warehouse.
Use-case evidence path

Crypto And Onchain Automation Monitoring: from implementation to decision

A complete crypto and onchain automation monitoring measurement loop connects one owned workflow, a bounded event contract, a controlled fixture, and a question someone can act on.

  1. 1

    Set the boundary

    Log indexer updates, agent runs, wallet actions, transaction attempts, and deploys.

  2. 2

    Capture the outcome

    Begin with indexer_update_completed, transaction_submitted, transaction_failed and document the grain of each event.

  3. 3

    Prove the rows

    Create alerts around failed transactions, indexer stalls, and cost spikes.

  4. 4

    Make the decision

    Which automation workflows create the most failed transactions?

Agent prompt

Paste this into your coding agent

Replace YOUR_API_KEY after signup, then ask the agent to run the product flow and verify the first events.

agent prompt

Crypto And Onchain Automation Monitoring setup prompt

text
Instrument crypto and onchain automation workflows with Telemetry.

Use /skill.md and this Telemetry API key: YOUR_API_KEY

Please log indexer updates, wallet actions, agent runs, tool calls, transaction attempts, deploys, gas costs, and failures. Include chain_id, network, workflow_name, wallet_category, status, latency_ms, gas_cost_native, gas_cost_usd, retry_count, and error_type where relevant.

Create dashboards for transaction failures, gas cost by workflow, indexer freshness, tool-call failures, and recent deploy activity.

Do not log private keys, signatures, mnemonics, raw auth tokens, or sensitive wallet owner data.

Setup steps

  1. 1Log indexer updates, agent runs, wallet actions, transaction attempts, and deploys.
  2. 2Capture chain, wallet category, status, gas cost, latency, and error type.
  3. 3Add SQL queries for failed actions, cost by workflow, and recent deployments.
  4. 4Create alerts around failed transactions, indexer stalls, and cost spikes.

Events to capture

indexer_update_completedtransaction_submittedtransaction_failedagent_run_completedtool_call_failedgas_cost_recorded

Questions unlocked

  • Which automation workflows create the most failed transactions?
  • Where are gas costs or retries increasing?
  • Which agents or tools are responsible for operator interventions?

Event schema starting points

Review the row grain, emit boundary, required types, privacy classes, example payload, and validation checklist before adapting a query or snippet to production.

Related product capability

Continue this workflow in Alerts

Promote the reviewed reliability query into an owned threshold and response workflow.

Related SQL recipes

Answer the next question with SQL

Run the query against the structured fields from this workflow, inspect the example result, and turn a useful answer into a dashboard or alert.

Browse all recipes

Next step

Create the API key your agent will use

The free plan is enough to run the prompt, send test events, and review the first dashboard.

Related pages