#1
Peer-to-peer collateralized lending using native freeze/clawback. Collateral locked via MsgFreeze, returned on repayment, clawed back on default. No smart contract needed.
TX Primitive: MsgFreeze (lock collateral), MsgClawback (default recovery), timelock (repayment deadline).
View Demo →
#2
Price Oracle Agent
Production upgrade of the oracle demo. Multiple nodes submit prices, consensus validates, bad actors get clawed back. Any dApp on TX can subscribe.
TX Primitive: Oracle nodes stake TXAI. Bad data = freeze + clawback. Good data = payment released.
#3
Security Sentinel Agent
Monitors infrastructure: GitHub repos, Cloud Run services, DNS hijack detection, SSL cert expiry, npm dependency vulnerabilities. Alerts via webhook/email.
TX Primitive: Monitoring fee via TXAI. Extensible to protect other projects (B2B security-as-a-service).
DCA Trading Agent
Dollar-cost averaging on the TX DEX. Configure token pair, amount, frequency. Agent executes trades autonomously using TXAI payment for fees.
TX Primitive: User pays agent in TXAI per execution. Freeze protects unused balance.
Debugging / QA Agent
Runs automated test suites against live production after every deploy. Hits all API endpoints, checks response schemas, reports pass/fail with detailed logs.
TX Primitive: Charged per test run. Integrity proof via on-chain hash.
Orchestrator Agent
Coordinates multi-agent workflows. Manages task dependencies, retries, and distributes payments down the supply chain. The manager from the 3-agent demo — production-ready.
TX Primitive: Holds funds in escrow, distributes on delivery, claws back on failure.