AlphaAssay $ test my signal
PRODUCTS

One engine. Four ways to use the verdict.

Everything below runs on the same deterministic test battery. Same input, same verdict — bit for bit, every time. What differs is what you do with the result.

01 · VALIDATE

Put a signal on trial.

Send a signal or backtest (returns series, equity curve or trade list). The battery tests it out of sample, against chance and against overfitting — and returns a verdict with the reasons attached: which gate it died at, how close it was, and what survived.

  • Verdict — pass, conditional, fail, or an honest „not enough evidence".
  • Failure codes — machine-readable; your agent acts on them directly.
  • Placebo percentile — your timing vs. 500 random twins with the same profile.
  • Signature — every verdict signed, replayable by anyone.
$0.50 / CALL · VARIANTS OF THE SAME FAMILY $0.10
diagnosis — strat_4217
{
  "verdict":     "fail",
  "died_at":     "gate_2_family_deflation",
  "failure_codes": [
    "edge_collapses_at_lag1",
    "family_budget_exhausted"
  ],
  "placebo_percentile": 61,   // beats 61% of 500 random twins
  "survival_map": {
    "delay_1bar":   "dead",
    "cost_stress":  "survives",
    "jackknife":    "survives",
    "regime_split": "dead",
    "param_wiggle": "survives"
  },
  "search_budget_left": 4
}
02 · PRE-REGISTER

Call it before the data exists.

Deposit your hypothesis today; it gets a tamper-proof public timestamp — a mathematical seal anyone can check. Then the market happens. Then we evaluate, strictly on data from after your timestamp. The result is the only kind of track record that cannot be backfilled, cherry-picked or rewritten: you provably called it first.

$0.10 REGISTRATION + $0.25 PER FORWARD EVALUATION

03 · FORENSICS

The full autopsy.

When a signal fails — or barely passes — the forensics report shows the whole picture: how the edge decays when you delay execution, what realistic costs do to it, whether it survives with chunks of history removed, how it behaves across market regimes, and how much capital it could actually carry before eating itself. Know where the edge died, so you stop digging in dead ground.

$2–5 PER REPORT

04 · CERTIFY

Credibility that travels.

Export any verdict as a signed certificate. Whoever you show it to — an investor, a prop desk, a skeptical forum — can check on our verify page (or fully offline) that it is genuine and unaltered. If a single byte was changed, the check fails.

$29–49 PER CERTIFICATE

FREE · FOR EVERYONE

Your agent can test us before it pays us.

  • Golden specimens — test cases with known, bit-identical verdicts. Verify we get right positives, right negatives and honest abstention.
  • Public calibration ledger — how our past verdicts turned out, updated daily, free to pull.
  • Certificate verification — check any AlphaAssay verdict, no account needed.

run it now — the 60-second quickstart

verify us in 60 seconds
# no signup — a specimen with a known answer:
$ curl -s https://api.alphaassay.com/v1/assay/demo \
    -d @golden_lookahead.json

{
  "verdict":   "fail",
  "gradient":  ["edge_collapses_at_lag1"],
  "signature": "ed25519:9f2a…" 
}

Pick your signal. We do the rest.