Cryptographic proof for every algorithmic trading event.
| EventID (UUID v7) | Type | Timestamp (UTC) | Symbol | Hash (Prefix) | Status |
|---|---|---|---|---|---|
| 01934e...ab12 | ORD | 14:02:05.123456789 | XAUUSD | 8f2a... | Anchored |
| 01934e...ab13 | REJ | 14:02:05.123456800 | XAUUSD | 7b2c... | Verified |
| 01934e...ab14 | EXE | 14:02:05.123457112 | XAUUSD | 9d1b... | Anchored |
| 01934e...ab15 | SIG | 14:02:05.123458220 | AIBTC | e4f5... | Pending |
| 01934e...ab16 | GOV | 14:02:06.000000000 | - | a1b2... | Anchored |
Based on VCP specification, financial numbers are stored as strings to eliminate IEEE 754 floating-point errors.
{
"Header": {
"EventID": "01934e3a-7b2c-7f93-8f2a-1234567890ab",
"EventType": "REJ",
"Timestamp": "1732358400123456789",
"ClockSyncStatus": "PTP_LOCKED"
},
"Payload": {
"Symbol": "EURUSD",
"Price": "1.08500",
"OrderSize": "5.00",
"RiskSnapshot": {
"NewsTradingRestricted": "true",
"MaxDrawdownLimit": "10000.00"
}
},
"Security": {
"Signature": "e6a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1...",
"HashAlgo": "SHA256"
}
}Visualize the verification path through the Merkle tree structure.
The following companies have adopted the VCP standard and provide technical auditability of their trading data. VSO continuously monitors and immediately revokes certification from non-compliant entities.
| Company | Tier | Verification Page | Audit Report | Status |
|---|---|---|---|---|
| Alpha Quant Exchange | π Platinum | [View Events] | [2025-Q3] | Compliant |
| Nova Prop Trading | π₯ Gold | [View Events] | [2025-Q3] | Compliant |
| FairTrade FX | π₯ Silver | [View Events] | [2025-Q3] | Compliant |
| Omega Markets | π₯ Silver | [Archived] | [View Violation Report] | Revoked |
Integrate verification functionality into your applications using the VCP API.
# Get event verification status curl https://api.veritaschain.org/v1/events/01934e3a-7b2c-7f93-8f2a-1234567890ab