agent-offset-clearinghouse
Verified-credit carbon offset clearinghouse — list, purchase, and retire conservation credits with proof of retirement; only credits with verification…
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |