What happens after you submit a contract, end-to-end.

A QorTrace Smart Contract Audit follows the same pipeline regardless of tier — the difference is depth of human review.

Pipeline stages

  1. Intake — you submit via GitHub URL, zip upload, or pasted source. We support 18 chains today.
  2. Static pre-pass — our 9-detector engine flags well-known anti-patterns (re-entrancy, tx.origin misuse, unchecked ecrecover, etc.) with example trigger snippets.
  3. AI deep-pass — Claude Sonnet 4.5 reads the full codebase + qortrace-method rubric and emits structured findings (severity, evidence, suggested remediation).
  4. Scoring — we apply the family-specific formula (BTC / EVM / Solana) and compute the security score 0-100 + the trust score.
  5. Delivery:
    • Standard tier → straight to a stamped PDF + public certificate. Minutes.
    • Deep Dive tier → all of the above PLUS a senior auditor reviews each finding, removes false positives, adds context-specific findings the model missed, and signs the final report. 2-5 business days depending on scope.

What you receive

AssetFormatWhere it lives
Signed PDF reportPDF/api/audit/{id}/report.pdf (cookie-authed)
Public certificateHTML / PNG / SVG/audit/{id}/certificate.html (anyone can view)
Verification URLHTML/verify/{id} (anyone can verify)
Embeddable badgeMarkdown / HTMLrendered on /account/audits/{id}
OG share cardPNG/api/audit/{id}/og.png for LinkedIn / X / Slack

Disputing a finding

Both tiers have a 30-day dispute window. Open a ticket from your audit detail page and a senior reviewer will respond within one business day. See the FAQ for the resolution process.