Yantrix.ai
Coming Soon
Agent infrastructure with governance built in.
Get early access →
// Interactive Demos

See Yantrix
in action.

Four ways to experience the platform — animated payment flow, live API call, interactive explorer, and video walkthrough.

x402 Flow Live API Explorer Video
// Demo 01

Animated x402
payment flow.

Watch the complete x402 lifecycle — from initial 402 response to settled payment on Base — animated step by step.

Simulated · not a real transaction
// Demo 02

Live GroundTruth
API call.

Type any factual claim. We call the real groundtruth.yantrix.ai API in DEV mode — no payment required for this demo.

Quick examples

DEV_MODE=true · No USDC payment required for this demo · Real API call

// Hit "Verify claim" to see the real API response...
Request details
POST https://groundtruth.yantrix.ai/verify
Content-Type: application/json
X-Dev-Mode: true
// Demo 03

Interactive
API explorer.

Select any API to see its endpoint, pricing, and sample request/response side by side.

groundtruth
memex
contractscan
threatmodel
indic
phonevalidator
timezonedetective
Fact Verification
https://groundtruth.yantrix.ai/verify
POST $0.002 / call verify_claim
Request body
{"claim": "OpenAI was founded in 2015"}
Sample response
{"verdict": "TRUE", "confidence": 0.97, "cost": "0.002 USDC"}
// Demo 04

How it
works.

Step-by-step animated walkthrough — MCP install, first API call, x402 payment flow.

STEP 01 — INSTALL MCP PACKAGE
No installation required. Run directly with npx:
Or install globally: npm install -g @yantrixai/mcp
Next → Configure your MCP host