> For the complete documentation index, see [llms.txt](https://docs.cwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwallet.com/crypto-deposit-and-withdraw/cwallet-internal-transaction/how-to-make-internal-transactions-in-cwallet.md).

# How to Make Internal Transactions in Cwallet?

You can send funds using the recipient's Cwallet ID, or Cwallet Address.

**Here is a guide on making internal transactions:**

Navigate to '**Send**' and select crypto.

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

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

Enter the amount and the recipient's Cwallet ID or address. You can see the internal transaction is fee-free.

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

You can also check the recipient's nickname here to ensure you have put the correct Cwallet ID or address. After checking, click the 'Send' button and confirm it.

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

The last step, 60-Second Safety Net. You have 60s to check all the information. If all information is correct, click the 'Send' button.

<figure><img src="/files/81eLAZoFAmCQ7SE53qpL" alt=""><figcaption></figcaption></figure>

<mark style="color:green;">**⚠️**</mark>**&#x20;**<mark style="color:green;">**Important Note:**</mark> The 60-Second Safety Net. We offer a 60-second grace period on all withdrawals/transfers to check if you entered the wrong ID/address or amount, engineered to prevent costly mistakes. To give you a final chance to review and cancel the transaction before the funds are permanently transferred.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cwallet.com/crypto-deposit-and-withdraw/cwallet-internal-transaction/how-to-make-internal-transactions-in-cwallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
