> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/automatic-transaction-processing-atp/visibility-and-consumption-tracking.md).

# Visibility and Consumption Tracking

### Visibility and Consumption Tracking

MGS not only manages transaction execution, it also provides full visibility into usage and costs.

Tenant Admins have access to detailed consumption data directly within the platform.

***

#### What You Can Track

MGS provides real-time insight into:

* Transaction activity
* HBAR consumption by operation
* USD cost associated with each transaction
* Usage by tenant and by user
* Account balance across Testnet and Mainnet

***

#### Consumption Events

The **Consumption Events** view shows a detailed log of all Hedera-related activity, including:

* Account creation
* Treasury refills
* Transaction execution
* Associated HBAR usage and USD value

This provides a clear record of how resources are being consumed over time.

***

#### User-Level Visibility

The **User Consumption Events** view allows you to:

* Filter usage by user
* Track activity across tenants
* Analyze transaction patterns
* Understand how different roles interact with the system

This is especially useful for organizations managing multiple users or environments.

***

#### Cost Insights

MGS aggregates consumption data to provide:

* Expense breakdowns by transaction type
* Monthly usage trends
* Total cost over selected time periods

This enables better forecasting, budgeting, and operational awareness.

***

#### Account Balances

Tenant Admins can also monitor:

* Testnet balances for development usage
* Mainnet balances tied to ATP consumption
* Remaining usage or subscription duration

***

#### Why This Matters

ATP removes the need to manage the Hedera infrastructure, but it does not remove visibility.

You retain full transparency into:

* What actions are being performed
* How resources are being consumed
* What those actions cost

This ensures confidence, accountability, and control while operating in a fully managed environment.

***


---

# 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.guardianservice.app/technical-information/automatic-transaction-processing-atp/visibility-and-consumption-tracking.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.
