> ## 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.

# Send and receive

> Send and receive privately without a trace onchain. Send to Ethereum with no link to your private account.

## Send to Ethereum

### What is the level of privacy?

#### Summary

When you send to an Ethereum address, the asset type, amount, and the recipient's Ethereum address is public. However, there is no link to your private account. In short, no one will know anything about your private account balance or activity (including us).

#### How to best maintain your privacy

When you send assets out of your private account, consider sending them to one or more different Ethereum addresses you control (a fresh wallet, your exchange account, etc). This way the assets are not tied to the history of your connected wallet, or any connection someone has made between your connected wallet and your identity.

Also, if you fund your private account with, for example, `0.123456789 WETH` and then immediately send the exact same `0.123456789 WETH` to another Ethereum address from your private account, external parties may suspect a connection between the two Ethereum accounts due to the asset type and amount matching and the timing lining up closely. So, consider breaking up your sends into smaller amounts spaced out in time.

#### Transaction examples

**Step 1. Aztec transaction to move assets to Ethereum**

There is an initial Aztec transaction involving the transfer of private state which has no publicly-visible sender information. The asset type and amount are visible onchain because the [Nyx smart contract for the asset type](/technical-docs/smart-contracts) is involved, and the recipient address is visible because this data point needs to be sent to Ethereum for the transfer to occur. The [Nyx Token Bridge contract for the asset](/technical-docs/smart-contracts) is visible in the “Public Calls” section of the explorer page for the transaction as well, which is the Nyx smart contract that facilitates the sending of the asset to Ethereum. So, what can be seen is that an unknown Nyx user initiated a send to the given Ethereum address for that token type and amount.

<Frame caption="[Explorer link](https://aztecscan.xyz/tx-effects/0x038ac04248497fee0c0bab724435d6b078bb0e17ee9357c1d1f8b73fd61de8e1?network=mainnet). The associated Nyx private account address - `0x0673dbe45dfc756d96082a03b754419edce2ff9ed4bf652e2bc84ccba2615415` on the Aztec blockchain - is not revealed.">
  <img src="https://mintcdn.com/nyx/8SOPMUqG8hPTVoqJ/images/help-center/explorer-transactions/l2-send-to-ethereum.png?fit=max&auto=format&n=8SOPMUqG8hPTVoqJ&q=85&s=0a630847f7a4955db16ce164385170f3" alt="" width="2112" height="1448" data-path="images/help-center/explorer-transactions/l2-send-to-ethereum.png" />
</Frame>

**Step 2. Ethereum transaction to send assets to recipient**

Next, on Ethereum, the recipient will receive the assets publicly with a transaction that shows a Nyx relayer as the sender. If someone matched the two transactions based on asset type, amount, and timing, they would not know which private account was involved, let alone which Ethereum account funded that private account to begin with.

<Frame caption="[Explorer link](https://etherscan.io/tx/0x2f0b4b2bd798a88707768203ce90c47f7eef96fac8420c7f13ffb0b7ab43d02f). The associated Nyx private account address - `0x0673dbe45dfc756d96082a03b754419edce2ff9ed4bf652e2bc84ccba2615415` on the Aztec blockchain - is not revealed.">
  <img src="https://mintcdn.com/nyx/8SOPMUqG8hPTVoqJ/images/help-center/explorer-transactions/relayer-send-to-ethereum.png?fit=max&auto=format&n=8SOPMUqG8hPTVoqJ&q=85&s=ab4ff2c4f3c0ea72d2c12fc3f452452c" alt="" width="2230" height="504" data-path="images/help-center/explorer-transactions/relayer-send-to-ethereum.png" />
</Frame>

#### Diagram

<Frame caption="This flow is the same whether the recipient is your public account or another Ethereum address.">
  <img src="https://mintcdn.com/nyx/uimTSYsntFTOp_Zk/images/help-center/diagrams/send-to-ethereum.png?fit=max&auto=format&n=uimTSYsntFTOp_Zk&q=85&s=1d9c2a94cb789a5a5f386bae284292dc" alt="" width="11982" height="12284" data-path="images/help-center/diagrams/send-to-ethereum.png" />
</Frame>

***

## Private send on Aztec

### What is the level of privacy?

#### Summary

Neither asset type, amount, sender, nor receiver are publicly visible in the onchain send transaction. Only the sender and recipient know these transaction details.

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. 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. ([Learn more](/help-center/nyx-privacy#revealing-your-private-address-does-not-expose-your-private-balance-or-transaction-history)).

#### Transaction example

There is no sender, recipient, asset type, or asset amount information shown publicly as you can see with this example transaction:

<Frame caption="[Explorer link](https://aztecscan.xyz/tx-effects/0x085e9fc14e0620353806ccc36be3c597a2741e81e8c064a2d40ee76f4f12ab10?network=mainnet). The associated Nyx private account sender address - `0x0673dbe45dfc756d96082a03b754419edce2ff9ed4bf652e2bc84ccba2615415` on the Aztec blockchain - is not revealed.">
  <img src="https://mintcdn.com/nyx/8SOPMUqG8hPTVoqJ/images/help-center/explorer-transactions/send-on-aztec.png?fit=max&auto=format&n=8SOPMUqG8hPTVoqJ&q=85&s=5ec7b4114ad0042961af09eca2e39724" alt="" width="2068" height="1232" data-path="images/help-center/explorer-transactions/send-on-aztec.png" />
</Frame>
