> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nyx.money/llms.txt
> Use this file to discover all available pages before exploring further.

# How private is Nyx?

> The level of privacy you have and where it comes from.

## Where does your privacy come from?

### Aztec and Nyx privacy

Your privacy comes from three main areas:

1. The Aztec blockchain was built to enable private function calls and private state. This is where your private balance lives and your private actions take place. By design, no one can see your private balances, private sends, and initiation of private earn (Aave lend) and send to Ethereum actions except for the person who controls your private account information: you.
2. Aztec transaction submission uses encryption to ensure that the private details of each transaction - e.g. you sent 10 USDC to your friend - are never revealed to the network in readable form. Only the sender and receiver can decrypt and view the transaction details. Since these encrypted transactions need to be verified by the Aztec network, zero knowledge proofs are used to prove that the encrypted transaction is a valid transaction (e.g. that you have 10 USDC to send and that you approved the transaction). So, for each of your transactions a zero-knowledge proof is generated in your browser. Then, the proof and the encrypted transaction it belongs to are sent to the Aztec network, which verifies the proof and accepts the transaction. The proof generation and network proof verification steps can take up to a few minutes (some transaction proofs are more complex and take more time, some devices may generate proofs more slowly, and sometimes the network may be slower than usual). This is why you see a delay between signing to authorize a private transaction and that transaction completing. We and Aztec are exploring ways to speed these steps up over time, but there will likely always be a delay of some kind in order to guarantee this strong level of privacy.
3. Nyx uses passkey-based, end-to-end encryption to keep a very limited amount of information - like your account secret and contacts - on our backend so you can easily move across devices. Since we do not control your passkey, and only your passkey can decrypt this data, it can only be viewed and used by you in your browser.

If you wish, you can learn more in our [technical overview](/technical-docs/technical-overview) and in [Aztec's docs](https://docs.aztec.network/developers/overview).

As a result of the above, the following are true:

### It is very important for you to maintain access to your passkeys!

If you lose access to all of your passkeys, you lose access to your private account as we cannot decrypt your account data and recover it for you. See our [passkey tips](/help-center/account#don’t-lose-access-to-your-account-ensure-passkey-availability).

### Revealing your private address does not expose your private balance or transaction history

Revealing your private account address to someone, as you need to do when they send you funds privately, is a safe action. If someone knows your account address, they cannot see your Nyx account balance or transaction history.

However, the first time you receive assets from another Nyx user, there is an onchain record that an unknown address set up the capability to send you assets (using the [non-interactive handshake strategy](https://docs.aztec.network/developers/docs/aztec-nr/framework-description/note_delivery#tagging-secret-strategy) so your Nyx account can discover said assets sent to you privately). The specifics remain unknown: how many times they've sent you assets and what the asset types and amounts were. So, if someone knows your address they can know the count of the number of unique addresses that have initiated a transfer of assets to you at least once using the non-interactive handshake strategy. Again, they cannot see *which* addresses did this.

All Nyx private account transactions are totally private in the sense that they do not publicly reveal your private address onchain. As a result, there is also no link between your private address and any Ethereum address it sent to or received from. This is by design of the Aztec blockchain Nyx uses for private accounts and private account actions.

For an example of this, see our [docs section on funding your private account](/help-center/fund#transaction-example) where we share the private address of a test account.

***

## How to hide your asset balances

If you're out in public and are concerned about others viewing your screen, you can use our "Hide balances" feature to hide all your asset balances.

Click the eye icon in the menu bar in the upper right and the balances on the screen will blur.

<Frame caption="We only show your overall balance here, but all other balances on screen will also blur.">
  <img src="https://mintcdn.com/nyx/8SOPMUqG8hPTVoqJ/images/help-center/product-images/hide-balances-before-and-after-vertical.png?fit=max&auto=format&n=8SOPMUqG8hPTVoqJ&q=85&s=272f64e4003962afad7b190ba8b2b7c0" alt="" width="1850" height="1102" data-path="images/help-center/product-images/hide-balances-before-and-after-vertical.png" />
</Frame>

***

## What is publicly visible onchain?

Any transactions originating from or sent to an Ethereum address are visible in Ethereum explorers, including the sender and receiver addresses and information about the assets involved. However, your private account address is never revealed in such transactions as you can see below.

Private account activity takes place as transactions on the Aztec blockchain, as explained in our [technical overview](/technical-docs/technical-overview). Sends between private accounts reveal no public information.

Ethereum vault deposits and share redemptions, initiated by your private account, have a Nyx relayer as the sender address and show asset type and amount. Again, there is no visible link to your private account address. However, if you transfer 1.034567 ETH from your Ethereum account into your private account and shortly thereafter a Nyx relayer deposits 1.034567 ETH into an Ethereum vault, people may suspect that your public account is connected to the vault deposit. So, you may wish to wait a bit between these actions and/or break your deposit into multiple parts depending on the level of Nyx vault traffic at the time.

**Public visibility by action type**

| Action                                                                                                   | Publicly-visible on Aztec (where your private account is located)                                                                     | Publicly-visible on Ethereum                                                                                                                                                                                                                                                                                                |
| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Fund your private account with your public account](/help-center/fund).                                 | Information about the assets involved. Your private account address is not revealed.                                                  | Your public account address and information about the assets involved.                                                                                                                                                                                                                                                      |
| [Send to another private account](/help-center/send-and-receive#private-send-on-aztec).                  | Nothing. All anyone else can see is that an unknown sender sent an unknown amount of an unknown asset to the recipient at least once. | N/A                                                                                                                                                                                                                                                                                                                         |
| [Deposit into an Ethereum vault from your private account](/help-center/earn).                           | Information about the assets involved. Your private account address is not revealed.                                                  | A Nyx relayer as sender for a transaction that deposits publicly visible asset type and amount into a vault contract. You should, however, consider the timing and size of your vault deposits so people don't assume it's linked to the public account that made the Nyx deposit (see paragraph directly above the table). |
| [Redeem shares in an Ethereum vault from your private account](/help-center/earn).                       | Information about the assets involved. Your private account address is not revealed.                                                  | A Nyx relayer as sender for a transaction that redeems shares for a publicly visible asset type and amount.                                                                                                                                                                                                                 |
| [Send from your private account to an Ethereum address](/help-center/send-and-receive#send-to-ethereum). | Information about the assets involved. Your private account address is not revealed.                                                  | The Ethereum address and information about the assets involved.                                                                                                                                                                                                                                                             |

***

## What is visible off-chain?

Your IP address and Ethereum wallet app (type, address, RPC providers, etc.) are visible to us. Your IP address is also visible to your Ethereum wallet app and the RPC provider it uses, as well as the RPC provider used by our code in your browser. We only store your IP addresses tied to your latest passkey use so that you can review this for your own security, and we do so using passkey-based, end-to-end encryption so that only you can read this data in your browser. We cannot view it.

For enhanced privacy, you may wish to look at your wallet app's privacy policy, use a custom RPC provider you trust in your wallet app, or use a method to obfuscate your IP address like a VPN, or TOR. If you use a VPN provider, check their logging policy to see if they record your IP address.
