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

# Customers

This feature provides a convenient and efficient tool for managing users and their multi-deposit addresses.

With this functionality, you can:

* Create users
* Edit user information

Each user receives their own universal multi-deposit address. Funds can be deposited using several methods:

**1. Cryptocurrency deposits**\
Deposits are supported in multiple currencies that:

* Are available within the same blockchain network
* Are supported by our service

*Example:* A user receives one address and regularly tops it up with different currencies, such as ETH, USDT (BSC), and POL. All deposits arrive at the same address, but across different blockchain networks.

**2. Fiat pay/Crypto deposits**\
You can top up user addresses using a bank card or other alternative payment methods with ONRAMP. In this case, the user receives the deposit in their chosen cryptocurrency on the address.

**To get started:**

1. Create a customer
2. Generate a multi-deposit address for them

For detailed implementation steps and technical specifications, please refer to our documentation.


---

# 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:

```
GET https://docs.calypso.money/acquiring/customers.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.
