Skip to content

Audit Reports

Sera's smart contracts have been independently audited. Full reports — findings, severity classifications, and remediations applied — are published in the contracts repository alongside the audited revision.

View Audit Reports on GitHub →

Audited Contracts

The audited revision of every deployed contract lives on the audit branch of sera-cx/orderbook-contract-v2. Source links below point directly at the audited code.

Contract Source Description
Sera.sol src/Sera.sol Core settlement, signatures, withdrawals
SeraSOR.sol src/SeraSOR.sol Smart Order Router for multi-leg routes
SeraBatcher.sol src/SeraBatcher.sol Batch execution wrapper
Vault.sol src/Vault.sol Asset custody and ledger balances

Verifying the Deployment

The on-chain addresses listed on the Contract Overview correspond to compiled artifacts from the audited source. You can independently verify the deployment by reading the on-chain bytecode and comparing against the build output for the audit branch.

Why Audits Matter

Sera is fully non-custodial — your funds live in these contracts, not in a centralized custodian. Independent audits give you a second pair of eyes on the code that enforces deposits, matching, settlement, and withdrawals. See Non-Custodial Design for the broader security model.