D
$0.01
per call · USD Coin on Base
Low-latency pre-action screening for routine agent responses and tool-call decisions.
Endpoint
POST https://bazaar.fronesislabs.com/evaluate/fast10
Calls / 30d
1
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://bazaar.fronesislabs.com/evaluate/fast", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"agent_id": "agent-123",
"response": "example agent output"
}),
});
const data = await res.json();cURL
curl -X POST \
"https://bazaar.fronesislabs.com/evaluate/fast" \
-H "Content-Type: application/json" \
-d '{"agent_id":"agent-123","response":"example agent output"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"chain_index": 42,
"confidence": 0.95,
"reason": "All policy checks passed",
"tx_hash": "0xabc123...",
"verdict": "COMMIT"
}Payment details
Pay to
0xb790ed3796194e5511c44411cf045f67e069cdc0Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase
Schemesexact
Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from DCL Evaluator & similar services
D
DCL Evaluator · Evaluate Strict
bazaar.fronesislabs.com
Higher-confidence evaluation for high-impact, sensitive, or difficult-to-reverse agent actions.
POSTBaseAI & Inference
$0.05 / call7 calls / 30d
D
DCL Evaluator · Evaluate Jailbreak
bazaar.fronesislabs.com
Detect jailbreaks, prompt injection, and instruction conflicts before the agent follows them.
POSTBaseAI & Inference
$0.02 / call6 calls / 30d
D
DCL Evaluator · Evaluate Quality
bazaar.fronesislabs.com
Check agent outputs for quality issues, inconsistency, and behavioral drift.
POSTBaseAI & Inference
$0.03 / call5 calls / 30d