Skip to content

Core service

Ongoing Smart Contract Security Review

A monthly retainer that reviews every contract change your team ships, instead of reading your code once before launch and never again.

Most security work treats your code as a single point-in-time event. This treats it as continuous: you keep shipping, and each diff is read for exploitability before it goes live. Built for small GameFi and DeFi teams on EVM chains — the ones audit firms are too large to prioritise.

$300–600 one-time Onboarding Review, then ongoing review from $300/month. Your exact monthly price and turnaround are set after the onboarding review, against your real codebase and how often you ship.

Medium
Code4rena finding on Megapot
Critical
Finding on BulkSender
2 paid
Audits: KoinArcade and BulkSender
3 disclosed
Ronin projects: Fableborne, Apeiron, MoTZ

Several of these are Ronin ecosystem projects, because that is where a lot of small GameFi teams ship. The work itself is not Ronin-specific: the review covers Solidity and Vyper on any EVM-compatible chain, including Ethereum, Base, Arbitrum, BNB Chain, and Polygon.

Best fit for

Small GameFi or DeFi teams with contracts already live on an EVM chain

Teams that deploy contract changes more than once a quarter

Founders who cannot pay for a full audit every time they ship a feature

Projects a traditional audit firm considers too small to prioritise

Focus areas

What I look at on this kind of codebase

Security and exploitability only. Gas optimisation, code style, and general code quality are explicitly out of scope.

Business-logic exploits

Sequences of entirely legal transactions that end badly — the class of bug that drains live protocols far more often than a compiler-level mistake does.

Economic and incentive design

Reward emission, fee routing, liquidation incentives, and house-edge maths: whatever a determined user will grind until it pays out more than it should.

Access control on changed paths

New or modified privileged functions, role boundaries that moved, upgrade hooks, and emergency functions that bypass every other control.

Accounting and token flows

Balance tracking, reward-per-share drift, rounding direction, and the arithmetic that empties a pool one transaction at a time.

External call safety

Reentrancy across the call graph a change opens up, untrusted callbacks, unchecked return values, and assumptions inherited from protocols you integrate.

Invariant breakage

The assumptions mapped during onboarding are re-checked against every diff, so a safe-looking change in one contract does not silently invalidate another.

Deliverables

What you receive

A reviewed diff before you deploy

Every contract change you submit is read for exploitability, along with each code path that reaches it, and comes back before the deploy rather than after.

Severity-rated findings with fixes

Each issue written up with impact, likelihood, the exact affected lines, and a concrete remediation step you can hand straight to a developer.

Proof-of-concept exploits

Where a finding is exploitable I include a reproducible test, so your team can confirm the severity in minutes instead of debating it.

A living map of your system

The trust boundaries, privileged roles, and invariants captured during the Onboarding Review are updated on every deploy, so the next diff is read against the code you actually have live.

How it works

How ongoing review runs

One baseline review at the start, then a loop that runs whether or not you are shipping. Steps three to five repeat for the life of the retainer.

  1. 01

    Scoping call

    A short call about what you have deployed and how often you ship contract changes. You leave knowing what the Onboarding Review will cost and when it can start.

  2. 02

    Onboarding Review

    A one-time $300–600 baseline read of your current codebase. I map the trust boundaries, privileged roles, value flows, and the assumptions your system relies on. This is also where your monthly price and turnaround are set, against real code rather than a guess.

  3. 03

    A diff, or a quiet month

    If you are shipping, you send the diff at least 3 business days before you deploy. If you are not, you send nothing and the retainer turns to the contracts already live. You never have to tell me which mode you are in — the absence of a diff is the signal.

  4. 04

    I review it against your map

    A diff is read for exploitability along with every code path that reaches it. A quiet month means your deployed contracts get re-read instead, checked against attack techniques that have become public since I last looked at them. Both are the same job against the same model of your system.

  5. 05

    Findings back, map updated

    Severity-rated, with a concrete fix for each, and I stay reachable while you patch. Whatever moved — your code or the set of known attacks — the assumptions map is updated so the next review starts from the current state. Steps three to five then repeat for as long as the retainer runs.

Pricing

What this costs per month

Two parts, in order. A one-time Onboarding Review that reads the code you already have live, then ongoing review of everything you ship after it. The Onboarding Review is where both prices stop being ranges and become your actual numbers.

Step 1 · required once

Onboarding Review

$300–600one-time

A baseline read of the codebase you already have deployed. It happens once, before any ongoing review begins, and it is where both the exact price for this step and your monthly price get settled against the real code rather than guessed from a form.

  • Read of your current deployed contracts end to end
  • A written map of trust boundaries, privileged roles, and value flows
  • Severity-rated findings in the code you have live today
  • A list of the assumptions your system depends on, which I then watch for breakage on every later deploy
  • Your exact price inside the $300–600 range, set by codebase size and complexity
  • Your monthly Ongoing Review price, quoted from what I actually found in the code
Turnaround
5–7 business days
Required
Once, before ongoing review starts
Ask about the Onboarding Review

Step 2 · ongoing

Ongoing Review

From $300/month

