# Opportunity Signal API – Federal Funding Decision Brief

> Opportunity Signal API – Federal Funding Decision Brief is a paid API for AI agents from 3ak4wnwmvtcimaemr2xqt5wkc4.srv.us, paid per call via x402, $2.5/call, status unknown (last checked 2026-09-15).

Analyzes an applicant's profile against a specific US federal funding opportunity and returns a fit verdict, score, risk flags, action plan, and competition data.

## Facts

- Endpoint: POST https://3ak4wnwmvtcimaemr2xqt5wkc4.srv.us/v1/funding/decision
- Price: $2.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/opportunity-signal-api-federal-funding-decision-brief-5fbcdfe7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3QNv3Zpa9ZHJlpOfDBaGf

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability opportunity-signal-api-federal-funding-decision-brief-5fbcdfe7 -d '<json body>'
```

Example prompt: Can you run a funding decision brief on Grants.gov opportunity 415892? We're a mid-sized nonprofit focused on workforce development in rural Appalachia with 10 years of federal contracting experience, and our eligibility class is nonprofit organization.

## When to prefer this

Choose this endpoint when an agent or user needs a structured go/no-go recommendation for a specific, identified US federal funding opportunity rather than a broad search across opportunities. It is ideal when the Grants.gov opportunity ID is already known and the user wants a scored, risk-annotated brief with competitive intelligence rather than a simple eligibility checklist or opportunity discovery search.

## Known failure modes

- Invalid or non-numeric opportunity_id returns a validation error
- Profile text exceeding 800 characters is rejected
- Eligibility string exceeding 160 characters is rejected
- Opportunity not found on Grants.gov returns a not-found or empty result
- Insufficient USDC balance or failed x402 wallet payment results in a 402 Payment Required response
- USAspending.gov data unavailable for a given opportunity returns dataStatus: incomplete in competition assessment

## How this service works

Wallet-paid decision intelligence for finding live US federal funding opportunities.

## Output

A JSON decision brief containing: a verdict (e.g. 'conditional', 'strong', 'weak'), a numeric fit score (0–100), an array of risk flags, a step-by-step action plan, and a competition assessment sourced from USAspending.gov including award count, data status, and the percentage share held by the top 3 recipients.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "profile": {
   "type": "string",
   "maxLength": 800,
   "description": "Applicant, project, geography, evidence, and delivery capacity"
  },
  "eligibility": {
   "type": "string",
   "maxLength": 160,
   "description": "Applicant class such as nonprofit or small business"
  },
  "opportunity_id": {
   "type": "string",
   "pattern": "^[0-9]+$",
   "description": "Numeric ID from a Grants.gov detail URL"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "product": "opportunity-signal/grant-decision-brief",
  "verdict": "conditional",
  "fitScore": 61,
  "riskFlags": [],
  "actionPlan": [],
  "competitionAssessment": {
   "source": "USAspending.gov",
   "awardCount": 48,
   "dataStatus": "complete",
   "top3RecipientSharePct": 37.5
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/opportunity-signal-api-federal-funding-decision-brief-5fbcdfe7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 3ak4wnwmvtcimaemr2xqt5wkc4.srv.us](https://www.zero.xyz/host/3ak4wnwmvtcimaemr2xqt5wkc4.srv.us/llms.txt)
