- Confidence
- 0.94
- Coverage
- 5 / 5
Established domain with consistent identity and reputation history.
ProceedQeris turns fragmented digital evidence into one explainable, reproducible Trust Decision.
Merchant history — insufficient evidence
Trust Engine evaluating available evidence.
The trust gap
Every digital interaction leaves signals — domains, identities, reputation, history. Qeris receives observations from validated signal providers and normalizes them into canonical evidence that a versioned policy can evaluate.
Decision states
A Trust Decision is a structured status with reasons — never a raw score left for you to interpret. Confidence expresses how certain the engine is in that decision, not how safe the subject is.
Established domain with consistent identity and reputation history.
ProceedNewly registered domain with conflicting reputation evidence.
Proceed carefullyConfirmed impersonation matching known fraudulent infrastructure.
Prevent interactionNot enough evidence available to reach a decision.
Verify independentlyDelivery surfaces
Evidence, policy, and decisions stay separate so each surface can evolve without breaking consistency.
The Trust Engine and SDK foundation are available today. The Browser Layer is in Alpha; Trust Explorer and the hosted Enterprise API are planned.
For developers
Send canonical evidence; receive a reproducible decision with confidence and reasons. Same input, same policy version, same result.
POST /v1/evaluate
{
"subject": { "type": "url", "value": "https://pay.example-store.com" },
"policy": "consumer-payment v1",
"includeExplanation": true
}200 OK
{
"status": "CAUTION",
"confidence": 0.82,
"coverage": { "available": 4, "total": 5 },
"reasons": [
"Newly registered domain",
"Brand identity mismatch",
"Conflicting reputation evidence"
]
}Enterprise
Qeris fits security, financial, marketplace, and AI workflows as one consistent, inspectable trust step.
Evaluation flow
Collect signals
Validated signal providers gather digital observations.
Normalize evidence
Observations become canonical, stable contracts.
Evaluate policy
A versioned policy deterministically reasons over available evidence.
Return decision
A structured status with confidence and reasons.
Record for replay
Every decision can be reproduced and inspected later.
Where it fits
Principles
Every decision ships with the reasons and evidence behind it.
The same evidence and policy version always produce the same decision.
Providers observe; policy decides. No hidden scoring, no guesswork.
Explore the platform, evaluate the open foundations, and follow Qeris as new delivery surfaces ship.