# Public Mint Wallet

The Public Mint wallet allows users to directly manage their existing funds in a fully decentralized manner.&#x20;

Our wallet connects directly to the Public Mint blockchain and allows any address to send and receive funds from another. It also connects with the centralized parts of our system, allowing users to go through KYC and initiate [deposits](/api/funding/deposit-wire.md) and [withdrawals](/api/funding/deposit-wire.md).

<div align="center"><img src="/files/-LtzOqoHeE4_9cU_fEYm" alt="Public Mint Wallet Welcome page"></div>


---

# 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://developers.publicmint.io/other-information/web-wallet.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.
