Financial Solutions Architecture · Technical Business Development

Designing the infrastructure where capital meets code

Former institutional fixed income trader and portfolio manager. Now building at the intersection of AI, traditional finance systems, and programmable financial infrastructure, helping organizations navigate the convergence of TradFi, digital assets, and intelligent automation.

Previous Nomura · PGIM · PointState · Merrill Lynch
Building With Go · Solidity · EVM · AI Systems
Focus Financial Infrastructure · Digital Assets · AI
Scroll to explore

Two parallel financial systems are emerging. The winners will architect the bridges.

Traditional financial infrastructure and crypto-native systems are not in a winner-take-all race. They are evolving into two parallel systems with increasing crossover. Stablecoins are already rewriting payments. On-chain settlement is compressing counterparty risk timelines. AI is automating workflows that used to require entire middle offices.

The question is not which system wins. It is which one captures the most programmability, the most automation, the most intelligent routing of capital, and how the plumbing between them gets built. Whichever system absorbs more programmable infrastructure will attract the flows. Dollars may eventually move off legacy rails entirely.

I position at this seam: deep enough in institutional finance to understand the real constraints, technical enough to design systems that actually work, and forward-leaning enough to see where AI and on-chain infrastructure reshape what is possible. Solutions architecture at this intersection is the highest-leverage role in modern finance.

15 years on institutional trading desks. Now designing what replaces the wiring underneath.

I started in institutional fixed income sales at Merrill Lynch and Jefferies, covering interest-rate products within high-producing institutional teams. From there I moved to the trading side: proprietary rates and macro trading at Nomura, cross-asset execution at PointState Capital, and global portfolio management at PGIM managing interest-rate and relative-value portfolios across U.S., Canadian, European, and Japanese markets.

That career taught me how capital actually moves: the counterparty relationships, the settlement frictions, the risk plumbing that most technologists never see. It also showed me exactly where the system breaks down and where AI, programmable assets, and on-chain infrastructure can fundamentally rebuild it.

I have since gone deep into blockchain development (Solidity, Go, EVM internals), AI-driven workflow design, and systems architecture. Not to become a pure engineer, but to become the person who can design solutions that bridge real financial understanding with genuine technical capability.

2024 – 2025
Product & Web3 Platform Contributor
RAMM.ai, New York, NY
Iterated across the full stack of development: smart contracts, frontend, and backend implementations. Translated user and partner requirements into product, API, and smart-contract constraints. Evaluated architectural tradeoffs with engineering teams and negotiated with capital providers.
2019 – 2022
Independent E-Commerce Operator
Self-Employed
Built Python-based automation to monitor supply-constrained e-commerce markets and optimize execution across competitive retail and payments platforms. Analyzed secondary-market liquidity and pricing to inform execution strategy and operational risk management.
2017 – 2019
VP, Fixed Income Portfolio Manager
Prudential Financial (PGIM)
Managed global interest-rate and relative-value portfolios across U.S., Canadian, European, and Japanese markets. Implemented derivative overlay strategies and traded for the internal hedge fund deploying balance sheet usage for basis trading.
2015 – 2017
VP, Asian Hours Macro Execution Desk
PointState Capital
Executed all cross-asset trades and managed risk from the first market open in Wellington through Sydney, Tokyo, Hong Kong, and Singapore. Served as real-time interface between portfolio managers and global trading desks. Managed option scenario analysis across fixed income, FX, equities, and derivatives.
2011 – 2015
VP, Proprietary Trading
Nomura Securities
Traded diversified macro and micro strategies in interest rates, FX, equities, and derivatives spanning U.S., European, and Japanese markets. Built a custom aggregated P&L report consolidating five internal systems into a single view, reconciling with the finance group on differences driven by execution fees and FX tail risk on equity futures positions tied to unrealized P&L.
2006 – 2011
Institutional Fixed Income Sales
Merrill Lynch · Jefferies
Covered institutional clients across interest-rate products. Contributed to regulatory engagement supporting Jefferies' designation as a Federal Reserve Primary Dealer.

Each project demonstrates a specific capability: systems design, protocol-level understanding, financial infrastructure thinking, or the ability to translate complex domains into working software.

Ethereum Transaction Lifecycle Visualizer

Infrastructure DeFi Go TypeScript

Most people, including many working in crypto, have no real understanding of what happens between clicking "send" and a transaction becoming irreversible. The entire lifecycle spans execution and consensus layers, MEV extraction, builder auctions, validator economics, and Casper-FFG finality. I built a full-stack visualization tool that makes this entire pipeline observable, interactive, and educational, with zero prior knowledge required.