One offering with two triggers. When you are shipping, you send the diff and the changed code and everything it touches is reviewed for exploitability before it goes live. When you are not shipping, the same attention goes to the contracts you already have deployed: a periodic re-check of unchanged code against attack patterns that have become known since I last looked.

  • Changed code and every code path it touches, reviewed before you deploy
  • Periodic re-checks of existing contracts against newly known attack patterns
  • Severity-rated findings with a concrete fix for each
  • Proof-of-concept tests for anything exploitable
  • Direct line to me for questions while you patch
Exact price
Agreed after the Onboarding Review
Cadence and scope
Set with you, not by deploy count
Turnaround
Agreed with you — usually 3–5 business days per diff
Ask about the Ongoing Review

Ongoing Review starts at $300/month. Cadence and scope are agreed based on how often you ship and how much attention your existing contracts need, so a team shipping weekly and a team sitting on stable contracts are both covered by the same retainer. The final monthly price and your turnaround are set after the Onboarding Review, once I have read the actual code, rather than quoted off a fixed range up front.

Shipping faster than that? Shipping more often than a couple of times a month, or need a diff turned around faster than that? Say so on the scoping call and we will work out an arrangement that matches your deploy rhythm — there is no fixed menu here.

Changes above the Ongoing Review threshold

Quoted separately

New modules, new external protocol integrations, and major logic rewrites are not covered by Ongoing Review.

Ongoing Review covers incremental change to a codebase I already know. Work that adds a new module, integrates a protocol you were not previously exposed to, or rewrites core logic is a new scoped engagement, quoted on its own before it starts. I tell you a change has crossed that line when you send the diff, not after.

Get it scoped

Scope is security and exploitability only

I review whether the changed code can be exploited, and what it breaks in the code it touches. I do not review gas optimisation, code style, naming, architecture preference, or general code quality. If something is inefficient but safe, I will not spend your review on it.

This is not a substitute for a full audit

Ongoing review catches what changes between deploys. It does not replace a full audit before a major version release or a public launch, and it should be paired with one. If you are launching or shipping a v2, book a full audit for that release — from me or from anyone else — and keep the retainer running around it.

Send diffs at least 3 business days before you deploy

Turnaround is agreed with you after the Onboarding Review and is usually 3–5 business days per diff, so a diff that arrives the morning of a deploy cannot be reviewed in time. Submitting late does not shorten the turnaround; it just means the deploy goes out unreviewed.

Large or complex changes fall outside Ongoing Review

New modules, new external integrations, and major logic rewrites are quoted separately as their own scoped engagement. Everything else — parameter changes, bug fixes, incremental feature work on existing contracts — is covered by the monthly fee. I flag the boundary when the diff arrives, before any extra work happens.

Ongoing Review runs for a minimum of 3 months

The retainer carries a 3-month minimum term. After that it continues month to month and either of us can end it with 30 days' written notice. The minimum exists because the first month is largely spent building context that only pays off over the following ones.

Your code stays confidential

Code, diffs, and findings are never published or shared without your written permission. An NDA can be signed before you send anything.

Prefer a single point-in-time review instead? One-time Full Audits start from $1,200.

The quoted price is the price

Your monthly number is set after the Onboarding Review, agreed in writing before the first month starts, and does not move inside the term. No hourly overruns, no scope-creep invoices, no surprise line items.

Confidential by default

Your code and findings are never published or shared without your written permission. NDA on request, signed before you send anything.

Get your next deploy reviewed before it goes live

Send me your repo, your chain, and roughly how often you ship contract changes. You get a monthly number and a start date back, usually the same day.

No obligation, and no sales sequence. Ongoing Review runs for a 3-month minimum, then month to month with 30 days' notice.

FAQ

Questions before you start

What is included in an ongoing smart contract review?

A one-time Onboarding Review that maps your live codebase and sets your monthly price, then a review of every contract diff you submit: the changed code and every path that reaches it, read for exploitability, with severity-rated findings and a concrete fix for each. Gas optimisation, code style, and general code quality are explicitly out of scope.

When do I need to send you a diff?

At least 3 business days before you plan to deploy. Turnaround is agreed with you after the Onboarding Review and is usually 3–5 business days per diff, so a diff that arrives the morning of a deploy cannot be reviewed in time. Sending late does not shorten the turnaround.

What if a change is too big for the retainer?

New modules, new external protocol integrations, and major logic rewrites fall outside Ongoing Review and are quoted separately as their own scoped engagement. I flag that as soon as the diff arrives, before any extra work or cost happens. Parameter changes, bug fixes, and incremental feature work on existing contracts stay inside the monthly fee.

What does ongoing smart contract review cost?

Two parts. A one-time Onboarding Review is $300–600, and it has to happen once before ongoing review starts. Ongoing Review then starts at $300 per month. The exact monthly figure is not a fixed range — it depends on how complex your codebase is and how often you ship, so it is agreed after the Onboarding Review, once I have read the actual code. Turnaround is agreed at the same point. Teams shipping more often, or needing diffs back faster, arrange that directly rather than picking a listed tier.

Is there a minimum term?

Yes. Ongoing Review runs for a minimum of 3 months, then continues month to month with 30 days' written notice to cancel. The minimum exists because the first month is largely spent building context about your system that only pays off over the following ones. The Onboarding Review is a one-time engagement with no term.

How is this different from a smart contract audit?

An audit is a point-in-time review of frozen code. Ongoing review reads what changes every time you ship. It does not replace a full audit before a major release or a public launch — pair the two, with an audit at the milestones and continuous review covering everything in between.

Other services