# 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 both the message text and any embedded URLs/links for these address patterns.
