Pipeline Overview
The x0x1 calldata pipeline turns natural language intents into broadcast-ready transactions in 7 stages — routing through templates, recipe DB, or on-chain discovery with Anvil simulation.
The verification gate produces portfolio-ready positions. This pipeline turns those positions into signed-and-verified calldata. Every TX is simulated on an Anvil fork with full state diff before signing.
The 7-stage pipeline
Three routing paths
Stage 2 (LOOKUP) tries three paths in order. Express path uses direct contract calls that can build calldata for common DeFi actions; Recipe is our own database of deterministic templates; Discovery learns new recipes from on-chain transactions:
tx.db. SQL lookup + parameter binding. No LLM. Pure template.
4-database model
The pipeline reads from and writes to four SQLite databases. Schema details: architecture page.