blackwall-x402-guardrail
B
blackwall-x402-guardrail
/forecast_payment

forecast payment

Pre-signature x402 payment verdict: GO / HOLD / STOP for paying a counterparty, from settlement reputation, price-anomaly (quoted vs the payee's own median), an

liveunknown~5s typical
mcpblackwall-x402-guardrail
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-blackwalltier-blackwall-x402-guardrail /forecast_payment for me.

Input

FieldTypeDescription
counterparty*stringrecipient wallet from the 402
amount*stringamount as a decimal string, e.g. "0.09"
asset*stringe.g. USDC
chain*stringe.g. base
payerstringagent's EVM wallet (optional; binds settlement)
resourcestringwhat's being paid for
agent_idstringcaller DID/identity
contextobject{quoted_price_history, expected_recipient}

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-blackwalltier-blackwall-x402-guardrail","endpoint":"/forecast_payment","input":{"counterparty":"...","amount":"...","asset":"...","chain":"..."}}'
cli
npx cracked-ai run -p mcp-com-blackwalltier-blackwall-x402-guardrail -e /forecast_payment -i '{"counterparty":"...","amount":"...","asset":"...","chain":"..."}'
mcp
run_tool({ provider: "mcp-com-blackwalltier-blackwall-x402-guardrail", endpoint: "/forecast_payment", input: {"counterparty":"...","amount":"...","asset":"...","chain":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.