Skip to content
Data provided by CoinGecko
Glossary

Audit

Audit in crypto usually means a third-party review of smart-contract code, protocol design, or (for issuers) reserve attestations within a stated scope and date. An audit report is evidence that someone looked. It is not a lifetime warranty that funds cannot be lost.

Why it matters

DeFi users and token launch desks lean on audit logos because code is money. Missing access controls, reentrancy bugs, oracle misuse, and upgrade keys have drained protocols after clean marketing pages. A serious reader checks scope, findings severity, whether issues were fixed, and whether the live bytecode still matches what was reviewed.

Audits also age. Teams ship new contracts, change parameters, or add bridges after the PDF date. A six-month-old report does not cover yesterday’s proxy upgrade. Multiple firms and public bug bounties help, yet operational keys and governance still sit outside many code reviews.

Reserve audits or attestations for stablecoin issuers are a different product. They speak to backing assets at a point in time, not to smart-contract safety on every chain where the token lives. Do not mix the two claims.

Good audit hygiene is boring: read the date, read the in-scope contracts, read open findings, and compare deployed addresses. Prefer reports that discuss privileged roles and upgrade paths, not only toy reentrancy examples. If a team refuses to publish findings or rotates proxies weekly without review, the badge on the landing page is marketing. Code review reduces unknown unknowns. It does not remove known admin powers you chose to ignore.

For traders, the practical output of an audit is a checklist of residual powers and assumptions. Can an admin bridge funds? Can a multisig upgrade logic? Does the system rely on a single oracle path? Those questions survive even after severity-high bugs are marked fixed. An audit that never mentions privileged roles is incomplete for capital allocation decisions.

Example

A lending market advertises three audits. The latest report still flags an admin key that can pause markets and change collateral factors. The desk treats the audits as useful context, then sizes risk around that key and around oracle design, not around the badge count. Related: smart contract, DeFi, and oracle.

← All glossary terms