Capability brief · Evidence-first · Unlisted · Not affiliated

Six evidenced facts about Carbon Gap's public research and open tools

Plain thesis: Carbon Gap's own research says the thing standing between buyers and a purchase is trust in the claim, not the ambition of the mission. This brief is credit-first: the Policy Tracker, the Funding Database, and the demand survey are all genuinely good, then names exactly where an independent, machine-checkable receipt (not another report) would answer the gap Carbon Gap's own words describe.

Read this first. Independent recon by EcoWealth Corporation. Not requested, produced, reviewed, or endorsed by Carbon Gap, Carbon Business Council, Bellwether Research, or any named staff/trustee. Passive reads only: plain HTTP GETs, standard well-known paths, public PDF downloads; no scanning, fuzzing, sign-up, or state-changing call anywhere. Captured 2026-07-16; every URL and PDF below is independently re-fetchable.
Correction from the original recon passA prior internal recon pass (2026-07-16, earlier same day) cited a "65% of buyers cite clearer standards (SBTi/ISO)" figure attributed to Carbon Gap's corporate demand survey. On direct re-verification against both the survey's own webpage (carbongap.org/insights/corporate-carbon-removal-market-survey) and its source PDF (carbongap.org/media/2026/corporate-survey.pdf, extracted via pdftotext), no "65%" figure and no explicit SBTi/ISO framing exists in either. The actual, verified figure (used throughout this brief) is 11 of 25 respondents (44%) naming quality/verifiability the single most important purchase factor, ahead of cost (7/25, 28%) and policy certainty (5/25, 20%). This is disclosed here rather than silently swapped, and flagged again in evidence.json.
Baseline, stated up front Carbon Gap runs a live CDR Policy Tracker (~40 EU carbon-removal policies across 30+ countries), a Funding Database (700+ tracked opportunities, filterable by open/closed status, TRL, and geography, spanning 2019–2045), seven published country-readiness reports, and a real, honest llms.txt: genuinely useful, open, no-login resources. The findings below are about where an independent proof layer would extend that work, not a claim that the research or the tools are weak.

The bottom line, in plain English

Fix the two dead links in your own nav → the policymaker who clicked your Advocacy Guide or CARE Calculator doesn't hit a dead page

Your homepage still links a Policy Advocacy Guide and a CARE Calculator that no longer resolve, so the exact researcher or policymaker your tools are built for reaches for one and finds nothing — a quick nav cleanup keeps the visitor who came looking for precisely that.

Your own survey already named the fix → a receipt buyers can check themselves unparks the demand they say they're holding

Your research found verifiability, not cost or policy, is the number-one reason corporate buyers hesitate on removals — so a proof-gated receipt anyone can independently re-check answers the very thing buyers told you is keeping their money on the sidelines.

1 · Credit, the survey's real finding: quality beats cost and policy, decisively

Credit 1

"Corporate Carbon Removal Demand Is Being Parked" (Mäkelä & Loopesko, 20 May 2026)

Carbon Business Council, working with Bellwether Research, ran 25 in-depth interviews (Feb–Mar 2026) with senior sustainability leaders in the UK, Germany, France, and the US. Asked to name the single most important factor in a potential CDR purchase, three factors took 23 of 25 votes: Quality, 11/25 (44%) ("buyers want real, durable, measurable, independently verified removals"), ahead of Cost, 7/25 (28%) and Policy certainty, 5/25 (20%). The brief's own words: "Policy uncertainty makes waiting look safer than moving." Quality, the plurality factor, defined explicitly as independent verifiability, is precisely what an on-chain, proof-gated work receipt supplies.

# the exact source text, extracted from the published PDF pdftotext corporate-survey.pdf - | grep -A2 "11 / 25" # → 11 / 25 # buyers want real, durable, measurable, independently verified removals curl -s https://carbongap.org/insights/corporate-carbon-removal-market-survey | grep -o "Policy uncertainty[^<]*" # → Policy uncertainty makes waiting look safer than moving.

Sources: carbongap.org/insights/corporate-carbon-removal-market-survey · carbongap.org/media/2026/corporate-survey.pdf (Alexander Mäkelä & Lydia Loopesko, methodology: Carbon Business Council + Bellwether Research)

2 · Credit, the Policy Tracker and Funding Database are genuinely open and useful

Credit 2

No login, no paywall, real filters, real data

tracker.carbongap.org tracks roughly 40 EU carbon-removal policies across 30+ European countries, including a dedicated CRCF explainer page and a live glossary. The Funding Database at tracker.carbongap.org/funding/database/ lists 700+ past and upcoming EU funding opportunities with a working ?filter_open=Yes query parameter, spanning a stated 2019–2045 window filterable by TRL and geography. Both load and respond as public pages; no signup wall encountered anywhere in this recon.

curl -s -o /dev/null -w "%{http_code}\n" https://tracker.carbongap.org/ # → 200 curl -s -o /dev/null -w "%{http_code}\n" "https://tracker.carbongap.org/funding/database/?filter_open=Yes" # → 200 curl -s https://tracker.carbongap.org/policy/crcf/ | grep -o "peatland" | head -1 # → peatland (real content, not a stub)

Sources: tracker.carbongap.org · tracker.carbongap.org/funding/database/ · tracker.carbongap.org/policy/crcf/

3 · Credit, an honest agent-discovery surface, not a soft-fake desert

Credit 3

Real llms.txt, real robots.txt, honest 404s everywhere else

