agent-offset-clearinghouse
Verified-credit carbon offset clearinghouse — list, purchase, and retire conservation credits with proof of retirement; only credits with verification…
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Credit: List a conservation credit on the book. verification_ref (a D-Score / land-verification attestation) is REQUIRED — unverified credits cannot enter the book.
- Buy Offset: Retire mass_g of verified credits for a buyer: cheapest-first matching, exactly-once (idempotent on purchase_id), returns a content-addressed offset certificate with per-fill costs. Paymen
- Net Position: Buyer's carbon position: emitted (from agent-compute-ledger) minus retired. carbon_accountable == true when fully offset.
What data it sees
Do you need an account
No: the server works without sign-in
Verified-credit carbon offset clearinghouse — list, purchase, and retire conservation credits with proof of retirement; only credits with verification references are accepted. The conservation flywheel of the agent economy. Part of the Viridis Agent Fleet. Durable state, free to call. Genesis receipts: github.com/jdhart81/viridis-agent-fleet/blob/main/docs/GENESIS_RECEIPTS.md
Server tool list (7)
Raw names from tools/list. Only developers need these.
| list_credit | List a conservation credit on the book. verification_ref (a D-Score / land-verification attestation) is REQUIRED — unverified credits cannot enter the book. |
| buy_offset | Retire mass_g of verified credits for a buyer: cheapest-first matching, exactly-once (idempotent on purchase_id), returns a content-addressed offset certificate with per-fill costs. Payment settles via escrow. |
| net_position | Buyer's carbon position: emitted (from agent-compute-ledger) minus retired. carbon_accountable == true when fully offset. |
| verify_certificate | Verify an offset certificate: recompute its hash and check the ledger. |
| book | The full credit book with per-credit and book-wide mass conservation totals. |
| get_purchase | Fetch a past purchase / offset certificate by id. |
| describe_agent | Fleet-standard self-description. |