# Masterwallet vs Subwallet

## :crown: Masterwallet

> :zap: A Masterwallet is a project-unique user account wallet which users are able to perform direct deposits or withdrawals. All deposits into Subwallets are also summed up and reflected in the Masterwallet's total balance.

Some merchants may require additional funds to be deposited directly as they use Multichain for its mass withdrawal function.  This is true where the total sum to be withdrawn *(mass withdrawal)* may be insufficient.

![](/files/-MlM6fPwjYCDNZjUBdMd)

## Subwallet

Subwallets are generated thru [Multichain's developer API](https://docs.multichain.info/start/api/untitled) (Create Subwallet) where it can be assigned to every unique user on your platform indefinitely (does not expire) and be notified when a deposit is received. All funds received are then reflected in your Masterwallet's "Total Balance", available for withdrawal.

{% hint style="info" %}
:raised\_hand: *Please note that* [*Network Fee*](https://docs.multichain.info/faq/network-fee)*,* [*Platform Fee*](https://docs.multichain.info/faq/platform-fee) *and* [*Minimum Deposit Rule*](https://docs.multichain.info/faq/deposite-rule) *applies.*
{% endhint %}

![](/files/-MlM6pnRKscImIlWG6Q_)


---

# 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://docs.multichain.info/faq/masterwallet-vs-subwallet.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.
