Available·Web3 / Crypto backend roles

Backend engineer shipping the systems that move on-chain liquidity.

Backend engineer building production services across the Web2-to-Web3 transition. Co-founder and backend lead of Tokenta, a multi-chain AI-asset exchange with on-chain escrow, a sub-millisecond matching path and a six-stage verification pipeline.

0.8ms
median match latency
99.998%
terminal uptime
$200M+
notional in escrow
78.5%
handover reduction (MRes)
tokenta.space·dissertation — University of Nottingham·5-seed evaluation

Built and shipped with teams at

TokentaTokentaCo-founder
GoldskyGoldskyBackend intern
ReservoirReservoirBackend intern
FlipsideFlipsideBackend intern
MercuryMercuryBackend intern
PavePaveFE → BE intern
PryPryPM intern
01What I build

Tokenta — a verifiable exchange for AI capacity, settled on-chain.

A trust layer for AI assets — verification, escrow, reputation and low-latency execution. I designed and built the backend from scratch.

  • 0.8ms median match latency across 12 regions
  • $200M+ notional reconciled through multi-sig escrow
  • 6-stage verification pipeline emitting signed evidence
Visit the live terminal
Tokenta
Search markets...⌘K
Marketplace
Order Book
Escrow14
Pipeline
Verification
Reputation
Analytics
RPC Nodes
TRC · 8/8 online
ETH · 6/6 online
BSC · 4/4 online
42 / 42 nodes · 14ms

Execution Log

live
FILLGPT-FT-0414:02:18

BUY 140 @ 1,284.50

0x9F..21

VRFYLLM-DATA-X14:02:17

hash bafyb...0x42

attestor N-04

OPENAGENT-PROD14:02:17

SELL 88 @ 513.20

0x4C..AB

ESCRrelease14:02:16

tx 0xae..c2 · $42,800

ESC-8821

FILLCODE-MIDI14:02:15

BUY 60 @ 624.40

0x21..7E

VRFYVISION-V214:02:14

probe pass 99.6%

attestor N-02

OPENRLHF-CORE14:02:12

SELL 120 @ 338.10

0x88..9C

EscrowcontractsMultiSigEscrow.sol

Deterministic release conditions

function release(bytes32 escrowId) external {
require(quorum[escrowId] >= 3, "attestor quorum");
require(hashOk && timelock[escrowId] <= block.timestamp);
_settle(escrowId); // idempotent
}
Settlement activity

indexer confirmed release ESC-8814

2s ago

attestor N-04 signed quorum on ESC-8821

11s ago

matcher filled order on GPT-FT-04

14s ago

03Master's research, in a terminal

The dissertation, re-read as backend engineering.

A synchronous agent protocol, a sub-second hot decision path, and a reproducible, audited harness. Run the commands.

jeremiah@dissertation: ~/research/tn-ntn-drl● live
$
04From product to protocol

A six-year arc, ending on-chain.

