Privacy-first trust infrastructure

Prove anything is real.
Reveal nothing.

A verifiable proof replaces sensitive data at every check. The proof travels — your data never does.

See it prove — live
tiqx_a91f…✓ Real · 0 bytes stored
The Proof Engine

Pick your domain.
Run your proof.

One live proof engine for all six trust domains. Choose one — the pain, the proof, the buyer and the API all change with it.

Your device — raw data
Input
▓▓▓▓▓▓
trust
boundary
Verifier — proof only
Result
— — —
Ready — proves in <2s.
Who buys it
What they get
Why TrustIQX

Nothing stored.
Nothing to breach.

01
0 bytes
of PII stored. There's nothing to leak, subpoena, or lose — only the proof ever leaves the device.
02
6 → 1
six trust domains, one API. Enroll, prove, verify — same three calls everywhere you check.
03
99.97%
proof accuracy across every domain. Cryptographic, not "we think so" — court-admissible where it counts.
Pricing

Start free.
Pay only for what you use.

One usage-based model across every domain. 500 free proofs each month, then $0.02 per proof — no seats, no monthly commitment.

Free
$0 forever
Test, prototype, ship a pilot
500 proofs / month
  • All 3 API endpoints (enroll / prove / verify)
  • Self-serve API keys
  • 0 bytes of PII stored
  • No credit card required
Start free
Recommended
Pay-as-you-go
$0.02 / proof
After your 500 free monthly proofs
Unlimited · billed monthly
  • Everything in Free
  • Unlimited proofs · no monthly commitment
  • Usage dashboard + Stripe invoices
  • Webhooks & request logs
  • First 500 each month still free
Add payment
Enterprise
Custom
Regulated scale, high volume, contracts
Committed volume · discounts
  • Committed volume + volume discounts
  • On-prem keys / dedicated deployment
  • Custom SLA
  • Dedicated support
Talk to us
Every tier ships the same API and stores 0 bytes of PII. Cancel any time from Stripe's billing portal.

Start proving
what's real.

The proof travels. Your data never does.
Welcome back

Sign in to your account

Access your dashboard, API keys, and live proofs.

Don't have an account? Sign up
Get started free

Create your account

500 free proofs a month. No card required.

Already have an account? Sign in
Confirm your email

Check your inbox

We sent a confirmation link to you@company.com. Click it to activate your account, then return here to sign in.

Already confirmed? Sign in
Wrong email? Go back

Welcome

Your account at a glance.

Proofs this month
0
of 500 used
Plan
Free
500 proofs / month
Active domains
6
all six trust domains available

Six trust domains

The same enroll / prove / verify contract, across every domain.

Humanage & identity, zero biometrics retained
Deviceattestation, genuine & untampered hardware
Digitaldocument / image / video provenance
Enterprisewires, invoices, counterparty verification
AIagent & generated-asset identity
Physicalproduct authenticity, anti-counterfeiting

API Keys

Authenticate every request with a secret key. Treat keys like passwords — never share them or commit them to code.

Your live key

Click Get API key to generate one. Copy it — the server only stores its hash, so you won't see it again.

No key generated yet.

Your existing keys

Every key below is tied to your account. Revoking a key disables it immediately.

Loading…

Your endpoints

Three calls: enroll, prove, verify. Pass your key as a bearer token on every request.

1 Enroll — register a commitment on-device
POST https://api.trustiqx.com/v1/enroll
Authorization: Bearer <your key>
Content-Type: application/json

{ "domain": "human", "commitment": "0x…" }

 { "enrolled": true, "id": "…" }
2 Prove — generate a proof for a claim
POST https://api.trustiqx.com/v1/{domain}/prove
Authorization: Bearer <your key>
Content-Type: application/json

{ "claim": "age_over", "threshold": 18 }

 { "proof": "tiqx_…", "verdict": "PASS" }
3 Verify — check a proof anywhere
POST https://api.trustiqx.com/v1/verify
Authorization: Bearer <your key>
Content-Type: application/json

{ "proof": "tiqx_…" }

 { "valid": true, "verdict": "PASS" }
🔒 Keep keys secret. If a key leaks, generate a new one — the old key stops working immediately.

Usage

Real proofs generated through your API keys.

Loading your usage…

Billing

Free-tier + metered pay-as-you-go via Stripe.

Plan status Free
First 500 proofs free · $0.02 per proof after

Documentation

API reference, guides, and integration examples.

PDF
API & Product Overview
The three-call contract across six domains
PDF
Security & Privacy
Zero-knowledge, zero PII stored
PDF
Compliance Mapping
Domain-to-regulation across UK & EU
PDF
Quickstart
Your first proof in minutes