> For the complete documentation index, see [llms.txt](https://guide.dem.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.dem.exchange/welcome/deposits-and-withdrawals/internal-transfers.md).

# Internal Transfers

Cheap transfers between Demex users

## Introduction

Internal Transfers refer to the act of transferring tokens on Demex to other users of Demex or Carbon (or your other accounts).&#x20;

By transferring in this manner, you can send tokens to your own other wallets (or your friends') at an extremely low cost, as the tokens never leave the Carbon blockchain.&#x20;

**Internal transfers always cost 1 $SWTH (\~$0.004) only!**

This following walkthrough demonstrates how to send tokens from a Carbon address to another, using $SWTH as an example.

### **Walkthrough**

**Step 1**: Navigate to the [Demex website](https://app.dem.exchange/) and select '[Balance](https://app.dem.exchange/account/balance)' from the menu located on the right-hand side.

<figure><img src="https://3548599389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO-XZjWplLUJPNs07G8%2Fuploads%2FedddSeSQSDf8DMO46z92%2Fimage.png?alt=media&amp;token=e39a2abc-c1a9-428e-8e5c-5774446e5f52" alt=""><figcaption></figcaption></figure>

**Step 2**: Click 'Withdraw' to beside the token you wish to send.

<figure><img src="https://3548599389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO-XZjWplLUJPNs07G8%2Fuploads%2F52WYQr23wjMXHuV4EZCv%2FScreenshot%202023-05-09%20at%205.49.07%20PM.png?alt=media&amp;token=18487f58-5cd8-47f2-9369-9a896995dd3d" alt=""><figcaption></figcaption></figure>

**Step 3**: Choose 'Internal Transfer' under 'Select Network'.

<figure><img src="https://3548599389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO-XZjWplLUJPNs07G8%2Fuploads%2Fe0qbnqyD1UATXzCGTUsd%2FScreenshot%202023-05-09%20at%205.48.13%20PM.png?alt=media&amp;token=ef7e77c6-0462-4885-8b6a-813a3ea2ec47" alt=""><figcaption></figcaption></figure>

**Step 4:** Enter the recipient's 'swth1...' address and select the amount you wish to transfer.

**Step 5**: Click the "Withdraw" button, and then verify and authorize the transaction that appears on the pop-up window in your wallet.

**Step 6:** To track the status of your transaction after withdrawing your tokens, navigate to the "Internal Transfers" tab of your profile.

<figure><img src="https://3548599389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO-XZjWplLUJPNs07G8%2Fuploads%2FwlMTWYzGIpAvVRe68TyG%2Fimage.png?alt=media&amp;token=65ef1801-a7a9-4d0c-a003-1f42301b3edc" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Congratulations, you have successfully transferred your tokens!&#x20;
{% endhint %}


---

# 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://guide.dem.exchange/welcome/deposits-and-withdrawals/internal-transfers.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.
