Platform
Fork environments
Fork any EVM L1 or L2 at any block, impersonate any sender, and override balances — with no private keys and no exposure to live assets.
// isolated fork of real chain state
chain mainnet (chain_id 1)
block 22,847,313 (pinned — deterministic)
sender 0xd8dA…6045 (impersonated, no key)
balance overridden → 1,000 ETH
session shared with @audit-team ● live
// same state, both sides — no "works on my fork"
chain mainnet (chain_id 1)
block 22,847,313 (pinned — deterministic)
sender 0xd8dA…6045 (impersonated, no key)
balance overridden → 1,000 ETH
session shared with @audit-team ● live
// same state, both sides — no "works on my fork"
Fork state is saved with the session — reopen an audit exactly where it stopped.
Fork environments
Real chain state, without touching the real chain
Every session runs on an isolated fork of live chain state, pinned to a block. That's what makes findings reproducible — and what makes it safe to reproduce one end to end.
- Scopeany EVM L1 or L2
- Pinned toa block you choose
- Keysnone; senders are impersonated
- Statesaved with the session
- Fork any EVM L1 or L2 at any block — no per-chain integration work
- Impersonate any sender and override balances — no private keys involved
- Share the fork, not a screenshot: teammates join the same state, live
- Deploy work-in-progress contracts against real protocol state before mainnet
- Forks are isolated and disposable — break things freely
One pinned fork is the shared ground truth.
01ReproduceA finding is replayed on the same pinned state it was found on — it either reproduces or it is not reported.
02RehearseWork-in-progress contracts deploy against real protocol state before they ever see mainnet.
03Re-deriveAnyone on the session can recompute a result from the pinned block and get the same answer.
Fork any EVM chain.
Pin a block, impersonate a sender, and share the exact state with your team.