Valiron Trust Layer
Intercept and authorize outgoing machine-to-machine payments (x402 or similar) using @valiron/sdk tr
- Rating
- 4.8 (374 reviews)
- Downloads
- 10,706 downloads
- Version
- 1.0.0
Overview
Intercept and authorize outgoing machine-to-machine payments (x402 or similar) using @valiron/sdk trust decisions.
Complete Documentation
View Source →
Valiron Payment Interceptor
Add a trust gate in front of outgoing agent payments.
Runtime requirements
Declare and validate runtime prerequisites before enabling the interceptor:
- Node.js runtime compatible with your app and
@valiron/sdk. - Installed dependencies:
@valiron/sdk- Your payment rail package(s) (x402 or equivalent) used by the host app.
- Configuration/credentials (via secret manager or env vars):
VALIRON_API_KEY(optional today; reserved for authenticated deployments)VALIRON_BASE_URL(if using non-default endpoint)VALIRON_TIMEOUT_MS(optional, with safe default)- Policy/config inputs:
- Decision policy JSON (route-to-action matrix)
- Spend limit defaults and per-route overrides
VALIRON_API_KEY as required.Workflow
- Extract counterparty identity from the payment request.
- Prefer
counterpartyAgentId. - Support wallet fallback with
getWalletProfile(wallet). - Evaluate trust with Valiron.
- Fast path:
checkAgent(agentId). - Full path:
getAgentProfile(agentId)when you need reasons/signals, pricing, or audit details. - Apply deterministic decision policy from
references/decision-policy.md. - Enforce spend controls from
references/spend-controls.md. - If allowed, continue to payment initiation (x402 challenge creation or equivalent flow).
- If blocked/restricted, return explicit denial/degrade reason.
- Log outcome using
references/audit-events.md.
Decision model
Map route decisions to payment actions:
prod: allow payment under normal limits.prod_throttled: allow with reduced caps/rate limits.sandbox: allow only test/sandbox payment rail (or deny prod transfer).sandbox_only: deny outgoing payment.
x402-specific sequencing
For x402-protected purchases or settlement-like flows:
- Trust-check counterparty identity.
- Evaluate route + spend policy.
- If denied, abort before creating payment commitment.
- If allowed, generate/send x402 payment payload.
- Record authorization decision + amount + result.
Outage and fallback
Use endpoint-class fallback from references/fallback-modes.md:
- High-risk payment actions:
fail-closed. - Low-risk/test actions: optional
fail-open-guardedwith strict caps.
Use bundled resources
- Runtime + credential checklist:
references/runtime-requirements.md - Decision matrix:
references/decision-policy.md - Spend/risk controls:
references/spend-controls.md - Fallback guidance:
references/fallback-modes.md - Audit schema:
references/audit-events.md - Error handling:
references/error-handling.md - Interceptor template:
assets/payment-interceptor.ts - Policy validator:
scripts/validate-payment-policy.mjs
Installation
openclaw install valiron-trust-layer
Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
Adversarial Prompting
Adversarial analysis to critique, fix.