Most AI agents are good at doing. Agentic Oracles are accountable for deciding. They are the first class of AI service designed to participate in workflows where claims must be verified, authority must be respected, decisions must be replayable, and outcomes must be inspectable by more than one party. This is the capability that IXO and Qi were built for.Documentation Index
Fetch the complete documentation index at: https://docs.ixo.world/llms.txt
Use this file to discover all available pages before exploring further.
This is a concept and architecture article. For implementation, see Build an Oracle. For the evaluation pattern, see Claim evaluation protocol. For the cooperation layer, see Qi: cooperation on verified workflows.
What makes it an Agentic Oracle
Five properties distinguish an Agentic Oracle from any other generic AI agents. All five must hold.| Property | What it means |
|---|---|
| Identity-bound | Acts through a known service identity, with a DID, and verifiable credentials. |
| Authority-scoped | May only inspect evidence, call tools, issue outputs, or trigger actions that a protocol, domain, workflow, policy, or delegation permits. The oracle is not allowed to act outside its authority. |
| Evidence-grounded | Operates on claims, credentials, observations, and data that can be referenced, replayed, challenged, or reviewed. |
| Protocol-governed | Outputs are constrained by explicit rubrics, thresholds, schemas, and workflow states. The oracle is not allowed to make arbitrary decisions. |
| Audit-producing | Emits structured outputs that can be inspected, signed, anchored, challenged, or routed to human review. |
Why this is a new category
The category exists because three different families of system each solve part of the problem and none solve all of it.| System | What it gives you | What it cannot do |
|---|---|---|
| Generic AI agent | Productivity: drafts, searches, plans, calls tools | Cannot bind decisions to verifiable evidence or governed authority |
| Blockchain oracle | Connectivity: relays external data into on-chain logic | Does not evaluate what the data means under a rule and the given context |
| Data oracle | Availability: supplies validated data to downstream systems | Does not decide which action is permitted or by whom |
| Agentic Oracle | Accountable cooperation: evaluates claims and context under authority, produces inspectable determinations, and triggers governed action | — |
Why IXO is uniquely positioned
Other stacks can host an AI agent. They cannot easily make that agent accountable. Agentic Oracles depend on primitives that the IXO and Qi stack already provides as first-class infrastructure:Verifiable identity
Every oracle has an IXO entity DID anchored on-chain. Its actions are attributable, its keys are revocable, and its credentials are inspectable.
Cryptographic authority
UCAN delegation scopes what an oracle may do for whom. Authority is granted, attenuated, and revocable—no ambient permissions.
Inspectable evidence
Claims, verifiable credentials, and the IXO Graph give the oracle evidence it can reference, replay, and cite by identifier.
Encrypted cooperation
IXO Matrix rooms host the conversation around each workflow—per-user, end-to-end encrypted, and preserved alongside actions.
Governed state transitions
IXO Protocol records claims, evaluations, and UDIDs as state changes the network can verify and downstream systems can trust.
Cooperation surface
Qi orchestrates humans, agents, applications, and services around that state through declared interfaces and review paths.
P-Functions: what an Agentic Oracle does
P-Functions are the capability classes an Agentic Oracle can perform. A single oracle may implement one narrow function—proofing a claim—or combine several inside a governed workflow: detect risk, predict impact, prescribe an intervention, and route the case for human review. Treat this as a capability map, not a list of unrestricted powers. Every function is scoped by the oracle’s authority and rubric.Proving and protocol conformance
Proving and protocol conformance
- Proofing and verification — Validate claims, evidence, credentials, or state assertions against defined rules. Output: verification result, evaluation claim, signed determination, reason-coded route.
- Protocol adherence — Monitor conformance to protocol rules, schemas, authorities, and state transitions. Output: compliance result, invalid-state flag, allowed-transition check.
Prediction and perception
Prediction and perception
- Prediction — Estimate future states, risks, trends, demand, or outcomes from evidence and models. Output: forecast, confidence score, early warning.
- Pattern recognition — Detect signals, clusters, correlations, or anomalies in complex datasets. Output: pattern report, anomaly flag, classification.
- Performance monitoring — Track indicators, service levels, milestones, or system health. Output: performance score, threshold breach, alert.
- Providing data analysis and insights — Analyse claims, evidence, and context for decision-useful intelligence. Output: insight report, analytic summary.
- Personalisation — Adapt recommendations or workflows to a person, organisation, place, or asset. Output: contextual recommendation, tailored workflow.
- Pathfinding — Identify viable routes through workflows, evidence paths, or operational constraints. Output: route recommendation, dependency map.
Prescription and planning
Prescription and planning
- Prescription — Recommend interventions or next-best actions to achieve a target outcome. Output: recommended action, intervention plan.
- Planning — Create ordered action sequences, resource plans, or implementation strategies. Output: plan, task graph, milestone sequence.
- Process optimisation — Improve workflows, supply chains, verification pipelines, or resource usage. Output: optimisation recommendation, bottleneck diagnosis.
Protection and risk
Protection and risk
- Prevention of risks — Anticipate and mitigate operational, financial, health, environmental, governance, or compliance risks. Output: risk forecast, mitigation plan.
- Privacy protection — Minimise exposure through redaction, selective disclosure, access control, and privacy-preserving computation. Output: redacted evidence package, disclosure decision.
- Problem detection and resolution — Identify anomalies, failures, blockers, or disputes and propose resolution. Output: problem flag, root-cause hypothesis, corrective action.
Participation and governance
Participation and governance
- Participation of people and organisations — Maintain human oversight, participatory review, consent, and accountable escalation. Output: review request, participation prompt.
- Participating in governance — Support governance through proposal analysis, quorum checks, and decision routing. Output: governance brief, proposal analysis.
Payments and portfolio
Payments and portfolio
- Payment automation — Trigger or recommend payments when verified conditions are met. Output: eligibility signal, settlement instruction, hold/release recommendation.
- Portfolio management — Assess and optimise portfolios of assets, projects, claims, risks, or financing positions. Output: portfolio score, allocation recommendation.
Policy and compliance
Policy and compliance
- Policy enforcement — Check whether actions, claims, data flows, or decisions comply with applicable policies. Output: policy check, compliance status, violation flag.
- Providing compliance and reporting — Produce structured reports for funders, regulators, verifiers, or operators. Output: compliance report, audit packet.
Where this matters
Agentic Oracles unlock workflows that previously required slow, expensive, and contestable human-only review—but where automation alone has never been trusted.- Impact verification and digital MRV — Evaluate field evidence against a rubric, attribute outcomes to interventions, and issue evaluation claims that funders and regulators can inspect.
- Outcome-based financing — Trigger or recommend payments when verified conditions are met, with the evidence and authority trail attached.
- Claims evaluation and credential issuance — Apply governed rubrics to evidence packages and prepare credentials within delegated authority.
- Governed data sharing — Decide what may be disclosed to whom under consent and policy, with the decision itself recorded as an artifact.
- Operational and governance support — Detect risk, summarise proposals, route escalations, and prepare reports without taking final authority.
Boundaries
Practical rule: An Agentic Oracle increases the speed, consistency, and scale of a workflow. It does not remove the need for evidence, authority, protocol conformance, and human review where required. The canonical source of truth is the combination of claim, evidence, authority, rubric, workflow state, signed determination, and review path—not the oracle’s response.
Go here next
Build an Oracle
Ship an Agentic Oracle with QiForge: identity, UCAN auth, Matrix storage, and the plugin runtime.
Claim evaluation protocol
The reference pattern for claims, evidence, rubrics, UDIDs, and bounded agent assistance.
Qi cooperation layer
How humans, agents, and services coordinate over IXO verifiable state.
Digital Twin Domains
P-Function groupings in protocol and domain design.