> For the complete documentation index, see [llms.txt](https://docs.uprightplatform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uprightplatform.com/methodology/net-impact/weighting-of-impacts/opportunity-cost-based-monetization.md).

# Opportunity-cost-based monetization

The [Upright net impact framework](/metrics/net-impact.md) includes two categories that represent opportunity costs:

* **Scarce Human Capital** represents scarce resources provided by people
* **Scarce Natural Resources** represent scarce resources provided by the planet

Given that the use of scarce resources by the private sector does not lead to direct harm or benefit to its surroundings, the appropriate economic cost of these resources depends on available opportunities to create positive and negative impacts.&#x20;

Such opportunity costs are quantified on the basis of the *average net impact of products and services* that use these resources.&#x20;

Upright derives the total opportunity cost (to be distributed for all companies using these resources) for the two categories as follows:&#x20;

1. The net sum of monetized outputs and impacts, excluding opportunity costs is **$10.10 trillion** (see [here](/methodology/net-impact/weighting-of-impacts.md#costs-and-benefits-used-the-upright-model) for details)
2. The total opportunity cost is attributed between human capital and natural resources is attributed on the basis of the [UNEP Inclusive Wealth Report](https://www.unep.org/resources/inclusive-wealth-report-2018): the global per capita wealth in natural capital and human capital are estimated to be **$30,830** and **$139,140** respectively.&#x20;
3. Attributing the total opportunity cost to people and the planet in proportion yields:
   * Scarce Natural Resources: **$1.83 trillion** (18.14% of total human and natural capital)&#x20;
   * Scarce Human Capital: **$8.27 trillion** (81.86% of total human and natural capital)

{% hint style="info" %}
Not all resources consumed by the private sector are scarce and therefore do not have a meaningful opportunity cost. Such abundant resources include e.g., information.
{% endhint %}


---

# 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.uprightplatform.com/methodology/net-impact/weighting-of-impacts/opportunity-cost-based-monetization.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.
