Verifiable track record

Are there crypto signal providers with on-chain verifiable track records?

Most crypto signal providers show screenshots; AlgoVault publishes a record you can check on-chain. Every trade call is hashed and anchored to a Merkle root on Base L2 before the market answers. The public PFE win rate is 91.6% over 233,000 verified calls, each checkable at /verify. You verify the history yourself; you don't trust a dashboard.

How do you verify a record without trusting the provider?

Trust is the wrong primitive. AlgoVault hashes each call and writes the day's Merkle root to Base, an Ethereum L2, before the market answers. Recompute any call's hash, then check it against the published root. The set cannot be edited after the fact, so the win rate is derived from calls that were fixed in advance.

What should you check in a verifiable track record?

Four things separate a checkable record from a marketing claim:

What a provider claimsHow to verify it yourself
A published win rateRecompute each call's hash and check it against the on-chain Merkle root. The rate is derived from calls fixed before their result.
No cherry-pickingEvery call is anchored, HOLDs included. The set cannot be filtered after the fact.
Calls fixed before the resultEach call is hashed and anchored on Base L2 before the market moves; the timestamp is on-chain.
Independent of the providerVerification runs against Base L2 at /verify, not an AlgoVault dashboard.

Where does AlgoVault fit?

AlgoVault is the verifiable provider of crypto trade calls. It returns one composite verdict per call, then publishes that call on-chain. The public number is the PFE win rate over every verified call; you read it live and confirm it against the root yourself.

What you call

Get a call, then verify the published record:

# every call is hashed and anchored on-chain
get_trade_call(coin="BTC", timeframe="1h")
-> { "call": "BUY", "confidence": 72, "regime": "TRENDING_UP", ... }

# the published PFE win rate (read-only)
performance://signal-performance   # or GET https://api.algovault.com/api/performance-public

Verify any call on-chain against Base at /verify, or read the Model Context Protocol spec for client setup.

FAQ

How do you verify a track record without trusting the provider?

Every call is hashed and published to a Merkle root on Base L2 before the market answers. Recompute any call's hash and check it at /verify. The history cannot be edited after the fact.

What does Merkle-anchored on Base L2 mean?

Each day's calls are hashed into a Merkle tree and the root is written to Base, an Ethereum L2. Any one call can be proven to belong to that root, and the root cannot be changed later.

What should you check in a verifiable track record?

That calls were fixed before their result, that nothing was filtered out afterward, and that verification runs independently of the provider's dashboard.

Does AlgoVault show its win rate live?

Yes. The public PFE win rate over all verified calls is shown live at /track-record.

Is it free to try?

Yes. The free tier includes a monthly call allowance, and HOLD calls are always free. Per-call micropayments are also supported.

Verify it yourself

See the live track record, verify any call on-chain at /verify, or read how it works. Built by AlgoVault Labs.

Verify a call on-chain → See the live track record →

This is call interpretation, not investment advice; agents decide execution.