# Send/Receive ZCN tokens

## Send and Receive ZCN

Send and receive ZCN in an instant.

**Send:**&#x20;

1. Navigate to “Send”
2. Paste the address of the wallet you would like to send ZCN
3. Input the amount
4. Write an optional note for the receiver.
5. Press Confirm

Note: you can check details on your recent transactions on “Home” or search for addresses on Atlus.\
\
**Receive:**

1. Navigate to “Receive” to Copy your wallet address. Alternatively, scan your QR code.<br>
2. Give the address to the sender. You will get a notification on the “Activity” page when receiving tokens. Alternatively, refresh your browser to view your new balance or go to “received transactions” on Atlus.

Tip: you can always view your wallet transactions on Atlus; click "View on Atlus."

You can use the apps to send/receive ZCN with the other users of the Züs System, at a very low price compared to exchanging tokens outside the Züs Network using DEX, for example.

Sending and receiving ZCN is available in the apps where you can find "Send" and "Receive" buttons in the Navigation menu to the left, like [Bolt](/zus-docs/webapps/bolt.md).

<figure><img src="/files/vTiMkIszv1UgUTzIdQEQ" alt=""><figcaption><p>Fig1: Send/Receive buttons</p></figcaption></figure>

### Send ZCN

You can send ZCN token as follows:

1. Specify the address you want to send to. Place the address in the "To" field and click "Next"

<figure><img src="/files/0u52SiPn7lMReQCdiA5c" alt=""><figcaption><p>Fig2: Send - Put address</p></figcaption></figure>

{% hint style="info" %}
The recipient can get their address from Wallet section in [Settings](/zus-docs/webapps/bolt/settings-page.md) page.
{% endhint %}

2. Next, you need to specify the amount you need to send. Click "Max" if you want to send all the ZCN in your account to the recipient.

<figure><img src="/files/9KSXWtJTe3pclrnjmJTg" alt=""><figcaption><p>Fig3: Send - Specify the amount</p></figcaption></figure>

3. Finally, adjust transactions fees if you want. You can also add a note to the transaction, which will appear to the recipient.

<figure><img src="/files/C0DNl4fnGGCTBifLnpCD" alt=""><figcaption><p>Fig4: Send - Confirm</p></figcaption></figure>

Click the pen icon next to the fees amount to change it.

<figure><img src="/files/G6TJffqpzCka0smmuedF" alt=""><figcaption><p>Fig5: Send - Adjust fees</p></figcaption></figure>

Although you can go with the auto-calculated fees, you can also increase the fees so that your transactions gets higher priority and is executed faster. You can also specify a manual fees amount if you want.

<figure><img src="/files/EBYEQ6r0XW9iy4nmaGEo" alt=""><figcaption><p>Fig6: Send - Manual Fees</p></figcaption></figure>

Once you're happy with the fees and the note, click "Confirm" to submit the transaction to the network.

4. After the transaction is executed successfully, you'll see this notification in the bottom right part of the screen

<figure><img src="/files/fkoXOFG6KK5WGYuYXxj6" alt=""><figcaption><p>Fig7: Send - Success Message </p></figcaption></figure>

Click on "Details" to view the details of the transaction.

<figure><img src="/files/1ZPwT82Nj59CFMEZlFGQ" alt=""><figcaption><p>Fig8: Send - Transaction Details</p></figcaption></figure>

You can view the [Transaction Details Page](/zus-docs/webapps/atlus/details-pages/transaction-details-page.md) of this transaction on Atlus by clicking "View on Explorer".

### Receive ZCN

Clicking "Receive" will show you the address of your wallet, as well as a QR to easilly pass it to the sender so they can send ZCN to you.

<figure><img src="/files/haBd8v1g5bRJl3d8WMHn" alt=""><figcaption><p>Fig9: Receive</p></figcaption></figure>


---

# 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.zus.network/zus-docs/webapps/bolt/send-receive-zcn.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.
