Verify a Vault's Decisions
Amyth's verify tool lets you prove that any vault's trade history matches its declared decision logic. This is how we back up "transparent" with cryptographic proof.
What decision hashes are
Every time your bot makes a decision (trade, hold, or skip), Amyth computes a hash of the decision data — the inputs, the logic path, and the output action. This hash is written onchain as a Solana memo alongside the trade transaction. Later, the verify tool re-computes the expected hash and compares it to what's onchain. If they match, the decision is verified. The system did exactly what it said it would.
How to verify
Go to the Verify page
Navigate to /verify. If you're logged in, your own vaults appear as quick-select options.
Paste a vault address
Enter any vault's public key, yours or anyone else's. Verification works on any Amyth vault, not just your own.
View the summary
The tool shows a coverage summary: how many recent epochs were verified, the verification rate, and the time range sampled. Click any epoch to drill into the detail view.
Inspect individual epochs
Each epoch shows: the expected decision hash, the onchain memo hash, whether they match, the regime at the time, and the actions taken. Click the transaction signature to view it on Solscan.
What the statuses mean
The verify tool works on any Amyth vault address. You can verify a marketplace strategy creator's vault before subscribing, or verify a friend's vault they shared with you. Transparency is public by default.