Built by Victoria Lee Case — founder, creator, and sole technical builder of DPX and Untitled_ LuxPerpetua Technologies, Inc.
Live: https://intelligence.untitledfinancial.com
License: BSD 3-Clause — © 2024-2026 Victoria Case / Untitled_ LuxPerpetua Technologies, Inc.
The DPX Intelligence API is a standalone pay-per-call data product. It exposes the signal output of the DPX Stability Oracle as individual intelligence endpoints — each one a focused briefing on a specific domain: macro stress, climate, supply chain, energy, ESG, earth systems, and systemic risk.
No API key. No subscription. Pay per call in USDC on Base mainnet via x402.
| Service | Domain | Role |
|---|---|---|
| Stability Oracle | stability.untitledfinancial.com |
10-layer signal backbone |
| ESG Oracle | esg.untitledfinancial.com |
ESG scores → settlement fees |
| Compliance Oracle | compliance.untitledfinancial.com |
VoP · FATF R16 · AML |
| Intelligence API | intelligence.untitledfinancial.com |
Pay-per-call intelligence endpoints |
| DPX MCP Server | mcp.untitledfinancial.com |
13 MCP tools for AI agents |
Base URL: https://intelligence.untitledfinancial.com
Payment via x402 — USDC on Base mainnet (chainId 8453). No wallet setup required for agents using the DPX MCP server.
| Endpoint | Price | Cache | What it returns |
|---|---|---|---|
GET /intelligence/macro-stress |
$0.15 | 1h | Credit regime classification — spread, volatility, and lending signals with 2–6 week lead time for FX and commodity moves |
GET /intelligence/climate |
$0.25 | 24h | Precipitation anomalies across 10 agricultural zones vs historical baseline — commodity exposure and food inflation signals |
GET /intelligence/climate-pulse |
$0.25 | 6h | Near real-time climate anomaly pulse — active weather extremes, drought indices, and flood risk by region |
GET /intelligence/supply-chain |
$0.25 | 6h | Global supply chain pressure indices and critical waterway monitoring — goods inflation lead signal |
GET /intelligence/energy-transition |
$0.25 | 24h | Renewable share, grid carbon intensity, fossil demand curve |
GET /intelligence/esg/:address |
$0.25 | 6h | Entity-level ESG score from multi-source regulatory, environmental, and corporate compliance data |
GET /intelligence/earth-systems |
$0.50 | 48h | Planetary health dashboard — atmospheric concentrations, temperature, sea ice vs pre-industrial baseline, proximity to 9 climate tipping points |
GET /intelligence/instability |
$0.50 | 1h | Composite instability signal — cross-tier regime detection when macro, geopolitical, and climate signals compound |
GET /intelligence/cascade |
$0.75 | 30m | Full cascade risk model — shock propagation across tiers, amplification loops, forward scenario tree |
GET /oracle-feed and GET /oracle-feed/:signal — lightweight numeric signals for on-chain consumption. No payment required.
Returns scaled integers (no floats) suitable for Chainlink Functions, API3 dAPI, and any protocol that needs a clean integer on-chain.
curl https://intelligence.untitledfinancial.com/oracle-feed
# → { feed: "stability-score", value: 8100, scale: 100, signal: "STABLE" }
curl https://intelligence.untitledfinancial.com/oracle-feed/earth-health-index
curl https://intelligence.untitledfinancial.com/oracle-feed/atmospheric-co2import { withPaymentInterceptor } from 'x402-fetch';
const fetchWithPayment = withPaymentInterceptor(fetch, wallet);
const data = await (
await fetchWithPayment('https://intelligence.untitledfinancial.com/intelligence/macro-stress')
).json();
// → { stressIndex: 42, regime: "LATE_CYCLE", leadSignals: { fxImplication: "USD_STRENGTH_RISK", ... } }- Client sends request — no payment header
- Server returns
402 Payment Requiredwith payment details - Client pays in USDC on Base mainnet
- Server verifies on-chain and returns the intelligence response
See x402.org for wallet setup and client libraries.
AI agents can access all intelligence endpoints without managing wallets directly via the DPX MCP server:
intelligence.briefing → MPP-gated macro briefing
oracle.status → full 10-layer oracle output including AI synthesis
Install once, available in Claude Desktop, Cursor, and any MCP-compatible host:
npx -y @untitledfinancial/dpx-mcpGENIUS Act (US) · MiCA (EU) · EU SFDR/CSRD · Basel III · FATF Travel Rule
- Live API: intelligence.untitledfinancial.com
- Stability Oracle: stability.untitledfinancial.com
- MCP server: mcp.untitledfinancial.com
- npm: @untitledfinancial/dpx-mcp
- Docs: docs.untitledfinancial.com
BSD 3-Clause. Copyright (c) 2024-2026 Victoria Case / Untitled_ LuxPerpetua Technologies, Inc.