# Intro to BanQ

## Merchant and services

After verification, merchant can create multiple services with their own config.

## Invoice and payment

Invoice (with specified or any amount) can be created for service to receive payment from end users. Once the payment is completed, merchant will be notified via webhook call.

## Withdrawal

Merchant can create withdrawal for end user of the service. The crypto tokens will be paid from the service corresponding hot wallet. Once the withdrawal is completed, merchant will be notified via webhook call.

## Supported blockchains and tokens

<table data-full-width="false"><thead><tr><th width="195">Token \ Blockchain</th><th width="234">BNB Smart Chain Mainnet</th><th width="166">Polygon Mainnet</th><th>TRON Mainnet</th></tr></thead><tbody><tr><td>USDT<br>(Tether USD)</td><td><a href="https://bscscan.com/token/0x55d398326f99059ff775485246999027b3197955">0x55d398326f99059fF775485246999027B3197955</a></td><td><a href="https://polygonscan.com/token/0xc2132d05d31c914a87c6611c10748aeb04b58e8f">0xc2132d05d31c914a87c6611c10748aeb04b58e8f</a></td><td><a href="https://tronscan.org/#/token20/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t">TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t</a></td></tr></tbody></table>


---

# 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://alpha-carbon.gitbook.io/docs/banq/intro-to-banq.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.
