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

# Example data palette

> Consistent fictional org, customer, and wallet values used across all code samples in this site

## Example data palette

The examples in this site use a consistent fictional org, customer, and transaction set. None of the values collide with magic suffixes unless an example is explicitly illustrating a failure path.

| Entity                         | Value                                                               |
| ------------------------------ | ------------------------------------------------------------------- |
| Business name                  | `Aurora Robotics Inc.`                                              |
| Individual name                | `Aiko Tanaka`                                                       |
| Customer email                 | `aiko.tanaka@aurorarobotics.example`                                |
| US routing number              | `021000021` (Chase)                                                 |
| US account number (happy path) | `000094300000`                                                      |
| Wire bank                      | `Chase Bank`                                                        |
| Wire bank address              | `270 Park Ave, New York, NY 10017, USA`                             |
| Phone                          | `+12125550199`                                                      |
| EVM wallet (happy path)        | `0xaa11aa11aa11aa11aa11aa11aa11aa11a55ee99c`                        |
| Tron wallet (happy path)       | `TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t`                                |
| Solana wallet (happy path)     | `So11111111111111111111111111111111111111112`                       |
| Idempotency-key generator      | `uuidgen` (bash) / `crypto.randomUUID()` (TS) / `uuid.uuid4()` (py) |
| Webhook endpoint stand-in      | `https://webhook.site/<your-token>`                                 |

Magic-suffix addresses introduced in the scenario libraries override the happy-path EVM value above and explicitly call out the suffix's effect.
