# Web App

**Link to the Web App**: <https://app.blanksquare.io/>

The Web App allows you to shield tokens—hiding them from public view—and unshield them whenever needed.

**How does it work?**

When you connect your wallet to the dApp, a Shielded Account is automatically created for you. This account is derived from your connected wallet and is specific to the platform you use. That means Shielded Accounts created in the Web App can be accessed from the Web App on another device, but not from the Mobile App (and vice versa).

Once connected, you’ll see a list of all tokens available for shielding. Simply click the \[Shield] button next to any token to begin the process.

Shielded tokens—and the Shielded Account itself—are completely hidden from public view. They are not visible on the blockchain and cannot be traced by external observers, ensuring strong privacy for your assets.

\
**Supported networks**

* Base


---

# 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.blanksquare.io/user-guides/webapp.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.
