Claudio Condor

DeFi · AI automation · Blockchain Engineer

claucondor@gmail.com · github.com/claucondor · linkedin.com/in/oydual3

Mérida, Venezuela · Remote · GMT-4

↓ Download PDF Contact →

Summary

DeFi + AI + Blockchain engineer with 5+ years shipping production crypto and automation infrastructure. Built ERC-4626 vault SDKs and flash-loan liquidation systems at MORE Markets, production RAG memory and multi-agent swarm orchestration at A0X (JesseXBT), and ZK privacy primitives on Flow — Pedersen commitments, Groth16 verification, cross-VM atomicity (PrivateTip, OpenJanus SDK). Multi-chain experience: Ethereum, Base, Arbitrum, Polygon, Flow, Solana, Stacks, Oasis. 4 years teaching software architecture at Universidad de los Andes.

Experience

Independent ZK Privacy Research — Flow Blockchain

Solo Researcher / Protocol Engineer

2025 – 2026
  • 15+ ZK/crypto modules in Cadence at 0x7599043aea001283 (Flow testnet) — the deepest public Cadence ZK implementation
  • Janus stack: @claucondor/sdk v0.5.7 on npm, JanusFlow contract at 0x09A3DCa868EcC39360fDe4E22046eCfcbA5b4078
  • Two-phase Groth16 trusted setup ceremony: Hermez pot18 + Flow VRF beacon block 324,226,714
  • PrivateTip: first ZK-amount-hiding app on Flow cross-VM — live at privatetip.condordev.xyz
  • Real CU/gas benchmarks documented — first published measurements for ZK in Cadence
  • 4 public repos + openjanus-ai-tools Claude Code plugin

MORE Markets

DeFi Engineer

2024 – 2025
  • more-vaults-sdk: 25+ npm releases, ERC-4626 cross-chain vault abstraction (Flow EVM / Arbitrum / Base) via LayerZero + Stargate
  • FlashLoanLiquidation contract (upgradeable proxy) + Rust liquidator bot with multicall HF monitoring
  • 5 critical vulnerability fixes in protocol core
  • Uniswap V4 Hook Incubator Cohort 3 participant

A0X

AI Agent Platform Engineer

2024
  • a0x-memory: lifelong memory system — HuggingFace embeddings + LanceDB multi-tenant, +8.5% F1 over SimpleMem baseline
  • a0x-brain: multi-agent orchestrator with reflection; collective v2 knowledge brain refactor
  • JesseXBT (jessexbt.live): crypto analyst AI agent serving 1,000+ Base builders daily
  • BigQuery audit infrastructure for agent activity analysis — replaced Firestore LIMIT-1000 truncation bug
  • Twitter XDK migration (breaking API change); multi-agent team orchestration improvements
  • Oasis Privacy4Web3 — 3rd Place (TEE Privacy System on Oasis Sapphire)
  • Winner — Billy Live AI agent livestream (Gaia hackathon)

Skylos / NEXUM

AI Conversational Agent Engineer

2024
  • NEXUM: conversational state machine with RAG on Llama 3.1 8B
  • 18 adversarial test scenarios for production guardrails
  • Production logging, monitoring, and fallback systems

FlowIntents

Protocol Engineer

2024
  • Deployed CrossVM intents protocol on Flow mainnet — 0xc65395858a38d8ff
  • First implementation of the intents pattern on Flow blockchain
  • TypeScript SDK for intent construction and submission

Universidad de los Andes (ULA)

Professor — Software Engineering

2016 – 2020
  • 4 years teaching software architecture, distributed systems, and hexagonal architecture
  • 100+ students per academic cycle
  • Concurrent with Maestría en Modelado y Simulación (2017–2020)

Skills

Blockchains

FlowEthereumBaseSolanaPolygonArbitrumStacksOasisStarknet

ZK & Cryptography

