# Getting Payers

Understanding who funded which uploads is key for billing, auditing, and ecosystem analytics. The indexer can enumerate every unique wallet that paid for blob storage within a network.&#x20;

This deduplicated list of pubkeys helps you segment usage, allocate costs, and surface top contributors or outlier behavior.

<table><thead><tr><th width="224.228515625">RPC Call</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://docs.termina.technology/documentation/network-extension-stack/modules/data-anchor/indexing-data/payers/get_payers_by_network">get_payers_by_network</a></td><td>Lists every unique wallet address that funded blob uploads in a given network.</td></tr></tbody></table>


---

# 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.termina.technology/documentation/open-source-contributions/modules/data-anchor/indexing-data/getting-payers.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.
