# Deposit

In our system, **Deposit**, [**Private**](/walletium-object/address-types/private.md), and [**Shared**](/walletium-object/address-types/shared.md) addresses are stored on the blockchain, with the main difference being [**how the keys are stored**](broken://pages/HGD8B9UvMIz7H0JEaFwm).

Once you complete registration, the system automatically generates a unique [**Walletium Native** ](/walletium-object/address-types/native.md)address exclusively for each wallet, which exists **only within our ecosystem.** This address serves as the main hub for managing all your transactions.&#x20;

{% hint style="info" %}
However, to actually move funds on the blockchain, such as sending or receiving assets, you need a **Deposit address**.
{% endhint %}

***

## Multiple Deposits, One Destination

**Manage All Your Crypto From a Single Wallet** 📊

A **Deposit address** can be created through the wallet interface with just a few clicks, allowing you to interact with the blockchains supported by [**Walletium**](https://t.me/walletiumbot) (**ETH, BNB, BTC, TRON, TON)**. The key for any **Deposit address** created by the user will be securely stored in the wallet. You can create as many **Deposit addresses** as you need across different blockchains, without worrying about losing track of your funds.

All of the assets from these addresses are consolidated into your [**Walletium Native address**](/walletium-object/address-types/native.md). This makes managing your funds easy, since everything flows into one place. The connection between **Deposit addresses** and the [**Native address**](/walletium-object/address-types/native.md) gives you full control over your funds, so you can store, withdraw, receive, and swap your **crypto**, **stablecoins** and [**TEX**](/assets-management/tex-token-and-daemon.md).

***

## Master Address&#x20;

**From Deposit to Master: The Big Switch 🔄**

The **Deposit** and **Master** addresses are essentially the same, just at different stages of their lifecycle. The **Master** address is the type used by the system for output, such as performing a [**Send** ](/basic-interface-layer/deposit-send-and-swap.md)operation from the interface. **Right before a withdrawal operation, the Deposit address changes its status to Master.** As a result, the **Deposit address** will no longer appear in the user’s interface.&#x20;

{% hint style="info" %}
**Every Deposit address** will eventually become **Master address.**&#x20;
{% endhint %}

**The status changes from Deposit to Master in the following situations:**&#x20;

1. When the first deposit is made.
2. By timeout (initially, the address is valid **for one hour**).
3. As needed (for example, when it’s required for a withdrawal).
4. By decision of the admin.
5. By decision of the user.&#x20;
6. Never.&#x20;

{% hint style="info" %}
Even if funds are sent to an expired deposit address, they won’t be lost. Contact [**support**](/getting-started/help-and-support.md) to resolve the issue.
{% endhint %}

***

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Address Management</td><td><a href="/files/0h88k0bIWydK4foCMBWC">/files/0h88k0bIWydK4foCMBWC</a></td><td><a href="/pages/6d9W63YzeV3pNz3NMEqx">/pages/6d9W63YzeV3pNz3NMEqx</a></td></tr><tr><td>Private Address</td><td><a href="/files/6Qe4pgs7pZVPpKsZo4NQ">/files/6Qe4pgs7pZVPpKsZo4NQ</a></td><td><a href="/pages/hmyHCBnncMFCw83MaXjE">/pages/hmyHCBnncMFCw83MaXjE</a></td></tr><tr><td>Shared Address</td><td><a href="/files/Pl97leG45EyzMEtQqLro">/files/Pl97leG45EyzMEtQqLro</a></td><td><a href="/pages/xprSXDRMpVUpdTIR8XXU">/pages/xprSXDRMpVUpdTIR8XXU</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://wiki.walletium.net/walletium-object/address-types/deposit.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.
