> For the complete documentation index, see [llms.txt](https://docs.gpu.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpu.net/evm-and-ss58-transfer/ss58-to-evm.md).

# SS58 to EVM

Please follow along to transfer your $GPU from your ss58 account to EVM account.

## Step 1

[Update Metadata](https://ganscan.gpu.net/#/settings/metadata) (only if you've not done it before)

Click on update button and sign the pop-up

<figure><img src="/files/6OtmPip4SmBJy2qag8B0" alt=""><figcaption></figcaption></figure>

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

## Step 2

Enter the amount in the modal.

It will redirect you to GANscan, our explorer.\
Or just click on the "Open GANscan Transfer" button

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

## Step 3

Click on Submission Tab, as shown in the picture below

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

## Step 4

Select your account from drop button

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

## Step 5

Click on Submit Transaction in the bottom right corner of the screen.

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

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

## Step 6

Sign and Submit on your PolkadotJS wallet, there you go! Please wait for a few seconds and the balance would be reflected in your EVM wallet.

<figure><img src="/files/51AHMmHg1ppPhhrzywf0" 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://docs.gpu.net/evm-and-ss58-transfer/ss58-to-evm.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.
