# Private

A **private address** is one you import into the wallet **without providing access to the** [**private key**](/knowledge-base/glossary.md#private-key). This means the wallet can’t manage or move funds, **as only you control the private key**. However, it can still **monitor transactions** and notify you of incoming or outgoing funds.

To perform a transaction from a **Private address**, you’ll need to **manually enter the private key**. Make sure to learn more about **private key storage** and the **precautions** you should take [**here.**](broken://pages/HGD8B9UvMIz7H0JEaFwm) Alternatively, you can grant the wallet access to the key, converting the **Private address** into a [**Shared address**](/walletium-object/address-types/shared.md) for full management through the wallet. This way, the address status will change from **Private** to [**Shared**](/walletium-object/address-types/shared.md).

As a result, you can import and organize all your addresses in one place **using only** [**public addresses**](/knowledge-base/glossary.md#public-key), with no need to provide your private keys unless necessary. &#x20;

{% hint style="info" %}
The flexibility we provide makes [**Walletium**](https://t.me/walletiumbot) a unique tool, offering a hybrid approach that enables both monitoring and full management in one place.
{% 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>Shared Address</td><td><a href="/files/Pl97leG45EyzMEtQqLro">/files/Pl97leG45EyzMEtQqLro</a></td><td><a href="/pages/xprSXDRMpVUpdTIR8XXU">/pages/xprSXDRMpVUpdTIR8XXU</a></td></tr><tr><td>Envelopes</td><td><a href="/files/sFsoQdSy50mgUeztHTEz">/files/sFsoQdSy50mgUeztHTEz</a></td><td><a href="/pages/DWdxao2IO8qyuxcLbSaT">/pages/DWdxao2IO8qyuxcLbSaT</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/private.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.
