Private BetaWe're onboarding early developers.Request access

Dual-Protocol Settlement · MPP + x402

The Agentic
Clearing House

5 fiduciary gates. Dual-protocol settlement on MPP and x402. Enterprise capital controls, KYA auditing, and real-time budget enforcement for every AI agent transaction.

skalor — fiduciary firewall
$ _
0
Fiduciary Gates
0
Settlement Protocols
0
Signing Key
Core Infrastructure

Built for the Machine Economy

Six layers of fiduciary infrastructure that sit between the enterprise treasury and the open web.

Intent-Based Auditing (KYA)

Every agent must declare WHY before spending. No intent, no settlement. Cryptographic hard gate at the point of transaction.

ECDSA Key Vault

One ECDSA secp256k1 signing key, AES-256-GCM encrypted. Signs credentials on both MPP and x402 rails. Your keys, your vault.

Dual-Protocol Settlement

MPP via Stripe/Tempo (PathUSD, sub-second finality) and x402 via Coinbase/Base L2 (USDC, stateless per-request). Same gates, two rails.

Enterprise Fiduciary Control

Shadow mandates, kill switches, rate limiting, and real-time agent performance monitoring.

CFO Command Center

Full treasury dashboard with audit logs, agent budgets, ROI analytics, and transaction-level intent reasoning.

Open Web Native

Any API. Any vendor. Any paywall. Skalor routes payments to the entire internet — not a walled garden.

Architecture

The Dual-Protocol Clearing House

Every agent transaction clears 5 fiduciary gates before settlement — on MPP (Stripe/Tempo) or x402 (Coinbase/Base L2). Same signing key, two rails.

Rail 1 · MPP
Stripe / Tempo

Session-based credentials. Sub-second finality on Tempo Moderato. PathUSD settlement.

Chain: 42431
Token: PathUSD
~0.6s finality
Rail 2 · x402
Coinbase / Base L2

Stateless per-request HTTP 402. ECDSA-signed payments. USDC settlement on Base.

Chain: 8453
Token: USDC
~2s finality
Same ECDSA secp256k1 signing key · Same 5 gates · Same audit trail
SKALOR FIDUCIARY ENGINE
5 gates between agent intent and capital movement
Authorize
Clear
Settle
Audit
Dual-Protocol Settlement·MPP (PathUSD) or x402 (USDC). ECDSA-signed. Immutable audit trail on every transaction.
Agent Onboarding

One Call. Instant Fiduciary Controls.

Any agent can onboard itself in a single API call. Default capital controls are baked in from day one — tighten them via the dashboard.

agent-onboarding
$ request
curl -X POST https://proxy.skalor.xyz/register \
  -H "Content-Type: application/json" \
  -d '{"agent_name":"my-trading-bot"}'
$ response
{
  "agent_id": "a1b2c3...",
  "api_key": "zc_live_...",
  "mcp_url": "mcp.skalor.xyz",
  "controls": {
    "daily_limit": "$10.00",
    "per_tx_limit": "$2.00",
    "vendors": ["openai", "anthropic", "perplexity"],
    "human_approval_above": "$5.00"
  }
}

Self-Registration

POST /register — instant API key + agent ID with fiduciary controls

MCP Native

Connect via mcp.skalor.xyz — Claude Code, Cursor, any MCP agent

SDK Ready

npm install skalor-sdk — TypeScript + Python SDKs. 9-tool MCP Server for Claude & Cursor.

Private Beta

Sign up for early access

We're onboarding developers to the private beta. Drop your info and we'll get you set up.