Architecture & Systems Design
  • Go backend with concurrent goroutine workers, bounded pools, and context-based cancellation
  • Generic TTL cache shared across beacon, relay, and snapshot modules
  • Multi-source data aggregation: JSON-RPC (EL), Beacon API (CL), Flashbots relays
  • Next.js + TypeScript frontend with 40+ term interactive glossary
  • Live MEV detection: sandwiches, arbitrage, liquidations, JIT liquidity
  • Health monitoring with liveness and readiness probes across all data sources
What This Demonstrates
  • Full-stack systems thinking: API design, concurrent backend, reactive frontend
  • Deep protocol knowledge across execution and consensus layers
  • Ability to translate complex infrastructure into accessible education
  • Infrastructure-grade patterns: graceful degradation, structured logging, TTL caching
  • Builder mindset designed for extensibility, not just demos
  • Financial domain modeling: gas economics, validator earnings, MEV P&L
Go Goroutines Next.js TypeScript JSON-RPC Beacon API MEV Detection Flashbots
View on GitHub

AMM Simulation Engine

DeFi Go TypeScript Simulation

Automated market makers are the core primitive of DeFi liquidity, but their economics are poorly understood even by experienced traders. Impermanent loss under different volatility regimes, fee accrual dynamics, and concentrated liquidity positioning all behave in ways that defy intuition built on order-book markets. I built a simulation engine that makes these dynamics concrete, quantifiable, and explorable, the way a rates trader would model yield curve scenarios.

Architecture & Approach
  • Constant-product AMM core with configurable pool parameters
  • Multi-agent simulation: arbitrageurs, LPs, noise traders
  • Monte Carlo price paths with tunable volatility surfaces
  • Fixed-point arithmetic mirroring on-chain math (no float drift)
Decisions & Tradeoffs
  • Go over Python for performance-critical simulation loops
  • Modular agent system for extensibility over monolithic design
  • CLI-first interface for composability with other tools
  • Real-time P/L tracking against HODL benchmarks
Go TypeScript Fixed-Point Math Monte Carlo CLI AMM Mechanics
View on GitHub

Ethereum RPC Monitor

Infrastructure EVM Go Operations CLI

RPC reliability is the invisible dependency behind every dApp and DeFi protocol. When your node provider degrades, you need to know before users start filing tickets. I built a real-time monitoring tool that tracks latency, block freshness, and error rates across multiple Ethereum JSON-RPC endpoints concurrently, the kind of observability layer that production infrastructure teams actually need.

Architecture & Approach
  • Concurrent health checks via goroutines with context cancellation
  • JSON-RPC method coverage (eth_blockNumber, eth_call, etc.)
  • Configurable alerting thresholds and polling intervals
  • Structured logging for monitoring stack integration
Decisions & Tradeoffs
  • Go concurrency model ideal for parallel endpoint polling
  • Context-based timeouts vs. rigid deadline approach
  • YAML config for operator ergonomics over env-var-only setup
  • Stateless design: no database dependency for deployment simplicity
Go Goroutines JSON-RPC Ethereum CLI Monitoring
View on GitHub
Institutional Fixed Income & Trading
Rates, FX, macro/micro execution, yield curve dynamics, duration management. 15 years across sales, trading, and portfolio management at top-tier firms.
AI & Intelligent Automation
AI-driven workflows, LLM integration patterns, automated analysis pipelines. Designing systems where intelligence meets financial operations.
Blockchain Infrastructure
EVM internals, Solidity, JSON-RPC, consensus mechanisms, MEV. Go-based tooling for monitoring and system reliability.
Payments & Digital Assets
Stablecoins, on-chain settlement, tokenization patterns, e-commerce payments. Understanding how programmable value transfer reshapes capital flows.
Solutions Design & Client Enablement
Translating business requirements into technical architectures. Cross-functional collaboration between engineering, product, and business teams.
Risk & Portfolio Analytics
Quantitative risk frameworks, portfolio construction, performance attribution, option scenario analysis. Institutional rigor applied to emerging systems.

Let's build the next layer of financial infrastructure

I am looking for Financial Solutions Architecture, Technical BD, or strategy roles where deep institutional experience and technical infrastructure fluency create compounding value. Anywhere the bridge between traditional finance, AI, and programmable systems needs to be designed properly.

Resume
At a Glance
Institutional Experience 15+ years
Asset Classes Rates · FX · Macro · FI
Firms Nomura · PGIM · PointState · ML
Technical Stack Go · Solidity · AI · EVM
Education Penn State (Magna) · CS50 · Cyfrin
Certifications CFA Level I
Focus Areas DeFi · Infra · AI · Trading
Status ● Open to Opportunities