Work

Projects shipped, research in progress, and open-source contributions — honest accounting.

Independent — DeFi, AI automation, blockchain & ZK privacy engineering OpenJanus / A0X / Flow ecosystem
Apr 2026 – present
  • 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
Core contributor — AI platform & agent infrastructure A0X
Oct 2024 – present
  • 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
DeFi infrastructure — ERC-4626 vaults & flash loan liquidation MORE Markets
2024 – 2025
  • 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
Hackathon — ETH Global Argentina CuyFI
Nov 2025
  • 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
Builder — React Native crypto wallet Movya
2023 – 2024
  • 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

JesseXBT / A0X Memory ↗

AI agent platform with lifelong memory — 1,000+ Base builders daily.

live

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)
PythonLanceDBHuggingFaceMulti-agentRAGLangChainBase

PrivateTip ↗

Confidential on-chain tipping — amounts hidden, identities public.

testnet

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
Groth16 SNARKsPedersen CommitmentsBabyJubJubCross-VMECIES AES-GCM
contract: 0xb9ac529c14a4c5a1

OpenJanus Stack ↗

TypeScript SDK + EVM contracts + Cadence primitives for confidential token infrastructure.

testnet

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
TypeScriptGroth16BabyJubJubPedersenERC-7984Cross-VM
contract: 0x09A3DCa868EcC39360fDe4E22046eCfcbA5b4078 npm: @claucondor/sdk

CuyFI ↗

Cross-chain AI yield agent — ETH Global Argentina 2025. Shipped in 36 hours.

live

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
LangChainLayerZeroPrivy SDKERC4626Telegram BotPythonTypeScriptFoundry

more-vaults-sdk ↗

25+ npm releases, ERC-4626 cross-chain vault abstraction (Flow EVM / Arbitrum / Base).

live
  • 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
TypeScriptERC-4626LayerZeroStargateRustFlash LoansEthereumArbitrumBase

FlowIntents

First implementation of the intents pattern on Flow — deployed on mainnet.

live
  • First CrossVM intents implementation on Flow
  • Deployed on Flow mainnet
  • TypeScript SDK for intent construction
CadenceCrossVMTypeScriptIntentsFlow Mainnet

Event Tickets ↗

Full NFT marketplace on Flow Cadence built end-to-end by an autonomous multi-agent team.

live
  • Zero human code authorship — fully autonomous multi-agent build
  • flowcode planner/writer/auditor/verifier with DONE-gate
  • Complete NFT marketplace from spec to deployment
CadenceFlow NFTMulti-AgentflowcodeClaude Code

Movya Wallet

AI-powered crypto wallet for Stacks / Bitcoin L2 — conversational UX for Web2 users.

archived
  • Sponsored gas fees + abstract transaction signing
  • Natural language command interface
  • Embedded Bitflow token swaps
  • Didn't ship — banking partner friction in Bolivia
React NativeExpoStacksBitflowAI

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.

Available for contracts