Verify a Signal

Every Sovereign Signal alert includes a SHA-256 commitment hash. This proves our TP/SL targets were set before the trade, not after.

How it works

1

Signal fires

When the system detects a trade, it calculates TP and SL levels based on volatility data.

2

Hash is committed

The system creates a string with all trade parameters and hashes it with SHA-256. Format:

TYPE|SYMBOL|ENTRY|TP|SL|DIR|RANK|MINT|TIMESTAMP

3

Alert is published

The hash is included in every alert. The input string is revealed alongside the hash so anyone can verify.

4

You verify here

Paste the input and hash above. If the SHA-256 of the input matches the published hash, the targets were pre-committed. No one can change them after the fact.