> For the complete documentation index, see [llms.txt](https://partyicons.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partyicons.gitbook.io/wiki/gameplay/diamond-top-up-guide.md).

# Diamond Top-up Guide

1. Go to the in-game store and click the “+” sign next to the Diamond icon.

![](/files/OEiMXqMxPvEiKmB3GsdC)\ <br>

2. Select a top-up tier and click the BUY NOW button.

![](/files/7w0QrwtnX33vJChXCD4M)

3. If you are not logged in, you must log in to your account first.

![](/files/mkTwZM29ohXQSFBejRC8)

4. After logging in, select your payment currency (USDT is used for this demonstration). Currently supported currencies include: USD (Paypal), USDT (ERC20), and USDC (Ronin). Click SUBMIT ORDER.

![](/files/NfLBA4uTfWttl0FmdtaJ)

5. Two payment methods are currently supported: Transfer and QR Code.

![](/files/0Je5qi5bbTT5WUPXoQtx)

<br>

If you choose “Transfer”"

* Open the browser wallet extension and click SEND.

![](/files/oZKylTCdNhAZ7TWQFsuH)

* Paste the target wallet address, select USDT, enter the amount, and click NEXT. Please note that your wallet must contain a small amount of ETH to pay for GAS fees.

![](/files/pxTW5fs3neEhFhQF6OJu)

* Check the payment order status and verify the arrival of the assets in the game.

![](/files/eooAL7E3GUDjGxTDKDyb)

![](/files/GQFXCkGr1gjGCbhRmRni)

If you choose QR code:

![](/files/fm6TtCDzNnbT09AIFUqW)

* Tap the scan icon to open the camera, and scan the QR code.
* Select the token, enter the payment amount and confirm.
* Check the payment order status and verify the arrival of the assets in the game.

<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://partyicons.gitbook.io/wiki/gameplay/diamond-top-up-guide.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.