Groth16 SNARKscircom circuit designBabyJubJub elliptic curvePedersen commitmentssnarkjs witness generationECIES + AES-GCM encryptionPoseidon hashMerkle ZK membership proofsRISC0 Groth16 receipt verifierFROST BLS12-381 threshold signaturesStealth Addresses (ERC-5564)TEE (Trusted Execution Environments)

Flow / Cross-VM

Cadence resource model + entitlementsCross-VM atomic transactionsCOA (Cadence-Owned Account) EVM ownershipFlow VRF / RandomBeaconHistoryERC-7984 confidential token standardFlow testnet + mainnet deployments

Smart Contracts

SolidityCadenceUpgradeable proxy patterns (UUPS)ERC-4626 vault designFlash loan liquidation bots

Languages

TypeScriptCadenceSolidityGoPythonRust

DeFi Patterns

ERC-4626 vaultsFlash loans + liquidationIntent-based architecturesCross-chain messaging (LayerZero, Stargate)AMM hook designx402 micropayments

AI / Multi-agent Dev

Multi-agent workflow designProduction RAG systemsClaude Code plugin authorshipFine-tuning data preparation

Tools & Infrastructure

Hardhat + FoundryDocker + GCP Cloud RunPostgreSQL + RedisNext.js + React NativeLangChain + PineconeClaude Code (custom hooks)

Awards & Milestones

Dec 2024
Winner — The First Fully-Autonomous Hackathon

Built Billy Live — an autonomous AI-driven social streaming platform on Flow, orchestrated end-to-end by AI agents via the A0X platform.

Nov 2024
Winner — Based Latam International Hackathon

CLPD: a Cadence-native Chilean peso stablecoin with on-chain reserve oracle (bank scraper), ERC-4626 vault integrations, and Uniswap V2 liquidity pool.

Nov 2024
3rd Place — Oasis Privacy4Web3 Hackathon

TEE Privacy System on Oasis Sapphire: confidential smart contract execution using trusted execution environments for private data processing on-chain.

Nov 2024
2nd Place — Flow Asia Hackathon

CLPD protocol: Cadence-native stablecoin system with ERC4626 vault integrations targeting Latin American payment infrastructure.

2024/2025
Selected — Uniswap V4 Hook Incubator — Cohort 3

One of a small cohort selected for the Uniswap V4 Hook Incubator, working on custom hook design for ERC-4626 vault integration in the context of MORE Markets' cross-chain vault infrastructure.

May 2026
Shipped — Published @claucondor/sdk@0.5.7 to npm

First TypeScript SDK for Groth16 + Pedersen privacy primitives on Flow — three published versions with proof builder, witness gen, snapshot scanner, and HKDF-SHA256 sign-derive recovery.

May 2026
Deployed — Three confidential-token architectures to Flow EVM testnet

JanusFlow, JanusFTCadence, and JanusERC20 — sharing a single BabyJubJub/Groth16 primitive layer. 24/24 e2e tests passing at deploy.

May 2026
Completed — Two-phase Groth16 trusted setup ceremony

Phase 1: Hermez pot18 transcript (200+ contributors). Phase 2: entropy from openssl rand + Flow VRF beacon at testnet block 324,226,714 as final randomness contribution.

May 2026
Demonstrated — Cross-VM atomicity: single Cadence tx calling EVM Groth16 verifier

L3 of zk-prop lab: one Cadence transaction orchestrates EVM Groth16 verification in a single atomic block. Production pattern adopted in PrivateTip.

May 2026
Live on testnet — PrivateTip — first ZK privacy-preserving tip protocol on Flow

Live at privatetip.condordev.xyz — amounts hidden via Pedersen + Groth16, cross-VM atomic, with OFAC screening hook designed for mainnet wrap boundary.

Education

2017 – 2020

Maestría en Modelado y Simulación de Sistemas Complejos

Universidad de los Andes (ULA)

2015 – 2016

Especialización en Control y Automatización de Procesos

Universidad de los Andes (ULA)

2009 – 2015

Ingeniería de Sistemas

Universidad de los Andes (ULA)

Mar 2024

EF SET English Certificate — C2 Proficient (76/100)

EF Standard English Test

Available for contracts