# Multichain

The data worlds of EVM and Solana are markedly different. Transactions in Solana are transparent, allowing observers to see all transaction effects and account changes on the blockchain. For EVM, this level of transparency is achieved only by programming all transactions and indexing changes that occur during transaction execution. DH3.io goes beyond indexing events for EVM chains, delving deeper into indexing the entire call tree, with all parameters, inter-contract interactions, balance changes, and other critical details needed by analysts. This approach brings the data of EVM chains into close correspondence with the transparency level available for Solana transactions.

* DPC


---

# Agent Instructions: 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:

```
GET https://docs.dh3.io/dh3-focus/multichain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
