> For the complete documentation index, see [llms.txt](https://docs.axolot.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.axolot.org/guides-and-tutorials/overview/top-up-balance.md).

# Top-up balance

1.Click the arrow in the upper-right corner to expand the menu.

Once it appears, click “Public” to proceed.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdjYCwV2LPa1ppLvG35-snEG--VMq63ZEVeSXVVptVavu_E6csM8jyWUEBqM1Jpxv9mFVsmCDVQ2WHsidMGY-d-pDSQjonJPboiN9SiOP26M52FT66OWLvNZtVK3XLThl2I5GXX?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

2.You will be redirected to the “Balance” tab, where you have the option to Add Funds. These funds will allow you to purchase a package and unlock new features.

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

3.After clicking the “Add Funds” button, you will see a menu with options to top up using either a wallet address or a QR code (Only TRC-20 and ERC-20 deposits are available).

**important:** Be Careful When Depositing Funds!\
We offer various methods to top up your balance. Please double-check the selected asset and network (TRC-20 or ERC-20) to ensure a successful transaction.

You can find the list of available tokens by clicking these links:\
[TRC-20](/guides-and-tutorials/overview/top-up-balance/tron.md)\
[ERC-20](/guides-and-tutorials/overview/top-up-balance/ethereum.md)

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfaEL7uW8LI7S_KwQ3pYSHHjrf_YTK1CIz7UXxysSSLDdTM-l-ScCFfBSYzV_C0kRyslf4LArpR97dq2MW1WVWW8-bbfdkRIc57imrCVtvNCB5NWQScRax_OmRDfHSjvbIeuRKY?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

4.After completing the funding, your funds will appear in the “Balance” tab.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeqfE7aldUDOUPFPcgytFT4o5fDRc7O11EOBLGhdXTADK5855WSLWOCja7yjWlapridLV_SUylr0clZrc62ONW8S8zs_kpxr0pspNizo8vn9QM6lIVuQxeBqnBsxunNEF4Umkw?key=bLO8wvwXWs1Qjbs3kyGST5lu" alt=""><figcaption></figcaption></figure>

5.Also, you will be able to check the transaction history with detailed information at the bottom of the current page.

<br>


---

# 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.axolot.org/guides-and-tutorials/overview/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.
