YIELDEALS × YIELDBIO — BOARD DECKv1.0 ARCHITECTURE

YieldDeals
× YIELDBIO

A fully autonomous Industrial Arbitrage engine operating a high-velocity Cash Cow in Delaware to fund a high-CAPEX Moonshot biotech startup in Ireland.

YieldDeals (yield.deal) · YieldBio (IE) · LangGraph · USDC · Airwallex

System Overview

Two Entities.
One Engine.

YieldDeals and YieldBio operate a barbell strategy across two jurisdictions — high-frequency industrial arbitrage in the US, long-horizon deep-tech investment in Ireland — unified by a single autonomous orchestration layer.

The Cash Cow

YieldDeals · Delaware LLC

An agentic industrial hardware flipping platform. Scouts undervalued bioreactors and lab equipment from BidSpotter and GovDeals, deploys physical labor via Rentahuman.ai, and settles in USDC stablecoins for 24/7 programmable payments.

BidSpotterGovDealsUSDCRentahuman.ai
The Moonshot

YieldBio · Irish LTD

YieldBio is a high-CAPEX biotech R&D operation funded by YieldDeals arbitrage profits. Capital flows via Airwallex, qualifying for Ireland's 35% R&D tax credit — turning operational cash flow into compounding scientific capital.

Biotech R&DAirwallex35% R&D CreditIreland LTD
The Engine

LangGraph Orchestration

A multi-agent LangGraph state machine governs every step of the arbitrage lifecycle — from opportunity identification through inspection, valuation, human approval, and final settlement — with persistent state and fault tolerance.

LangGraphMulti-AgentPersistent StateHITL
5
LangGraph Nodes
Scout → Settlement
3
MCP Servers
Auction · Human · Finance
3
C-Suite Agents
CEO · CTO · Ops
$2K
HITL Threshold
Manual approval gate
Core Architecture

LangGraph State Machine

Every arbitrage opportunity flows through a deterministic directed graph. State is checkpointed at every node transition — enabling real-time updates, fault recovery, and human-in-the-loop interrupts.

Inspection neededReport received> $2,000≤ $2,000ApprovedRejectedSTARTScoutAnalystActuatorControllerSettlementEND
Hover over a node to see details
Process Node
HITL Gate
Inspection Loop
Settlement
Conditional
Direct

ArbitrageState Schema

class ArbitrageState(TypedDict):
    opportunity_id:    str
    item_description:  str
    auction_url:       str
    initial_valuation: float
    inspection_report: str
    final_valuation:   float
    purchase_price:    float
    transaction_status: str
    error_message:     str

Conditional Routing Logic

AnalystActuatorInspection required
ActuatorAnalystInspection report received
AnalystControllerfinal_valuation > $2,000
AnalystSettlementfinal_valuation ≤ $2,000
ControllerSettlementHuman approval granted
Tool Integration

MCP Servers

Three custom Model Context Protocol servers bridge the LangGraph agents to the physical and financial world. Each server exposes a typed tool interface that agents invoke deterministically.

AuctionScraper MCP Server

Scrapes BidSpotter and GovDeals for undervalued industrial equipment below configurable price thresholds.

find_bioreactors(site: str, max_price: float) → list[dict]

Returns items with description, URL, and current price.

get_item_details(url: str) → dict

Retrieves full item metadata from an auction page.

Agentic Leadership

The Agentic C-Suite

Three specialized AI agents form the executive layer of YieldDeals × YieldBio. Each operates as an independent LangGraph sub-graph, invocable by the main arbitrage engine or autonomously on a schedule.

CEO Agent

Chief Executive Officer

High-level strategy and budget allocation between the US flip operation and the Irish biotech R&D.

Skills
analyze_market_trends()
Scans macro data for new arbitrage vectors and risk signals.
allocate_budget(yield_deals, yield_bio)
Determines profit split between YieldDeals (Delaware) and YieldBio (Ireland).
generate_quarterly_report()
Produces board-level performance summaries.
CTO Agent

Chief Technology Officer

Manages code, server uptime, and infrastructure health for all MCP servers and scraper pipelines.

Skills
monitor_server_health()
Tracks latency, error rates, and uptime across all MCP servers.
deploy_code_update(service, commit)
Rolls out new code to specified services via CI/CD.
rollback_deployment(service)
Reverts to last stable deployment on error detection.
Ops Agent

Operations Manager

The 'Parent' agent — monitors all task bots, tracks API costs, and optimizes resource utilization.

Skills
monitor_task_bots()
Supervises Scout, Analyst, and Actuator agent performance.
track_api_costs()
Aggregates token and API spend per agent per cycle.
optimize_api_usage()
Identifies and implements cost reduction opportunities.
Risk Management

Human-in-the-Loop Guardrails

No transaction exceeding $2,000 executes without explicit human approval. The Controller node leverages LangGraph's native interrupt mechanism to pause, notify, and await operator input before resuming.

01Threshold Trigger

Analyst determines final_valuation > $2,000. Graph transitions to Controller node.

02Graph Interrupt

LangGraph's interrupt() pauses execution. State is checkpointed to durable storage.

03Notification Dispatch

Controller sends deal summary via email/Slack with approve/reject action links.

04Human Review

Operator reviews item details, inspection report, and valuation model in real-time.

05Graph Resumption

Approval routes to Settlement. Rejection routes to END or renegotiation workflow.

Persistent State Checkpointing

A PostgreSQL or DynamoDB-backed checkpointer saves the full ArbitrageState at every node transition. If the system crashes mid-inspection, it resumes from the last checkpoint — no opportunity is lost.

Checkpoint Backend
PostgreSQL / DynamoDB
State Persistence
Every node transition
HITL Mechanism
LangGraph interrupt()
Approval Channels
Email · Slack · Webhook
Financial Architecture

Cross-Border Capital Flow

Profits accumulate in USDC within YieldDeals (Delaware LLC), are off-ramped to fiat, then transferred via Airwallex to YieldBio (Irish LTD) — qualifying for Ireland's 35% R&D tax credit and compounding the biotech investment.

Profit accumulationPeriodic off-rampAPI transferEUR settlement🏛Delaware LLCUSDC WalletUSDCStablecoin SettlementOff-RampUSD Bank AccountAirwallexFX Transfer USD→EURIrish LTDEUR Account35% R&D Tax CreditIreland Revenue
Delaware LLC
USDC Wallet
USDC
Stablecoin Settlement
Off-Ramp
USD Bank Account
Airwallex
FX Transfer USD→EUR
Irish LTD
EUR Account

YieldDeals · Delaware LLC

  • Profits accumulate as USDC in digital wallet
  • Periodic off-ramp to US bank account via regulated exchange
  • Financial MCP Server initiates Airwallex transfer
  • Full AML/KYC compliance via Airwallex platform

YieldBio · Irish LTD

  • Receives USD→EUR converted funds via Airwallex
  • Deploys capital into biotech R&D activities
  • Qualifies for Ireland's 35% R&D tax credit
  • Tax credit compounds effective R&D investment by 54%
Legal & Compliance Note

This cross-border structure requires full compliance with US and Irish tax law, FinCEN reporting requirements, and Airwallex's AML/KYC framework. Legal and tax counsel in both jurisdictions must validate the structure prior to operationalization. The Airwallex platform provides built-in compliance tooling for cross-border transfers.