# What's Visible, What's Hidden

On a block explorer like Etherscan:

* **Visible**: Sender and recipient addresses, that a transfer occurred, the type of token (cUSDC vs cETH)
* **Hidden**: The actual amounts transferred, account balances, transaction values.

This design preserves usability; you can send tokens to addresses, interact with smart contracts, and use wallets normally, while adding a crucial layer of financial confidentiality.


---

# 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://zaiffer.gitbook.io/wiki/zaiffer/what-are-confidential-tokens/whats-visible-whats-hidden.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.
