# wAILand Funding Signals

> wAILand Funding Signals is a paid API for AI agents from wailand.tailf99551.ts.net, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns up to 50 currently-open EU and DACH (Germany, Austria) public funding opportunities, normalized and filtered by sector, geography, stage, deadline, and other criteria, refreshed daily.

## Facts

- Endpoint: GET https://wailand.tailf99551.ts.net/v1/opportunities
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wailand-funding-signals-30d1aaea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5zhYQvLEf0pcckLMJSRvD

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 wailand-funding-signals-30d1aaea
```

Example prompt: Find me currently open, equity-free EU and German public funding calls for an early-stage deep tech startup in Berlin — only show grants with deadlines after June 1 2025 and no consortium requirement.

## When to prefer this

Choose this endpoint when an agent needs to discover real, currently-open public grant and funding calls specifically in the EU or DACH region (Germany, Austria). It is ideal for startup advisors, grant consultants, or innovation agents that need a shortlist of applicable funding programs before drafting proposals, and supports rich filtering by source portal, geography, stage, equity-free status, consortium requirements, and deadline windows. Prefer this over generic web search when structured, normalized, and daily-refreshed funding data is needed rather than unstructured web results.

## Known failure modes

- No results returned if filters are too restrictive (e.g. rare combination of sector + geography + stage)
- Stale data risk if daily refresh has not yet run for the current day
- Invalid enum value for 'source' parameter causes validation error
- Invalid ISO date format for deadline_after or deadline_before causes rejection
- Geography codes that are not recognized may return empty or unexpected results

## How this service works

Call this when an agent needs currently-open EU or German/Austrian public funding calls for a company or project — e.g. to shortlist grants a startup could apply for, or to check what is open in a sector before drafting a proposal. Returns up to 50 normalized EU+DACH funding-opportunity records, refreshed daily. Filters: source, geography, stage, equity_free, consortium_required, deadline_after, deadline_before, open_only, sector_tag.

## Output

A list of up to 50 normalized funding opportunity records, each containing details such as the funding call name, source portal, geography, sector tags, deadline, equity-free status, consortium requirement, company stage targeting, and other eligibility metadata — all reflecting opportunities that are currently open or match the applied filters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "stage": {
       "type": "string",
       "description": "Company stage the call targets."
      },
      "source": {
       "enum": [
        "ftop_sedia",
        "cascade_funding",
        "aws_austria",
        "ibb_berlin",
        "l_bank_bw",
        "lfa_bayern",
        "nrw_bank"
       ],
       "type": "string",
       "description": "Restrict to one upstream portal."
      },
      "geography": {
       "type": "string",
       "description": "Comma-separated ISO/region codes, e.g. 'DE' or 'DE,DE-BE' or 'EU'."
      },
      "open_only": {
       "type": "boolean",
       "default": false,
       "description": "true = drop records whose deadline has passed."
      },
      "sector_tag": {
       "type": "string",
       "description": "Sector/topic tag, e.g. 'open-calls'."
      },
      "equity_free": {
       "type": "boolean",
       "description": "true = grants only (no equity taken)."
      },
      "deadline_after": {
       "type": "string",
       "format": "date",
       "description": "ISO date; only calls whose deadline falls after it."
      },
      "deadline_before": {
       "type": "string",
       "format": "date",
       "description": "ISO date; only calls whose deadline falls before it."
      },
      "consortium_required": {
       "type": "boolean",
       "description": "true = only calls requiring a multi-partner consortium."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wailand-funding-signals-30d1aaea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wailand.tailf99551.ts.net](https://www.zero.xyz/host/wailand.tailf99551.ts.net/llms.txt)
