> For the complete documentation index, see [llms.txt](https://exaprotocol.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://exaprotocol.gitbook.io/home/exadrive-dashboard/billing.md).

# Billing

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

The Billing section of the ExaDrive Dashboard provides a comprehensive view of your financial transactions and usage metrics. It is designed to help you manage and understand your billing details effectively.

### Key Components

### Summary

* **Payable This Month**: Displays the total amount due for the current billing cycle in $XAP.
* **Egress This Month**: Shows the amount of data transferred out of ExaDrive, updated every 5 minutes.
* **Ingress This Month**: Indicates the amount of data transferred into ExaDrive, updated every 5 minutes.
* **Credits Remaining**: Displays the remaining credits in $XAP, which are used to offset your payable amount.

### Credit and Invoice History

* **Monthly Usage and Invoices**: Provides a detailed history of your monthly usage and invoices. This section allows you to track your spending and data usage over time.
* **Your Credit History**: Displays a log of credit transactions, helping you monitor any adjustments or grants applied to your account.

{% hint style="info" %}
If you are selected in the grants program, you will get $XAP 5000 in credits
{% endhint %}

### How to Use

1. **Monitor Usage**: Regularly check the Egress and Ingress metrics to understand your data transfer patterns.
2. **Manage Payments**: Use the Payable This Month section to keep track of upcoming payments and ensure timely settlements.
3. **Review History**: Analyze your credit and invoice history to identify trends and optimize your data usage.

By utilizing the Billing section, you can effectively manage your financial interactions with ExaDrive, ensuring transparency and control over your storage expenses.


---

# 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://exaprotocol.gitbook.io/home/exadrive-dashboard/billing.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.
