# Billing

{% hint style="info" %}
In DBot Dashboard-[Billing](https://dbotx.com/dashboard/billing), you can check DBot membership status, Billing, Balance, Total Trading Fee, Total Trading Volume and Trafing fees details.
{% endhint %}

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

* DBot currently supports Crypto payment and Credit Card payment on PC web pages, and Credit Card payment on mobile browser H5
* DBot only charges trading fees for successful transactions, and all trading fees are listed in detailed statements. The detailed statements are in the Dashboard-Billing-Trading fees. You can check the details on the billing page
* If the payment experiences delays, please wait patiently, you can retry after confirming the payment has failed; in the case of duplicate payments, the plan duration will be accumulated
* The trading fee is charged according to the transaction amount, but in order to reduce the gas loss to the user's wallet, the trading fee is deferred using a trust mechanism, that is, it will be triggered after a period of time and amount. DBot trading fee standard is currently the lowest in the industry, no one else:

> **DBot Free Plan is 0.5%**\
> **DBot Plus Plan is 0.2%**
>
> **DBot Pro Plan is 0.03%**
>
> **DBot Enterprise Plan is 0.01%**


---

# 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://guide-en.dbotx.com/dex-trading-bot/billing.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.
