> For the complete documentation index, see [llms.txt](https://docs.coti.io/coti-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coti.io/coti-documentation/coti-privacy-portal/user-guide/setup-portal-account.md).

# Setup Portal Account

While managing public assets is straightforward, the true power of the COTI Privacy Portal lies in its ability to conceal financial data. To interact with confidential assets, you must configure your Privacy Portal account to handle advanced decryption processes securely. Start by:

{% stepper %}
{% step %}
**Connecting Your Wallet**

* Open the [COTI Privacy Portal](https://privacy.coti.io/) (production) or [testnet Privacy Portal](https://testnet.privacy.coti.io/) in a secure browser. Make sure you completed the [Prerequisites](/coti-documentation/coti-privacy-portal/user-guide/prerequisites.md) and have the MetaMask extension installed.
* Click **Connect Wallet** in the top-left area of the portal. MetaMask will ask you to authorize the connection. Review the request and approve it.\ <br>

  <figure><img src="/files/K7NWXWjfDglQetCgAwzG" alt="Public Tokens"><figcaption><p>Public Tokens Balances</p></figcaption></figure>

  <br>

{% endstep %}

{% step %}
**Check Your Tokens Public Balance**

Once your wallet is connected, open the **Public Tokens** dashboard. It shows **public** asset balances (e.g., COTI, WETH, USDT) on the COTI network. To bridge assets onto COTI, see the [COTI Bridge documentation](/coti-documentation/coti-bridge.md).\
\
Before proceeding, please verify that your assets public balances accurately reflect your on-chain holdings, as this confirms that your wallet is communicating flawlessly with COTI Privacy Portal.<br>

<div align="left" data-with-frame="true"><figure><img src="/files/zWy67z5KX7xDYljBgryC" alt="Public Tokens"><figcaption><p>Public Tokens Balances</p></figcaption></figure></div>

{% hint style="info" %}
💡 **Tip:** Use the search bar to quickly find a specific token.
{% endhint %}
{% endstep %}

{% step %}
**Unlock your private tokens​**

Please focus on the Private Tokens section of the portal interface. By default, this section is locked, and your balances are encrypted and hidden from view. To unlock them, follow the steps below.\
\
1\. Click the **Unlock** button on the **Private Tokens** dashboard.

<div data-with-frame="true"><figure><img src="/files/yD1RtDoQhGd7qYSQwgYB" alt="Unlock Button"><figcaption><p>Unlock button</p></figcaption></figure></div>

{% hint style="info" %}
If this is your first time using the Privacy Portal, it will prompt you to install the official COTI MetaMask Snap. This extension handles encryption and decryption of your private balances. [Follow the instructions here](/coti-documentation/coti-privacy-portal/user-guide/metamask-snap-setup.md).
{% endhint %}

2. After clicking the unlock button, a modal screen will appear, requesting authorization to access your [COTI AES security key.](/coti-documentation/how-coti-works/advanced-topics/aes-keys.md) Please review and authorize the request on the MetaMask snap.<br>

   <figure><img src="/files/vc8jjswckrDJuwFWOBJB" alt="Private Balances"><figcaption><p>Private Balances</p></figcaption></figure>

   <br>
3. Once unlocked, your decrypted private balances will be displayed. To aid in visual differentiation, COTI Privacy Portal utilizes a specific nomenclature system. You will observe that your decrypted assets carry a distinct prefix —such as p.COTI, p.WETH, or p.USDC.e— clearly distinguishing them from their transparent counterparts in the **Public Tokens** dashboard.

<div data-with-frame="true"><figure><img src="/files/V4x8GMuPWeX2hDZWSgTI" alt="Private Balances"><figcaption><p>Private Balances</p></figcaption></figure></div>

{% hint style="info" %}
🔒 **Privacy Note:** The Private Token balances are encrypted on the blockchain. They are decrypted locally in your browser using your personal AES key stored in the COTI Snap. No one else can see your balances.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coti.io/coti-documentation/coti-privacy-portal/user-guide/setup-portal-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
