> For the complete documentation index, see [llms.txt](https://docs.proxyshard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyshard.com/eng/site-navigation/top-up-balance.md).

# Balance top-up

Your balance is used to purchase products, renew orders, and pay for additional traffic. You can add funds by bank card or Google Pay through Stripe, or with cryptocurrency through Cryptomus.

To add funds:

1. Open [`Wallet`](https://dashboard.proxyshard.com/en/wallet).
2. Enter the amount in `Top up balance amount`.
3. Select a payment option in `Payment method`.
4. Click `Top up your balance` and complete the payment.

<figure><picture><source srcset="/files/62f9FtjfCqzKfp5lNYao" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-71592e0a0ecf6665788801f5a717640c903b5013%2Fwallet-top-up-form_white.png?alt=media" alt="Adding funds to a ProxyShard balance"></picture><figcaption></figcaption></figure>

The `Payment method` list includes `Credit Card / Google Pay` and `Cryptomus (Crypto)`.

<figure><picture><source srcset="/files/Mn2qXYbhoVlD0Uxba52H" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-bf082088c743bb6a16e8727770ec948faa4d0094%2Fwallet-payment-methods_white.png?alt=media" alt="Selecting a payment method"></picture><figcaption></figcaption></figure>

The `History` section shows the amount, status, and date of each deposit. Click `Open` to view an invoice and download it as a PDF if needed.


---

# 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.proxyshard.com/eng/site-navigation/top-up-balance.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.
