When a public body — or an automated system acting for one — makes a decision, it has to survive an audit, an FOI request, or a court. Dynamic Feed gives every decision a cryptographically signed, independently verifiable record of exactly what was known at the time, drawn only from neutral, authoritative public sources. Verify it yourself — you never have to take our word.
See the proof layer ↗Public keys ↗Every answer is Ed25519-signed and its fingerprint anchored to Bitcoin — so months later you can prove exactly what an automated system was told the moment it acted. The audit trail for FOI requests, oversight reviews and litigation.
Every datapoint carries its source, licence and freshness, aggregated from authoritative public instruments (USGS, NOAA, NASA, CISA, IMF, OFAC…). Nothing editorialised; nothing you can't trace back.
Your auditors verify the signature against our published key and re-check the provenance themselves. Trust is never required — it's replaced with proof.
The hard part of public-sector AI isn't getting an answer — it's defending it later. Dynamic Feed is built around exactly that: a neutral source of the live present, with a tamper-evident record of every fact served, so a decision made today stays explainable and contestable years from now.
Earthquakes (USGS), wildfires (NIFC), severe-weather alerts (NWS), global disaster alerts (GDACS), air quality & internet-outage health — each signed and timestamped.
Live aircraft (ADS-B), Baltic vessel positions (AIS), satellite positions & orbital data, and a full space-weather now-cast (GPS / comms impact).
CISA KEV actively-exploited vulnerabilities, recent CVEs + their fixes, and dependency / package health — for the systems your teams run.
OFAC sanctions screening, the US Federal Register, FDA drug shortages, product recalls and SEC filings — neutral, sourced, citeable.
Built for Australian government first — IRAP, the ACSC ISM, and the ASD Essential Eight. Straight talk, because overclaiming to a government buyer is fatal: here is exactly where we stand, with no accreditation we don't hold implied.
Source, licence and freshness on every value; we serve only data we have a clear right to redistribute. No personal data is required to read it.
Ed25519 signatures over canonical bytes; fingerprints anchored to Bitcoin via OpenTimestamps. Independently verifiable — even against us.
Reads are keyless over MCP / REST; API keys add rate & usage controls. No data is sold or shared with third parties.
The architecture maps to the ACSC ISM controls an IRAP assessment evaluates. We are not yet IRAP-assessed — we'll engage a registered assessor against a signed requirement, never claimed before it's true. (Also mapped to US FedRAMP & UK GovAssure.)
We self-attest against the ASD Essential Eight mitigation strategies; independently-assessed maturity is pursued with the agency. Honest self-assessment — not a certified maturity-level claim.
Hosted in a single region today (not AU by default). Australian data residency / sovereign hosting — and isolation aligned to the Hosting Certification Framework (HCF) — is provisioned when a procurement mandates it. We won't pre-claim a boundary that doesn't yet exist.
Coordinated disclosure via /security.txt; public verification keys at /.well-known/keys.
# a signed snapshot of the live present (keyless)
curl -X POST https://dynamicfeed.ai/v1/awareness -H "Content-Type: application/json" \
-d '{"robot":{"class":"ground"},"location":{"lat":-35.28,"lon":149.13}}'
# fetch the public key and verify the Ed25519 signature yourself
curl https://dynamicfeed.ai/.well-known/keys
# canonical form = the response WITHOUT its "signature" field, keys sorted, compact separators
# reference verifier: scripts/verify_awareness.py
Neutral ground-truth, signed and anchored — an audit trail that holds up to FOI, oversight and the courts.
See the proof layer ↗API docs ↗