# What is goodPayments?

**goodPayments** is a service that enables your business to accept cryptocurrency payments effortlessly. The platform handles the full payment flow end-to-end: every transaction from your customer is processed automatically, and the funds are sent directly to your wallet with no delays.

Getting started with goodPayments is quick and doesn’t require any KYC. Simply [top up your balance](/docs/user-guide/balance-top-up.md) and [set the address](/docs/getting-started/adding-a-payout-wallet.md) where you want to receive incoming payments – that’s it.

You can create payment invoices either through the dashboard or programmatically via the [API](/docs/api-reference/general-information.md). The integration process is straightforward, so you can connect to our API and start accepting payments the same day.

#### Key Features of the Platform

* Fast onboarding – no identity verification (KYC) required
* No setup fees; fixed service fees of 6.5 or 13 TRX per full payment cycle
* A unique temporary address is generated for each invoice
* Funds are sent directly to your wallet – goodPayments does not hold customer funds
* A clear and intuitive dashboard to track payments, manage generated addresses, and monitor commission expenses
* Optional Telegram notifications – instantly receive updates about your customers’ payments right in your messenger


---

# 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://goodpayments.gitbook.io/docs/general-info/what-is-goodpayments.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.
