Card snapshot
api.fidren.net
·
2026-09-24 18:27:06 UTC
·
5e615f0059f8deba3300ace2ae0f6ad03e075076eb5d0114b2c77df74309398b
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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"
]
}
]
}