> For the complete documentation index, see [llms.txt](https://helio.gitbook.io/helio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helio.gitbook.io/helio/the-problem.md).

# The Problem

The blockchain ecosystem is increasingly vulnerable to sophisticated malicious activities such as large-scale scams, fraudulent token launches, and covert manipulation schemes. Despite its potential for transparency, blockchain technology currently lacks efficient and precise tools for identifying and analyzing extensive networks of suspicious activity. The absence of advanced solutions to track and understand complex on-chain behavior leads to several critical challenges:

1. Limited Detection of Large Networks
   * Existing tools struggle to analyze multi-layered and interconnected transactions across wallets and tokens in real-time.
   * Suspicious activities often remain undetected due to the lack of robust tools capable of identifying hidden schemes or potential large-scale launches.
   * Incomplete or shallow analysis results in missed opportunities to prevent scams or reveal valuable insights.
2. Inadequate Competitor Solutions
   * Tools like Bubble Maps attempt to cover multiple blockchains but fail to provide deep, actionable insights for any single ecosystem, including Solana.
   * Their analyses are frequently incomplete, fail to generate, or only scratch the surface with single-layer maps, leaving critical connections and patterns unexplored.
   * The absence of precise, Solana-focused tracking solutions leaves a significant gap in understanding the flow of assets through exchanges and tokens.
3. Barriers to Accessible, Advanced Analysis
   * Current tools are limited in their capacity to analyze activity through multiple layers or in various directions, especially across decentralized and centralized exchanges.
   * Advanced features like AI-driven insights or prompt-based explanations for complex visualizations are rare or underdeveloped.
   * This restricts users from gaining a comprehensive understanding of blockchain networks, whether for investment decisions, security audits, or regulatory compliance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helio.gitbook.io/helio/the-problem.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
