Product documentation for Archon's Mantle-native audit, gas optimization, and proof system.
Archon documentation
Archon is a Mantle-native smart-contract audit agent that turns a repository or verified source input into three product artifacts:
- an explainable security report,
- gas optimization evidence that is grounded in real measurements, and
- an on-chain proof trail for important audit work.
These docs describe the live product architecture as it exists today. When a feature is planned for a later session, it is explicitly labeled as planned instead of presented as production behavior.
See it in action: watch the demo · follow @archondevtools on X.
What to read first
- New to Archon: start with What is Archon? and Quickstart.
- Running security work: read Running a scan and Findings & severity.
- Optimizing Mantle gas: read How Mantle gas works before interpreting gas reports.
- Verifying work: read Proof logging and Verifying a proof.
Product principles
Archon follows a strict nothing fake rule:
- On-chain proof links must point to real chain resources or be absent.
- Gas telemetry must come from stored reports and optimization records, not placeholder counters.
- Mantle L1 data availability cost is treated as receipt truth when available.
- Planned API, whitepaper, and webhook surfaces are labeled as planned until shipped.
Current live surfaces
- Marketing and app shell:
/ - Documentation:
/docs - Authenticated app:
/app - Gas reports:
/app/gas - Cost Guard telemetry:
/app/cost-guard - Agent metadata:
/.well-known/archon-agent.json