Product manager → frontend → backend → Web3 backend. Each step compounded toward distributed, performance-critical systems.

  1. Tokenta

    Co-Founder & Backend Engineer

    web3current
    Tokenta· Remote
    Mar 2024 — Present

    Multi-chain AI-asset exchange — verifiable compute, API quotas and model-access rights.

    • Architected the entire backend from zero — service topology, data model and the on-chain/off-chain boundary.
    • Built a sub-millisecond matching path with a lock-free order book and idempotent fill settlement across 12 regions.
    • Designed multi-sig escrow (Solidity / Foundry) and a reorg-safe indexer / settlement service reconciling $200M+ notional.
    • Multi-chain RPC orchestration with dynamic node scaling and automatic fail-over; 99.998% terminal uptime.
  2. Goldsky

    Backend Engineer Intern (Web3)

    web3
    Goldsky· Remote · Brooklyn, NY
    Sep 2023 — Aug 2025

    On-chain data and indexing infrastructure used by subgraph and webhook customers.

    • Owned a multi-chain RPC scheduler, contract event listeners and an on-chain reconciliation service in Go.
    • Tuned a Kafka ingestion pipeline that absorbs chain-reorg and duplicate events idempotently.
    • Cut ingestion-to-query p99 by ~38% via streaming JSON-RPC decoding and off-path reorg detection.
  3. Reservoir Protocol

    Backend Engineer Intern (Web3)

    web3
    Reservoir Protocol· Remote · New York, NY
    Feb 2023 — Aug 2023

    NFT orderbook and aggregator infrastructure across EVM chains.

    • EIP-712 wallet-signature verification, dynamic gas estimation and aggregation-routing APIs in Node / TypeScript.
    • Integrated Ethereum, Polygon, Base and Arbitrum with fallback RPC providers and circuit-breakers.
    • Solidity adapters and forked-mainnet integration tests (Foundry) for order-cancellation and seaport-fill paths.
  4. Flipside Crypto

    Backend Engineer Intern (Web3)

    web3
    Flipside Crypto· Remote · Denver, CO
    Jul 2022 — Jan 2023

    On-chain analytics and quant data warehouse for analysts and external dashboards.

    • Block crawlers and transaction-parsing services (Python / Go) into a curated Snowflake / ClickHouse warehouse.
    • Idempotent backfill orchestrator with checkpointing and DLQs that absorbed RPC outages without manual replay.
  5. Mercury

    Backend Engineer Intern

    Mercury· Remote · San Francisco, CA
    Jun 2021 — Aug 2022

    Banking-for-startups — payment-ledger and reconciliation services.

    • Double-entry ledger with idempotency keys and exponential-backoff retries for ACH / wire reliability.
    • Improved API response time ~30% via tighter indexes and a batched loader replacing N+1 reads.
  6. Pave

    Frontend → Backend Intern

    Pave· Remote · San Francisco, CA
    Jun 2020 — May 2021

    Compensation-data SaaS (YC W19) — moved from the dashboard into platform.

    • React / TypeScript dashboard, then server-side: API gateway, JWT rotation, RBAC scopes, webhook-signing helper.
  7. Pry Financials

    Product Manager Intern

    Pry Financials· Remote · San Francisco, CA
    Jul 2019 — Apr 2020

    Financial-modelling SaaS (YC W20) — first role before transitioning to engineering.

    • PRDs, prototypes (Figma) and roadmaps for a runway-modelling product; user research with 20+ founders.
05Skill matrix

The stack that ships exchanges.

The competencies every Web3 backend job description asks for, mapped from a real exchange backend and a distributed-systems master's.

Languages
GoRustTypeScriptPythonC / C++JavaSoliditySQL
Blockchain / Web3
EVM internalsSolidityFoundryHardhatethers.js / viemmulti-sigaccount abstractionThe Graph
Backend & Distributed
microservicesevent-drivengRPC / REST / WebSocketmatching engine / OMSKafkaRedisCQRSidempotency
Low-Latency Systems
multithreadinglock-freeTCP / multicastperf tuningp50/p95/p99 profilingfault tolerance
Data & Storage
PostgreSQLClickHouseSnowflakeInfluxDBtime-seriesdata pipelines
Infra & DevOps
AWSKubernetesDockerTerraformCI/CDPrometheusGrafanaLinux
Hackathons & competitions
Finalist
ETHGlobal
On-chain escrow + attestation prototype that seeded Tokenta.
Finalist
Binance University Web3 Hackathon
Sole backend on an early Tokenta build.
Top track
Solana Radar / Encode Club
Low-latency settlement service submission.
Regional award
Cyberport Web3 Hackathon
Decentralized asset-staking backend.
Regional honors
Singapore FinTech Festival
Inclusive-finance simulation backend.
Top finishes
ICPC Asia Regional · Kaggle
Competitive programming from undergraduate years.
Education
MRes, Electrical & Electronic Engineering
University of Nottingham Ningbo China
Sep 2025 — Jun 2026
University Web3 & FinTech Innovation Competition — Gold Award
Dissertation on real-time, fault-tolerant control of a high-throughput networked system; methods reused in Tokenta's multi-chain backend.
BEng, Urban Underground Space Engineering
Guangdong University of Technology
Sep 2018 — Jun 2022
Cross-faculty CS coursework, full-stack and backend internships, and national/international student competitions throughout the degree.
Available now

Let's build the backend that runs the on-chain economy.

Looking for Web3 / crypto backend engineering roles — exchanges, DeFi infrastructure, settlement and low-latency systems.