> For the complete documentation index, see [llms.txt](https://docs.aiktp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aiktp.com/account/payment/crypto.md).

# Crypto

If you transfer money from exchanges like Binance, Okx ... you need to add an extra $1 exchange fee.

For example, if you want to order the Pro package ($29) and you use Binance you will transfer $30

After transferring, pay attention to the status column

<figure><img src="/files/c6f5ff8ffd9ad72bccb54b7291513e1892b1e1d6" alt="" width="472"><figcaption></figcaption></figure>

If the Confirmation status column shows 1/1 meaning completed. You will copy the Txid and paste it into&#x20;

<figure><img src="/files/6bde2d9cca9bae5e69ebb392bffd23aeab558b81" alt="" width="375"><figcaption></figcaption></figure>

Paste the Binance Txid into AIKTP to verify the transaction

<figure><img src="/files/098e00590ce60b95f3ee11fede6c5a217cd6e1d9" alt="" width="563"><figcaption></figcaption></figure>

The system will automatically check the amount, and if there are no issues, the BOT will upgrade your VIP.&#x20;


---

# 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.aiktp.com/account/payment/crypto.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.