carbongap.org/llms.txt is a real, distinct 1,446-byte file naming Carbon Gap's mission and every key page (What We Do, What Is CDR, Policy Tools, Insights, Team, Media, Careers, Funding). robots.txt is a real, well-formed 134-byte file with an explicit sitemap reference. Every other agent-shaped path checked (llms-full.txt, ai.txt, /.well-known/agent-card.json, /.well-known/ai-plugin.json, /.well-known/security.txt, /.well-known/x402) returns a TRUE 404 (byte-count and content matched against a nonsense-path control), not a soft-200 pretending those files exist. Several targets we've reviewed fail exactly this test; Carbon Gap passes it.

curl -s https://carbongap.org/llms.txt | head -2 # → # Carbon Gap # > Carbon Gap advocates for the scale-up of carbon removal... # every one of these matches a nonsense-path control (true 404, not soft-200) for p in llms-full.txt ai.txt .well-known/agent-card.json .well-known/x402 this-nonsense-control-xyz123.txt; do curl -s -o /dev/null -w "%{http_code}:%{size_download} " https://carbongap.org/$p done # → 404:33303 404:33289 404:12662 404:12662 404:33341 (all true 404s, .well-known bodies byte-identical to each other and to a nonsense .well-known control)

Sources: carbongap.org/llms.txt · carbongap.org/robots.txt · nonsense-path controls on both the root and /.well-known/

4 · Courtesy finding: two dead subdomains, still linked from the homepage nav

Courtesy 4

guide.carbongap.org and care.carbongap.org fail DNS resolution

The homepage navigation links an "EU Policy Advocacy Guide" (guide.carbongap.org) and a "CARE Calculator" (care.carbongap.org), both still present in today's rendered nav. Neither subdomain resolves at all: DNS lookup fails outright (getaddrinfo ENOTFOUND / curl exit code 6, "Could not resolve host"), confirmed independently against two live sibling subdomains (tracker.carbongap.org and the apex carbongap.org, both resolve and return HTTP 200) to rule out a local network issue. This isn't a security problem; it reads as two retired or renamed subdomains whose nav links were never cleaned up.

dig +short guide.carbongap.org A # → (empty) dig +short care.carbongap.org A # → (empty) curl -s -o /dev/null -w "%{http_code}\n" --max-time 8 https://guide.carbongap.org/ # → curl exit 6, no HTTP code at all # control — sibling subdomains resolve fine, same day, same network dig +short tracker.carbongap.org A # → 172.67.137.233, 104.21.62.179 curl -s -o /dev/null -w "%{http_code}\n" https://tracker.carbongap.org/ # → 200

Sources: carbongap.org homepage nav (rendered) · DNS lookups for guide.carbongap.org / care.carbongap.org vs. tracker.carbongap.org control

5 · Opportunity: a one-week-old CRCF category with zero existing MRV coverage

Opportunity 5

Carbon-farming certification methodologies adopted 10 Jul 2026: peatland is wide open

The European Commission adopted certification methodologies for carbon farming under the CRCF Regulation (EU 2024/3012) on 10 July 2026, covering mineral-soils/agroforestry, peatland/organic-soil rewetting, and afforestation. Cross-referenced against our own ecological-work-library defs: soil-carbon MRV patterns (VM0042-style) already have 144 matches and afforestation (VM0047-style) has 13, both structurally close to what the mineral-soils and afforestation CRCF methodologies require. Peatland rewetting has zero existing matches: a clean, dated, first-mover gap (water-table depth logging, drainage-ditch-blocking photo+GPS proof, peat-vegetation transect counts are all proof shapes our work-packet format already knows how to author, just not yet written for this category).

CRCF activityOur library todayGap
Mineral soils / agroforestry144 matchesLow effort: add a CRCF cross-reference
Afforestation13 matchesLow effort: add a CRCF cross-reference
Peatland / organic-soil rewetting0 matchesFirst-mover: methodology is one week old
curl -s -o /dev/null -w "%{http_code}\n" "https://climate.ec.europa.eu/news-other-reads/news/commission-adopts-certification-methodologies-carbon-farming-under-crcf-regulation-2026-07-10_en" # → 200

Sources: tracker.carbongap.org/policy/crcf/ · European Commission news release, 10 Jul 2026 · internal: data/work-definitions/ecological-work-library-v1.json

6 · Context: a credible receipt is becoming compliance infrastructure, not just goodwill

Context 6

H1 2028 first CRCF units, 2035 SBTi mandatory removal support

Carbon Gap's own tracked timeline puts the first CRCF-certified units in buyers' hands in H1 2028, and separately, SBTi's Net-Zero Standard V2.0 (which Carbon Gap has itself published analysis on) introduces mandatory Ongoing Emissions Responsibility from 2035 for Category-A companies. Together, these turn "a retirement receipt anyone can independently re-check" from a nice-to-have into something closer to future compulsory bookkeeping. A work-packet-scale, proof-gated, on-chain receipt is early practice for a requirement that is now dated, not hypothetical.

Sources: carbongap.org/insights/sbti-corporate-net-zero-standard-blog · tracker.carbongap.org/policy/crcf/ (timeline)

What this adds up to

Nothing here is a security problem or a broken product: Carbon Gap's tools are genuinely open, its site is honestly agent-discoverable (rarer than it sounds), and its own research names the real barrier precisely: buyers want quality they can verify themselves, not another party's word for it. The gap is narrow: a receipt format that supplies that independent verifiability at work-packet scale, cross-referenced to the CRCF categories Carbon Gap's own tracker already defines, starting with the peatland category that's one week old and has no competition yet.

→ See a CRCF-mapped work receipt running end-to-end

← Back to the hub
Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed