Work
Projects shipped, research in progress, and open-source contributions — honest accounting.
experience
- PrivateTip: first ZK-amount-hiding tip protocol on Flow cross-VM (testnet)
- @claucondor/sdk published on npm — three confidential-token architectures, 24/24 e2e tests
- openjanus/primitives: public Pedersen, Groth16, BabyJub, ECIES primitives with benchmark data
- FlowOracle: discovered 9,999 CU ceiling for Cross-VM scheduled transactions
- Built swarm mode: parallel teams of specialized AI agents with shared task bus
- Replaced ColBERT ONNX retrieval with OpenRouter embed + Cohere rerank — 3x cost reduction
- Lifelong memory system: HuggingFace embeddings + LanceDB, +8.5% F1 over SimpleMem baseline
- Serves 14K+ users across Telegram, XMTP, Twitter, Farcaster — 91K+ conversations analyzed
- Tokenized collective brain proposal: knowledge as on-chain NFTs (Base) with x402 micropayments
- 25+ npm releases of TypeScript SDK for cross-chain ERC-4626 vaults (Flow EVM / Arbitrum / Base)
- Rust liquidation bot + FlashLoanLiquidation contract (upgradeable proxy, multicall HF monitoring)
- 5 critical vulnerability fixes in protocol core
- Uniswap V4 Hook Incubator Cohort 3
- Cross-chain AI yield agent: Telegram bot → LangChain agent → LayerZero → ERC4626 vaults
- Diamond proxy (EIP-2535) hub on Arbitrum; Privy non-custodial wallets + gas sponsorship
- Full Polygon → Arbitrum bridge flow working at submission
- CaesarAI yield research via x402 micropayments; Avail Nexus for atomic bridge-and-execute
- React Native + Stacks (Bitcoin L2) wallet — intent-based UX for non-crypto users in Bolivia
- Embedded Bitflow swaps, sponsored gas fees, natural-language transaction interface
- Did not launch: banking partner friction + regulatory complexity in Bolivia
- Intent-based UX lessons directly informed FlowIntents and CuyFI design
featured projects
JesseXBT / A0X Memory ↗
AI agent platform with lifelong memory — 1,000+ Base builders daily.
Built the lifelong memory system for A0X's AI agent platform: HuggingFace embeddings + LanceDB multi-tenant storage, +8.5% F1 over baseline. Also led the multi-agent orchestration layer (a0x-brain) — swarm mode with parallel specialized agents (planner/writer/auditor/verifier). Shipped JesseXBT (jessexbt.live), a crypto analyst AI agent serving 1,000+ Base builders daily. Extended SimpleMem (PR #12 at aiming-lab/SimpleMem) for multi-tenant HuggingFace embeddings + Cohere reranking.
- +8.5% F1 over SimpleMem baseline — production RAG memory
- LanceDB multi-tenant + HuggingFace embeddings + Cohere reranking
- 1,000+ Base builders daily on JesseXBT
- Swarm mode: parallel specialized agents on a shared task bus
- Oasis Privacy4Web3 3rd place (TEE Privacy System)
PrivateTip ↗
Confidential on-chain tipping — amounts hidden, identities public.
PrivateTip is the first privacy-preserving tip protocol on Flow: amounts never appear in calldata, events, or storage during shielded transfers. A two-phase Groth16 ceremony (Hermez pot18 + Flow VRF beacon at testnet block 324,226,714) secures the circuit; a single Cadence transaction calls the EVM verifier atomically. OFAC screening hook designed at the wrap boundary for mainnet — privacy, not impunity.
- First ZK-amount-hiding app on Flow cross-VM
- Two-phase Groth16 trusted setup ceremony completed
- Single Cadence tx calls EVM Groth16 verifier atomically
- OFAC compliance hook designed for mainnet
OpenJanus Stack ↗
TypeScript SDK + EVM contracts + Cadence primitives for confidential token infrastructure.
The OpenJanus suite — named for the Roman deity of gates and transitions — is a published TypeScript SDK (@claucondor/sdk v0.5.7), three confidential-token contract architectures (JanusFlow, JanusFTCadence, JanusERC20), and a gas-benchmarked primitive library. All share a single BabyJubJub/Pedersen/Groth16 stack deployed on Flow EVM testnet. COA (Cadence-Owned Account) is the canonical EVM owner — the only architecturally sound model given Flow's P-256 key type.
- @claucondor/sdk v0.5.7 published on npm
- Three confidential-token architectures — 24/24 e2e tests passing
- Implements ERC-7984 confidential token standard on Flow cross-VM
- HKDF-SHA256 sign-derive for multi-device key recovery without seed phrases
CuyFI ↗
Cross-chain AI yield agent — ETH Global Argentina 2025. Shipped in 36 hours.
CuyFI is an AI-powered stablecoin yield agent built at ETH Global Argentina (Nov 2025). Users deposit once via a Telegram bot; a LangChain agent analyzes multi-chain yield via CaesarAI DeepResearch (x402 micropayments), bridges funds cross-chain via LayerZero (Polygon ↔ Arbitrum), and auto-rebalances into ERC4626 vaults when better opportunities appear. Privy non-custodial wallets + gas sponsorship handle the signer infrastructure. Hub & Spoke architecture: Arbitrum as hub (Diamond proxy EIP-2535), Polygon as spoke.
- Shipped end-to-end in 36 hours at ETH Global Argentina
- Full cross-chain flow: Polygon → LayerZero → Arbitrum vault working at submission
- CaesarAI yield research via x402 micropayments (Privy smart wallet as payer)
- Diamond proxy (EIP-2535) hub — over-engineered but instructive
- Gasless transactions: Privy server-side wallet with gas sponsorship
other work
more-vaults-sdk ↗
25+ npm releases, ERC-4626 cross-chain vault abstraction (Flow EVM / Arbitrum / Base).
- 25+ npm releases — production DeFi infrastructure
- Cross-chain ERC-4626 (Flow EVM / Arbitrum / Base)
- 5 critical vulnerability fixes in protocol core
- Uniswap V4 Hook Incubator Cohort 3
FlowIntents
First implementation of the intents pattern on Flow — deployed on mainnet.
- First CrossVM intents implementation on Flow
- Deployed on Flow mainnet
- TypeScript SDK for intent construction
Event Tickets ↗
Full NFT marketplace on Flow Cadence built end-to-end by an autonomous multi-agent team.
- Zero human code authorship — fully autonomous multi-agent build
- flowcode planner/writer/auditor/verifier with DONE-gate
- Complete NFT marketplace from spec to deployment
Movya Wallet
AI-powered crypto wallet for Stacks / Bitcoin L2 — conversational UX for Web2 users.
- Sponsored gas fees + abstract transaction signing
- Natural language command interface
- Embedded Bitflow token swaps
- Didn't ship — banking partner friction in Bolivia
open source
SimpleMem — PR #12 ↗
Extended SimpleMem with HuggingFace embeddings + Cohere reranking for multi-tenant LanceDB.
flow-ai-tools — PRs #34, #35 ↗
MCP server integrations for Flow developer tooling upstream.
Uniswap V4 Hook Incubator — Cohort 3
Cohort 3 participant — custom hook design for ERC-4626 vault integration.