> For the complete documentation index, see [llms.txt](https://docs.millpont.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.millpont.com/meti-resources/what-is-a-source.md).

# What is a Source?

## Definition

A **Source** refers to the point of origin of an environmental benefit. For METI, a Source is considered an individual contiguous parcel or facility that is the smallest unit of land with the following characteristics:

1. **A permanent, contiguous boundary**\
   \&#xNAN;*Example:* A 40-acre field used for regenerative grazing, surrounded by roads or fences that clearly define its edges.
2. **A common land cover and land management**\
   \&#xNAN;*Example:* A corn field with cover cropping and no-till practices applied across the entire parcel.
3. **Common ownership or group of owners/land managers**\
   \&#xNAN;*Example:* A pasture owned by a farming cooperative or managed jointly by a family under a single operational agreement.
4. **A common project administrator or project proponent (i.e., Custodian)**\
   \&#xNAN;*Example:* A reforestation project led by a local conservation NGO overseeing multiple parcels within a watershed program.

These criteria ensure that each Source is distinctly identifiable, manageable, and accurately linked to its environmental outcomes.

## Example

Below is an example of three fields that meet METI’s definition of a Source. Each field represents a distinct, contiguous parcel of land with a defined boundary, consistent land cover and management practices, and shared oversight by a common project administrator (i.e. Custodian). These fields demonstrate how Sources are clearly delineated and aligned with METI’s standards for secure environmental asset tracking.

* **Field ID: 1**\
  \&#xNAN;*Crop Type:* Corn\
  \&#xNAN;*Management Practices:* No-Till
* **Field ID: 2**\
  \&#xNAN;*Crop Type:* Soybeans\
  \&#xNAN;*Management Practices:* No-Till & Cover Crops
* **Field ID: 3**\
  \&#xNAN;*Crop Type:* Wheat\
  \&#xNAN;*Management Practices:* No-Till & Cover Crops

<figure><img src="/files/eW17zlmiWdUr05mZprOy" alt=""><figcaption></figcaption></figure>

This example highlights how Sources are identified and differentiated based on specific attributes, ensuring accurate and consistent tracking of environmental outcomes.


---

# 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.millpont.com/meti-resources/what-is-a-source.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.
