Capability brief · Evidence-first · Unlisted

Six facts about how transparent, and how agent-legible, Frontier actually is

Plain thesis: Frontier publishes more checkable pricing data than any other durable-removal buyer we've reviewed, and gives its core legal instrument away for free, but its own member roster has been publicly misreported, and nothing on its site is built for a machine to read. This brief is credit-first: where Frontier is genuinely ahead, it says so, then names exactly what an independent, primary-source check finds, with the command to verify it yourself.

Read this first. Independent research by EcoWealth Corporation. Not requested, produced, reviewed, or endorsed by Frontier Climate, its members, or any portfolio supplier. Passive reads only: plain HTTP GETs, standard well-known paths, the public unauthenticated GitHub REST API, no scanning, fuzzing, application, sign-up, or contact anywhere. Captured 2026-07-16. Every URL below is independently re-runnable.
Baseline, stated up front Frontier is a four-year-old, $1.8B advance market commitment that has closed 18 named offtake deals across 6 removal pathways and published a CC0 contract template the rest of the durable-CDR industry now cites. Judged against any other buyer in this market, voluntary or compliance, that's a genuinely uncommon level of public accountability. The findings below are about one public-record correction and one specific machine-readability gap, not a claim that the underlying program is weak.

The bottom line, in plain English

No jargon. Frontier's whole edge is public, checkable data, here's what closing the one real gap below is worth.

A machine-readable door for the data you already publish → the transparency that is Frontier's edge reaches the agents now reading this market

Every price, deal, and date is already public, but there's no file an assistant can read, so an agent has to already know which page to open; a small discovery surface means the market's AIs quote Frontier's own numbers instead of guessing.

A per-delivery proof receipt beneath the offtakes → each contracted tonne becomes independently checkable, not just announced

The dated dollar figures are the most granular in the market, but delivery itself is still attested; a photo-GPS-signature receipt settled on-chain lets a buyer or auditor verify the ground, extending the accountability Frontier is already known for down to the work.

1 · Credit: the most granular, dated, checkable price curve in the market

Credit 1

18 named deals, real dollars, real dates, no NDA

Frontier's live /progress dashboard states the top-line numbers plainly: $1.8B forward commitment through 2040, ~$694M actually contracted. Below that, 18 individually-announced offtake deals (2023–2025 vintage) each carry a dollar figure, a tonnage, and a delivery window on their own dedicated /writing/<slug> page, summing to roughly $688.8M across ~1.94M tonnes, averaging ~$355/t, and ranging from $214/t (CO280, point-source BiCRS retrofitting an existing pulp mill) to $989/t (Heirloom, 2023-vintage DAC). No other buyer in the durable-removal market, compliance or voluntary, publishes dated, per-deal $/tonne math at this resolution.

# live top-line figures, independently re-pulled curl -s https://frontierclimate.com/progress | grep -oE '\$[0-9.]+[MB]' | sort -u # → $1.8B $694M (plus intermediate deal-round figures) # one deal spot-checked directly on its own announcement page curl -s https://frontierclimate.com/writing/co280-crew | grep -oE '\$[0-9]+(\.[0-9]+)?M' # → $48.0M (CO280) and $32.1M (CREW) — matches the recon table's rows exactly

Sources: frontierclimate.com/progress · frontierclimate.com/writing/co280-crew · full 18-deal table from EcoWealth's earlier research on Frontier (2026-07-16)

2 · Credit: a public, CC0 contract that became the industry's reference

Credit 2

The offtake template is real, public domain, and still maintained

Frontier didn't just publish its offtake-agreement template once and walk away: the GitHub repository is confirmed CC0-1.0 licensed (public domain, no attribution required), not archived, and was last pushed 2026-01-22, seventeen months after its August 2024 debut. The live /offtake-agreement-template page still frames it, in Frontier's own words, as a "starting point", an explicit hedge that it's not final. The template's own announcement post confirms the exact contract vocabulary this brief's demo builds on: "Conditions Precedent," "Grace period," and "Right of first offer" (ROFO) all appear verbatim.

curl -s https://api.github.com/repos/frontierclimate/carbon-removal-source-materials \ | python3 -c "import json,sys;d=json.load(sys.stdin);print(d['license']['spdx_id'], d['pushed_at'], d['archived'])" # → cc0-1.0 2026-01-22T18:52:08Z False curl -s https://frontierclimate.com/writing/offtake-agreement-template \ | grep -oiE 'conditions precedent|grace period|right of first offer|ROFO' | sort -u # → Conditions Precedent / Grace period / Right of first offer / ROFO — all present, verbatim

Sources: api.github.com/repos/frontierclimate/carbon-removal-source-materials · frontierclimate.com/offtake-agreement-template · frontierclimate.com/writing/offtake-agreement-template

3 · Correction: Microsoft and Amazon are not Frontier members

Correction 3

Confirmed directly against Frontier's own member-logo markup, not a search engine

