Fidren
api.fidren.net
· Fidren
Before an AI agent pays an unfamiliar counterparty, Fidren returns what payment action the observed evidence supports, how much exposure that evidence supports for the amount actually requested, and why. Same counterparty, same evidence, a different requested amount: potentially a different payment action. The amount is an input to the decision, not a filter applied to a fixed score. Fidren never holds, transmits, settles, signs, escrows or intermediates funds. It returns an advisory decision; the caller’s own infrastructure enforces it.
api.fidren.net via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 48/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-09-24 18:27:06 current | 5e615f0059f8… |
view → |
Endpoints
| Agent card | https://api.fidren.net/.well-known/agent-card.json |
| Provider | https://fidren.net |
| Docs | https://fidren.net/developers |
Skills · 2 declared · mapped to canonical taxonomy
Given a counterparty address, chain, and the amount actually requested, returns the payment action the observed evidence supports, the exposure that evidence su…
Returns the labelled evidence codes a decision rests on — for example NO_HISTORY or NEW_ADDRESS — so a caller can see why an exposure figure is what it is, and …
Health · last 2 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.fidren.net) [](https://agenstry.com/agents/api.fidren.net) [](https://agenstry.com/agents/api.fidren.net) [](https://agenstry.com/agents/api.fidren.net)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Fidren",
"description": "Before an AI agent pays an unfamiliar counterparty, Fidren returns what payment action the observed evidence supports, how much exposure that evidence supports for the amount actually requested, and why. Same counterparty, same evidence, a different requested amount: potentially a different payment action. The amount is an input to the decision, not a filter applied to a fixed score. Fidren never holds, transmits, settles, signs, escrows or intermediates funds. It returns an advisory decision; the caller\u2019s own infrastructure enforces it.",
"supportedInterfaces": [
{
"url": "https://api.fidren.net/a2a/v1",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "Fidren",
"url": "https://fidren.net"
},
"version": "1.5.0",
"documentationUrl": "https://fidren.net/developers",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"securitySchemes": {
"bearerAuth": {
"httpAuthSecurityScheme": {
"scheme": "Bearer",
"description": "Optional. An Enterprise API key issued through the Fidren portal. Without it, callers get 100 free decisions per day, per IP, or may pay $0.01 USDC per decision over x402 on eip155:8453."
}
}
},
"securityRequirements": [
{
"schemes": {}
},
{
"schemes": {
"bearerAuth": {
"list": []
}
}
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "counterparty-payment-decision",
"name": "Pre-payment counterparty decision",
"description": "Given a counterparty address, chain, and the amount actually requested, returns the payment action the observed evidence supports, the exposure that evidence supports, a confidence level, ranked reasons and labelled evidence. Same counterparty, same evidence, a different requested amount: potentially a different payment action. The amount is an input to the decision, not a filter applied to a fixed score. The decision is advisory: enforcement stays with the caller. Cost: 100 free decisions per day, per IP, then $0.01 USDC per decision over x402. Observed coverage is base (eip155:8453) only.",
"tags": [
"payments",
"counterparty-risk",
"pre-payment",
"exposure",
"x402",
"base"
],
"examples": [
"Before sending a payment to a counterparty address the agent has not paid before.",
"Before raising the amount it is willing to send to a counterparty it has paid before.",
"When a counterparty requests more than a previously approved exposure."
]
},
{
"id": "decision-evidence",
"name": "Labelled evidence behind a decision",
"description": "Returns the labelled evidence codes a decision rests on \u2014 for example NO_HISTORY or NEW_ADDRESS \u2014 so a caller can see why an exposure figure is what it is, and can distinguish \"unknown\" from \"adverse\". Returned inline with every decision; no separate call.",
"tags": [
"evidence",
"settlement-history",
"explainability"
]
}
]
}