DEX · EdgeX

EdgeX audit reports and smart-contract security

The security of the EdgeX Exchange platform is a synergy of cutting-edge cryptography and rigorous code-review procedures. Incubated by Amber Group and backed by strategic investment from Circle Ventures, the protocol implements a hybrid infrastructure where the speed of an off-chain matching engine is combined with the absolute reliability of settlement based on ZK-Rollup (StarkEx / EDGE Stack).

Below is the official registry of audit opinions confirming the reliability of the architecture, the security of L1 fund custody and the correctness of the token buyback mechanism.

The audit architecture: SlowMist, RigSec and PeckShield

SlowMist & PeckShield (Core Protocol and StarkEx audit)

The core of EdgeX's security was reviewed by SlowMist specialists. As part of white-box and black-box testing, they performed a deep analysis of the StarkPerpetual contracts (position management, state machines) and MultiSigPoolV5WithPermit. In parallel, PeckShield acted as auditor of the underlying StarkEx / EDGE Stack architecture, guaranteeing that the off-chain engine operator (Sequencer) cannot falsify traders' balances or carry out fictitious liquidations.

RigSec (EdgeX V1 DEX smart-contract audit)

Before mainnet launch, the independent firm RigSec conducted a scrupulous audit of the EdgeX V1 MVP smart contracts. The auditors identified and helped fix vulnerabilities related to routing tokens through the 1inch aggregator (RS-01) and standardized cryptographic signatures in line with EIP-712 (RS-02), providing monolithic transaction protection.

ChainSecurity (Buyback mechanism and tokenomics)

After the launch of the automatic EDGE token buyback program (Dynamic Buyback Engine), the Swiss firm ChainSecurity analyzed the buyback smart contracts. The goal of the audit was to protect the contract against manipulation by MEV bots (sandwich attacks, front-running) by verifying built-in TWAP constraints and daily routing limits.

Risk management (Fund Custody) and Escape Hatch

Traditional audits review code, but the EdgeX architecture protects users at a fundamental level through Data Availability and emergency-withdrawal mechanisms built into the StarkEx engine.

  • Non-custodial model (Self-Custody): funds are held in a protected L1 (Ethereum) smart contract. The contract physically lacks an admin_withdraw function. Fund movements are possible only via cryptographic ZK proofs signed with the user's private key.
  • Forced-Withdrawal mechanism (Escape Hatch): in case of transaction censorship or EdgeX server outages, the architecture provides for an "evacuation" mode. A user can submit a Merkle proof of their balance directly to the Ethereum network and withdraw their USDC/USDT, bypassing the exchange's off-chain infrastructure.

Official security reports

The table below lists the security reports for the EdgeX ecosystem. All documents are publicly available in the official EdgeX documentation repository (GitBook).

Component / Protocol Auditor Vulnerability summary (TL;DR) Original reports
EdgeX Core Protocol
L1 Custody & StarkPerpetual
SlowMist / PeckShield Audited & Verified. White-box and Black-box testing passed. The L1 on-chain asset-custody architecture and ZK verification were deemed reliable.
Reports
EdgeX V1 MVP Contracts
DEX Smart Contracts
RigSec Resolved (RS-01, RS-02). Logic errors in token routing (1inch router) and EIP-712 signature formation were successfully discovered and fixed before launch. Report
$EDGE Dynamic Buyback
Buyback & Tokenomics Logic
Cantina Audited. The automatic buyback code is protected against MEV attacks. Multisignature mechanisms and daily limits have been implemented. Report

Official EdgeX documentation GitBook Docs

Education hub: Auditing ZK-Rollup protocols

Interpreting audits of ZK exchanges built on StarkEx (like EdgeX) differs radically from reviewing classic AMMs. The focus is not on pool math but on the correctness of State Transitions.

Data Availability

Auditors verify that the EdgeX sequencer publishes enough data on L1 (Ethereum) for any independent node to reconstruct the balance state. If the data were unavailable, the Escape Hatch mechanism would not work. The reports confirm strict on-chain data binding to StarkEx proofs.

Circuit Logic

In a ZK-Rollup, the order-matching logic itself is embedded in mathematical circuits. Auditors prove that it is impossible to create a valid proof for an invalid trade (for example, withdrawing funds without the trader's digital signature).

Real-time token security monitoring

We strongly recommend investors use on-chain analytics platforms to track the EDGE token's Security Score. You can monitor contract administrative privileges (Owner Privilege) and watch administrative transactions (Timelock) in real time through CertiK Skynet tools.

Check $EDGE on CertiK Skynet
---