Chrome MV3 · Axiom.trade · Public beta

Learn the trenches.
Keep your wallet.

The Trenches injects itself into Axiom.trade: the real Pulse, the real prices, the real buttons. Only the money is simulated. Nothing is ever sent on-chain.

The demo

It looks like Axiom. Because it is Axiom.

The extension doesn't rebuild the interface. It hijacks it. Watch.

axiom.trade/discover
What's wired up

Everything happens on the page.

No dashboard on the side, no copy-pasting contract addresses. The Trenches lives inside Axiom.

Quick buy intercepted

The lightning button behaves exactly as usual: balance debited, position opened, instant feedback. The click itself never leaves your browser.

SOL balances repainted

Header, footer, wallet panel, Pulse rows: every balance on screen becomes your simulated balance, live.

Virtual deposit & reset

The Deposit button opens a fake SOL deposit modal. One click resets the account and you start over.

Portfolio & live PnL

Floating badge in the bottom right: open positions, real-time PnL, 25 / 50 / 100 % sells, full trade history.

Lines on the chart

Cost Basis in green, Average Exit in red, drawn straight onto the TradingView chart of the token page.

$

Real prices

Public DexScreener API every 15 s. Token too fresh to be indexed? The position is tracked on the market cap ratio read from the page.

How it works

Three steps, zero risk.

  1. 01

    Deposit virtual SOL

    Axiom's Deposit button funds your training account. Pick your starting bag: 1, 10 or 100 SOL.

  2. 02

    Snipe like you always do

    Same Pulse, same launches, same 3 AM tunnel vision. Every quick buy opens a simulated position.

  3. 03

    Read your PnL, no excuses

    Full history, fees included. You finally get to know whether your strategy holds up — before it costs you anything.

Install

Two minutes, in developer mode.

The Trenches isn't on the Chrome Web Store yet. It loads by hand, as an unpacked extension.

Download the .zip

Chrome 111+ · works on Brave and Edge · ~75 KB

  1. Unzip the folder wherever you want, then leave it there — Chrome reads it in place.
  2. Open chrome://extensions and turn on Developer mode, top right.
  3. Click Load unpacked and select the folder.
  4. Open axiom.trade and reload: The Trenches badge shows up in the bottom right.

Join the Discord

Setups that actually work, broken selectors the day Axiom ships a redesign, new builds before anyone else. And simulated PnL screenshots, obviously.

Join the server
FAQ

The questions that keep coming up.

Can it ever send a real transaction?

No. The buy click is intercepted before it reaches Axiom's own code, and the extension requests no network permission beyond reading prices. It never touches your private key — it never even sees it.

Do I need to connect a wallet?

No. You can use Axiom with no wallet connected at all: the balance on screen is replaced by your training balance either way.

Where does my data go?

Into chrome.storage.local, on your machine. Balance, positions and history never leave the browser. The only outgoing calls go to the public DexScreener API to fetch prices.

Does it work on GMGN?

Partly: wallet, stats and PnL card. Buy interception is still Axiom-only for now.

Why wasn't my buy intercepted?

The selectors follow Axiom's current DOM. A redesign on their side can break detection — report it on Discord and it's usually patched the same day.