# Accounting Module

**This module is essential for providing comprehensive reporting on all on-chain operations of B2B partners' clients.**&#x54;he format and set of reporting parameters can vary based on the needs of the integration partner, but the main reports typically include:

* **Exchange Operations Report:** This includes details such as the number of transactions, volume, networks, tokens, paid fees, used liquidity providers, and other relevant parameters.
* **Yield Position Report:** This report provides information on net PNL (profit and loss), total deposit amounts, total withdrawals, paid fees, and optionally, tax amounts on earned income.

This flexibility ensures that the reports meet the specific compliance and operational requirements of various partners in the DeFi ecosystem.

{% hint style="info" %}
Currently, we are also preparing integrations with professional financial reporting solutions to enhance the quality of service for our partners.
{% endhint %}


---

# 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.chainspot.io/architecture/enterprise-module/accounting-module.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.
