> ## Documentation Index
> Fetch the complete documentation index at: https://docs.maestrobots.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ⛓️ Supported Blockchains

> Maestro Scraper detects addresses for the following blockchains:

Maestro Scraper detects addresses for the following blockchains:

| Blockchain       | Address Format                                     | Example           |
| ---------------- | -------------------------------------------------- | ----------------- |
| **EVM**          | Starts with `0x` followed by 40 hex characters     | `0x1234abcd...`   |
| **Solana (SOL)** | Base58 encoded, 32-44 characters                   | `7xKXtg2CW87...`  |
| **TON**          | Starts with `EQ` or `UQ` followed by 46 characters | `EQAbCdEf123...`  |
| **TRON**         | Starts with `T` followed by 33 characters          | `TAbCdEf12345...` |

The app scans the message text, any embedded links, and the links and labels on inline buttons for these address patterns. Trading channels often hide the contract behind a **Buy** or **Chart** button, or drop the address straight into the button text, so those are picked up too.

<Info>
  Maestro Scraper also recognises *Uniswap v4* pool links - the newer 64-character `0x` pool IDs - from any site. A v4 pool shared as a link is detected and forwarded like any other address, where before it was missed or read incorrectly.
</Info>
