> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zbx.boomfi.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Overview of the ZBX payments platform for developers.

ZBX is a crypto payment platform for merchants. You accept cryptocurrency through payment links, hosted checkout, subscriptions, or permanent deposit addresses, settle to accounts you control, and get notified over signed webhooks.

## What you can build

| Path                                            | Use when                                                     |
| ----------------------------------------------- | ------------------------------------------------------------ |
| [Payments Overview](/payments/overview)         | Fixed-price products, invoices, one-off sales                |
| [Subscriptions](/payments/subscriptions)        | Recurring access or membership billing                       |
| [Deposit Accounts Overview](/deposits/overview) | User balances (for example iGaming, wallets, prepaid credit) |

\| Trading | OTC conversion across crypto assets, chains, and crypto ↔ fiat |

These paths share the same foundation: an organisation, API credentials, settlement configuration, and webhooks.

## Base URL

API requests use:

```
https://mapi.zbx.boomfi.xyz/v1
```

Authenticate with an API key (`X-API-KEY`). Some write endpoints also require request signatures (`X-API-Nonce`, `X-API-Signature`). See [Authentication](/authentication).

Open the [merchant dashboard](https://merchants.zbx.boomfi.xyz/) to manage organisation settings, settlement, pay links, transactions, API keys, and webhook event history.

Need help? Contact [ZBX support](https://support.zbx.boomfi.xyz).
