# Transfer and Receive Payment

## Transfer a Payment

### Single Transaction

1. Select the wallet for the transfer and click the "Send" button. Sending here can be done even without shard, as long as you have the sending permissions for the wallet to initiate a transaction.<br>

   <figure><img src="/files/Ru0i4KGfgLkW2uhNEKpJ" alt=""><figcaption></figcaption></figure>
2. Select cryptocurrency<br>

   <figure><img src="/files/3xnOzHs9uK6tSUfqfdzT" alt=""><figcaption></figcaption></figure>
3. Select network<br>

   <figure><img src="/files/ZmTion286NSEN7iooHtX" alt=""><figcaption></figcaption></figure>
4. Enter the recipient's address. You can choose an address from the address book, your team's internal addresses, or recent transactions.\ <br>

   <figure><img src="/files/mfuw6A64xhVGOk4mX3aH" alt=""><figcaption></figcaption></figure>
5. Enter transaction amount (you can add a remark here at the same time)<br>

   <figure><img src="/files/mO3v73svuQcxeiMWE0QJ" alt=""><figcaption></figcaption></figure>
6. Confirm the transaction to proceed.<br>

   <figure><img src="/files/rNoZEhpfALIWGtN9JH8e" alt=""><figcaption></figcaption></figure>
7. After submitting the transaction request, please go to the [team activity page](/team/team-activity/transaction-signing.md) to check the processing status. For detailed procedures, please refer to the relevant guide.

### Batch Transaction

1. Click **Send** to start. Note that batch transfer can only be operated in a single-signature wallet. The "Send" function here can also be used without shard — as long as you have the sending permission in the wallet, you can initiate a transaction.<br>

   <figure><img src="/files/a4hy1Wpa5XaIMz3BrjKe" alt=""><figcaption></figcaption></figure>
2. Select the token you wish to receive.<br>

   <figure><img src="/files/Ly4O2T77IuXRF8VQx0jI" alt=""><figcaption></figcaption></figure>
3. Select the network.<br>

   <figure><img src="/files/bQS4gPBaTT3KkU4aUQ1C" alt=""><figcaption></figcaption></figure>
4. After clicking **Batch Transfer**, a spreadsheet will appear. You can choose to manually enter data or upload a form. Note that each transaction can contain a maximum of 99 addresses.<br>

   <figure><img src="/files/PnkUiZCtByXOCTwirhI0" alt=""><figcaption></figcaption></figure>

   \
   **Manual Entry**\
   You need to enter the address and amount. The purpose of transfer and memo are optional, depending on your needs.<br>

   <figure><img src="/files/Eoeg0yn3bA24rlLhCqy5" alt=""><figcaption></figcaption></figure>

   \
   **Upload Form**\
   You can download the template from the location below. You may also refer to the template instructions on the second sheet of the template.<br>

   <figure><img src="/files/dyM16zT7FcTywrsdvw0M" alt=""><figcaption></figcaption></figure>
5. After clicking **Continue**, you will need to perform a final confirmation. Once confirmed, proceed with two-factor authentication, and the transaction will be successfully initiated.

## Receive a Payment

1. You can find your address by clicking "Receive"<br>

   <figure><img src="/files/0YRVr4zX9iIvbiVflNoW" alt=""><figcaption></figcaption></figure>
2. Select the cryptocurrency you wish to receive<br>

   <figure><img src="/files/caBVISXUtaaXGjHTRuRY" alt=""><figcaption></figcaption></figure>
3. Select network<br>

   <figure><img src="/files/rvuXmGv4dBPshaRG7YoT" alt=""><figcaption></figcaption></figure>
4. You can then view the address - click to copy or scan the QR code.<br>

   **If you need to use a different address for receiving payments, you can generate a new address in the** [**address book**](/risk-management/address-book.md) **or set it as the default receiving address.**\ <br>

   <figure><img src="/files/g8Sd2aHCd0zQ96h57fZQ" alt=""><figcaption></figcaption></figure>

## View Your Transaction Record

You can view your transaction record in your wallet. Details such as gas fee and TxID can be viewed by clicking the transaction.

<figure><img src="/files/ExgUXzo5XTkQhMisxBop" alt=""><figcaption></figcaption></figure>

**Download Transaction Receipt**\
You can download transaction receipts at the bottom of the transaction history tab.

<figure><img src="/files/uhy3sltFEZLW7WNMhqUe" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/meKlzQtKkt1kJPECKupb" alt="" width="375"><figcaption></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://support.cregis.com/wallet-and-transactions/transaction/transfer-and-receive-payment.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.
