Fund Flow

Trace funds across multiple hops from a Base address and render a Mermaid graph.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill fund-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fund Flow
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/fund-flow
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill fund-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trace funds across multiple hops from a Base address and render a Mermaid flow graph. Keyless — no explorer key needed.

Core Features & Use Cases

  • Read per-hop transfers and aggregate by counterparty to identify top endpoints.
  • Render a Mermaid graph showing flow across hops with directionality and values.
  • Supports keyless mode and depth control; suitable for risk monitoring and cash-out investigations.

Quick Start

Trace funds from a Base address across 2 hops and render the Mermaid flow graph.

Frequently Asked Questions about Fund Flow

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

FAQPage Schema
How do I trace fund flow across multiple hops from a Base blockchain address?

Trace fund flow across multiple hops by reading per-hop transfer data from a Base address, aggregating counterparty endpoints, and rendering a Mermaid graph to visualize liquidity paths. It supports configurable depth for both inbound and outbound directions.

Do I need a Basescan API key to visualize on-chain liquidity paths?

No, you do not need a Basescan API key to visualize on-chain liquidity paths. The keyless mode reads transfer data directly from the explorer, while optional Basescan metadata can be added for richer context when available.

What is the best way to investigate cash-out paths for Base network risk monitoring?

Investigate cash-out paths for risk monitoring by setting an outbound direction and configurable hop depth. The process aggregates transfer data per hop, identifies top endpoints, and outputs a Mermaid graph summarizing the flow.

Can I use Mermaid graphs for blockchain forensics and on-chain risk analysis?

Yes, you can use Mermaid graphs for blockchain forensics and on-chain risk analysis. The tool renders flow across hops with directionality and values, making it suitable for tracing funds and identifying top endpoints.

How does the hop depth control affect tracing funds across a Base-like network?

Hop depth control limits the number of transfer iterations traced from the starting Base address. Setting a deeper hop count reads more transfer data per hop, aggregating a wider set of counterparty endpoints for a more comprehensive Mermaid graph.

What are the limitations of using a keyless mode for on-chain fund forensics?

Keyless mode for on-chain fund forensics relies on read-only explorer data without authentication. While sufficient for basic hop tracing and Mermaid graph rendering, it may lack richer context unless optional Basescan metadata is integrated.