> For the complete documentation index, see [llms.txt](https://docs.basin.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.basin.global/appendix/land-cover-classification-and-ecosystem-typologies/ecosystem-classification-frameworks/ecosystem-services-valuation-database-esvd.md).

# Ecosystem Services Valuation Database (ESVD)

Original Publication: [Final report June 2020](https://www.es-partnership.org/wp-content/uploads/2020/08/ESVD_Global-Update-FINAL-Report-June-2020.pdf)

The Ecosystem Services Valuation Database (ESVD) aims to support informed decision-making in ecosystem management by providing robust, monetized data on the economic benefits and costs of ecosystems and biodiversity. The database currently holds 9,500 value records from more than 1,100 studies, covering various biomes and geographic regions. By presenting these values in monetary terms, the ESVD helps internalize the significance of nature in policy and management decisions.

The ESVD is a follow-up to the “The Economics of Ecosystems and Biodiversity” (TEEB) database which contained over 1,300 data points from 267 case studies on monetary values of ecosystem services across all biomes.

## Ecosystems and Land Cover&#x20;

{% hint style="info" %}
Based off of TEEB biomes.&#x20;
{% endhint %}

### **Open sea/ocean**&#x20;

* Shelf sea / neritic zone&#x20;
* Deep sea / Abyssal zone&#x20;
* Pelagic zone (up to 200 m deep)&#x20;
* Other (sea/ocean)&#x20;

### **Coral reefs**&#x20;

* Barrier reefs&#x20;
* Atolls&#x20;
* Fringing reefs&#x20;
* Patch reefs&#x20;
* Other (coral reefs)

### **Coastal systems (incl wetlands)**&#x20;

* Sand dunes, beaches, rocky shores&#x20;
* Tidal marshes&#x20;
* Salt marshes&#x20;
* Mangroves&#x20;
* Lagoons&#x20;
* Estuaries&#x20;
* Unvegetated sediment&#x20;
* Shellfish reefs&#x20;
* Seagrass beds&#x20;
* Kelp forests&#x20;
* Other (coastal systems)

### **Inland wetlands**&#x20;

* Swamps, marshes&#x20;
* Peatland, Non-forested&#x20;
* Peatland, Forested&#x20;
* Peatland, Tropical&#x20;
* Peatland, Boreal Wetlands,&#x20;
* Forested (on alluvial soils)&#x20;
* Wetlands, Groundwater-dependent&#x20;
* Floodplains&#x20;
* Other (inland wetlands)

### **Rivers and lakes**&#x20;

* Rivers&#x20;
* Lakes, freshwater&#x20;
* Lakes, saltwater&#x20;
* Human made water bodies&#x20;
* Other (rivers and lakes)

### **Tropical forests**&#x20;

* Tropical rain forest&#x20;
* Tropical dry forest&#x20;
* Tropical cloud forests&#x20;
* Other (tropical forests)&#x20;

### **Temperate forests**&#x20;

* Temperate rain or evergreen forest&#x20;
* Temperate deciduous forest&#x20;
* Boreal/coniferous forest (‘Taiga’)&#x20;
* Other (temperate forests)&#x20;

### **Woodland & Shrubland**&#x20;

* Tropical wood-& shrublands&#x20;
* Mediterranean wood-& shrubland&#x20;
* Temperate wood-& shrubland&#x20;
* Heathland&#x20;
* Other (woodland and shrubland)&#x20;

### **Grass-/Rangeland**&#x20;

* Savanna&#x20;
* Tropical grasslands&#x20;
* Temperate grasslands&#x20;
* Steppe (dry, cold grassland)&#x20;
* Other (grassland)&#x20;

### **Desert**&#x20;

* True desert (sand/rock/salt)&#x20;
* Semi-desert&#x20;
* Other (desert)&#x20;

### **Tundra**&#x20;

* Alpine Tundra
* &#x20;Arctic Tundra&#x20;
* Other (tundra)&#x20;

### **High mountain & Polar systems**&#x20;

* High Mountain - forest&#x20;
* High Mountain - grassland&#x20;
* High Mountain - snow and ice&#x20;
* Polar Other (high mountains and polar)&#x20;

### **Inland Un- or Sparsely Vegetated**&#x20;

* Underground systems&#x20;
* Inland rock formations&#x20;
* Other (inland un- or sparsely vegetated)&#x20;

### **Cultivated areas**&#x20;

* Cropland (arable land)&#x20;
* Pastures&#x20;
* Orchards/agro-forestry&#x20;
* Plantations&#x20;
* Rice paddies, etc&#x20;
* Aquaculture&#x20;
* Small landscape elements&#x20;
* Other (cultivated areas)&#x20;

### **Urban Green and Blue Infrastructure**&#x20;

* Urban Parks & Forests&#x20;
* Lawns, sports fields, golf courses&#x20;
* Urban lakes, ponds, wetlands&#x20;
* Cultivated areas&#x20;
* (Street) Trees & Shrubs&#x20;
* Other (urban green-blue)&#x20;

### **Other**&#x20;

* Other


---

# 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.basin.global/appendix/land-cover-classification-and-ecosystem-typologies/ecosystem-classification-frameworks/ecosystem-services-valuation-database-esvd.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.
