> For the complete documentation index, see [llms.txt](https://digicorplabs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-how-to-withdraw-dgmv-tokens-from-lcx.md).

# DGMV token-How to Withdraw DGMV Tokens from LCX

1. Login into your LCX account
2. In the upper Menu click on “Wallet”
3. In the search field, type “DGMV” to see your DGMV token balance

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

4. Under actions, click on “Withdraw”
5. Ensure that the DGMV token is chosen as asset
6. Choose the Ethereum Network
7. Insert the wallet address to which you would like to send your DGMV tokens
8. Enter the amount of DGMV tokens you want to withdraw

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

*Note: LCX charges a withdrawal fee of 100 DGMV, which will be deducted from your withdrawal amount. The minimal withdrawal amount is 110 DGMV.*

9. Click on “Withdraw”
10. Click on “Get Code” to get the OTP Verification Code sent to your email

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

<figure><img src="/files/7E5Mp12PKUFiLq8xaiGg" alt=""><figcaption></figcaption></figure>

11. Enter the OTP Verification Code sent to your email address in the upper field
12. Enter below the 2FA Code from your Authenticator app

<figure><img src="/files/3gz2fCUW0Z0eTX0t3v5Y" alt=""><figcaption></figcaption></figure>

13. Click on “Confirm Withdrawal”
14. You will see the withdrawal details

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

15. You will receive an email confirming your successful withdrawal

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


---

# 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://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-how-to-withdraw-dgmv-tokens-from-lcx.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.
