Projects
Active and past work — and a few things still running in production long after I stopped touching them.
Featured
- TradeStarsFounder & CTO · 2017–2023
Fantasy sports rebuilt as a tradable asset class. Athletes were represented as fractional NFTs — ERC-20-backed shares of an NFT, with prices set by an automated market maker that reacted to real-world performance. Public exchange launched January 2020 on Polygon (Matic) for L2 economics. Raised $2.2M+ across rounds, shipped the TSX token, and ran a live multi-sport trading product covering football and cricket.
Active
- zkStashAI infra · 2025–
Decentralized memory infrastructure for autonomous AI agents. Lets agents persist, share, and selectively reveal memory across sessions and across each other, without leaning on a centralized provider for state. Built around verifiable retrieval and agent-controlled permissions.
- PerpyTrading signals · 2025–
Perpetual-futures intelligence for active traders — funding-rate anomalies, positioning skew, and momentum shifts surfaced in near real-time. A focused product built on Degentics' data plane.
- x402listAgent commerce · 2025–
A directory of services that accept x402 — Coinbase's revival of the "402 Payment Required" HTTP status — so AI agents can find and pay for tools and data on their own. A small bet that machine-to-machine payments are about to matter a lot.
- mcp-orderlyOpen source · 2025–
A Model Context Protocol (MCP) server that exposes Orderly Network — an omnichain orderbook and perpetuals venue — to LLM agents. Lets an agent quote markets, place and manage orders, and reason about positions through a typed tool interface, rather than scraping a frontend or hand-rolling REST calls. Live at mcp-orderly.vercel.app.
- DegenticsAI × Web3 · 2024–
AI-driven analysis layer for Web3. Pulls signal out of on-chain activity, social context, and market data, and exposes it through an agent-friendly interface. Perpy and a few internal tools are built on top of it.
Past
- HieroFounding engineer & CTO · 2024–2025
Web3 AI-agent terminal spanning Solana and Base. Joined as founding engineer and CTO during the AI-agent-token wave. Built the agent runtime on LangChain, LangGraph, and LangSmith — multi-step research and execution graphs that bridged both chains, with a wide tool surface (token launches, swaps, transfers, on-chain lookups, autonomous Twitter, market research). Shipped the platform and the HTERM token; the project wound down as the broader agent-token cycle cooled, but it was the deepest stress test I've run on what production agents can actually do once you hand them a wallet, a toolbox, and an audience.
- DecentralandEarly contributor · 2017
Contributed during the early protocol and marketplace days. Left to start TradeStars, but the time inside the project shaped how I think about NFTs as a primitive — ownership of digital things as application-layer infrastructure, not collectibles.
- OonyCo-founder · early 2010s
Shopping recommendation platform built with Ariel Barmat. Grew to a catalog of several million products across fifteen countries. Where I first shipped ML in production — deal classifiers, category models, ranking — the thread that eventually pulled me back toward agentic systems.
- WeegohCo-founder · early 2010s
One of the first location-based social networks in Latin America. Built with Ariel Barmat. Eventually pivoted into Oony.
Open Source
- Linux Kernel — SIP conntrack & NAT helpersAuthor · 2005
Wrote the SIP connection-tracking and NAT helpers for the Linux kernel's netfilter subsystem —
nf_conntrack_sip.candnf_nat_sip.c. SIP buries addressing inside the protocol payload, which makes it notoriously painful to route through NAT; the helpers handle that translation. Merged into mainline and still ships in every Linux machine today. Design write-up.