# profit

`profit` is the public growthepie metric identifier for Onchain Profit. Use `profit` when you want growthepie's net-like business metric rather than a gross fee series.

## Key Facts

* Canonical `metric_id`: `profit`
* Canonical `metric_key` values: `profit_usd`, `profit_eth`
* Unit: USD and ETH
* Hourly detail available: no
* Coverage: see `master.json.metrics.profit.supported_chains`
* Common search synonyms: onchain profit, net revenue

## Example Request

```bash
curl -s https://api.growthepie.com/v1/export/profit.json
```

## Example Response Excerpt

```json
[
  {
    "metric_key": "profit_usd",
    "origin_key": "base",
    "date": "2026-03-01",
    "value": 126430.91
  },
  {
    "metric_key": "profit_eth",
    "origin_key": "base",
    "date": "2026-03-01",
    "value": 41.22
  }
]
```

## When To Use profit

* Compare the chain business outcome after cost-sensitive adjustments
* Pair with `fees` and `rent_paid` in chain economics analysis

## When Not To Use profit

* You need gross fees paid by users
* You need transaction or address activity

## Caveats

* `profit` is a derived business metric, not a raw activity count.
* In the backend metric registry, this metric is configured with missing-date fill behavior in some derived views.

## Related Pages

* [fees](/metric-reference/metric-reference/fees.md)
* [rent\_paid](/metric-reference/metric-reference/rent-paid.md)


---

# Agent Instructions: 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:

```
GET https://docs.growthepie.com/metric-reference/metric-reference/profit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