Earlier research flagged this as likely true but noted it rested on secondary sources for Meta's exit specifically. This brief upgrades that to a primary-source check: frontierclimate.com/who-we-are's own server-rendered HTML lists exactly 10 member-company logos by alt text and image filename: Anthropic, Autodesk, Google, H&M, JPMorgan Chase & Co., McKinsey Sustainability, Salesforce, Shopify, Stripe, Workday, plus 9 partner-tier logos matching Aledade, Canva, Match Group, Samsara, Skims, Skyscanner, Watershed, Wise, and Zendesk. Neither "Microsoft" nor "Amazon" appears anywhere in that page's alt text, image filenames, or visible copy, checked directly, not inferred. The only "meta" string matches in the raw HTML are all standard HTML <meta> tags (viewport, og:, twitter:); none reference the company. This independently confirms, now from Frontier's own markup rather than search synthesis, that Meta (a 2022 founding member) is absent from the current roster, while Microsoft and Amazon have never appeared on it.

curl -s https://frontierclimate.com/who-we-are -o /tmp/wwa.html grep -oE 'alt="[^"]*Logo[^"]*"|alt="[^"]*logo"' /tmp/wwa.html | sort -u # → Anthropic logo / Autodesk logo / Frontier / Google logo / H&M logo / # JPMorgan Chase & Co. logo / McKinsey Sustainability logo / Salesforce logo / # Shopify logo / Stripe logo / Workday logo (Meta, Microsoft, Amazon: absent) grep -c -i 'microsoft\|amazon' /tmp/wwa.html # → 0 grep -io '.\{15\}meta.\{15\}' /tmp/wwa.html | head -3 # → all <meta name=... / property=...> tags, none the company

Source: frontierclimate.com/who-we-are (server-rendered initial HTML, no JS execution required)

4 · Credit: Anthropic and Salesforce, confirmed present

Credit 4

The first AI-native buyer, independently confirmed in Frontier's own markup

The June 2026 $915M Growth AMC round, press-covered by TechCrunch, Axios, and Utility Dive as Anthropic becoming "the first AI startup to join the Frontier carbon removal coalition", is directly corroborated on /who-we-are: both AnthropicLogo.99c1ccf6.svg and a Salesforce logo asset are present in the page's own image markup, alongside the founding four (Stripe, Google, Shopify, McKinsey) and the 2023 cohort (Autodesk, H&M, JPMorgan, Workday).

curl -s https://frontierclimate.com/who-we-are | grep -oE 'src="[^"]*(Anthropic|Salesforce)Logo[^"]*"' # → .../AnthropicLogo.99c1ccf6.svg .../SalesforceLogo.3c88db99.png

Sources: frontierclimate.com/who-we-are · frontierclimate.com/writing/growth-amc

5 · Gap: zero agent-discovery surface, on the most transparent buyer in the market

Gap 5

A true desert, honest, but total

Every standard machine-discovery convention checked on frontierclimate.com, robots.txt, sitemap.xml, llms.txt, llms-full.txt, ai.txt, openapi.json, and six /.well-known/* paths (agent-card.json, ai-plugin.json, security.txt, x402), returns a true HTTP 404 with an identical 9,536-byte body, matching a nonsense-path control exactly. Credit where it's due: this is honest, Frontier isn't soft-200ing an agent into thinking a file exists when it doesn't, a failure mode we've found elsewhere. But for an organization whose entire differentiator is public, checkable data, there is currently no machine-readable door of any kind, an agent has to already know to go read a specific /writing/<slug> page or the GitHub repo directly.

# every path below returns the identical true-404 body as the control for p in robots.txt sitemap.xml llms.txt llms-full.txt ai.txt openapi.json \ .well-known/agent-card.json .well-known/ai-plugin.json \ .well-known/security.txt .well-known/x402 this-nonsense-control-xyz123.txt; do curl -s -o /dev/null -w "%{http_code}:%{size_download} " https://frontierclimate.com/$p done # → 404:9536 404:9536 404:9536 404:9536 404:9536 404:9536 # 404:9536 404:9536 404:9536 404:9536 404:9536 (all identical)

Sources: frontierclimate.com/robots.txt · frontierclimate.com/llms.txt · frontierclimate.com/.well-known/agent-card.json

6 · Context: the same contract shape, four orders of magnitude smaller

Context 6

EWP already runs Frontier's own mechanics, at packet scale

This isn't a Frontier-side finding, it's the internal note this brief exists to make. EWP's work-packet lifecycle (fund → claim → prove via photo+GPS+signature → approve → on-chain settlement, live on Base mainnet) already matches the shape Frontier's own CC0 template codifies for a $30–50M offtake: money moves only after a verified delivery event (pay-on-delivery, not take-or-pay), a missed date gets a grace period instead of a liquidated-damages clause, and an early funder is rewarded rather than punished by a price escalator. The next page runs that same shape at a single work packet, cents, not tens of millions, as a labeled concept, with no live integration or funding relationship to any Frontier-listed pathway or supplier.

What this adds up to

Nothing here is a security finding or a broken product, Frontier's transparency and its CC0 template are genuinely rare in this market, and both are credited in full. The pattern is narrower: one real public-record conflation (finding 3, now corrected against primary evidence) and one clean, total gap in machine-readability (finding 5) sitting alongside a program whose entire value proposition is public data. Underneath all of it, the contract mechanics Frontier proved out at $30–50M scale are the same shape EWP already runs, this brief's next page shows exactly what that looks like at a single packet.

→ See the same contract shape run at packet scale

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