> For the complete documentation index, see [llms.txt](https://docs.greenearth.finance/greenearth.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greenearth.finance/greenearth.finance/net-zero-by-2050/carbon-credits/project-lifecycle.md).

# Project Lifecycle

## Overview

The current process to generate carbon credits is lengthy and opaque. As a result although the credits are of dubious quality,  the lack of supply makes it a sellers market.&#x20;

It can take years to get revenue for credits because these credits are not generated until long after the climate-positive activity has taken place. For nature-based credits, the type that has the most scaling potential, it can take up to 5 years for credits to be issued.&#x20;

## Current Process

A company or project that wishes to create and sell carbon credits first needs to appoint a **third-party auditor** to verify the validity of their emissions reductions. Each credit typically represents one metric ton of carbon dioxide removed from the atmosphere. Once the carbon reduction is confirmed, the business can easily sell its excess credits using in a credit. This trading mechanism incentivizes businesses with low emissions production while penalizing those with high emissions production.

<figure><img src="/files/iXUTjeE0BRxz1Lbwm6Sf" alt=""><figcaption><p>Source : Toucan.Earth</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.greenearth.finance/greenearth.finance/net-zero-by-2050/carbon-credits/project-lifecycle.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
