# Lifting $EWT EWC -> EWX (Manual)

This document explains the steps required for lifting EWT tokens from the Energy Web Chain to the Energy Web X parachain.

* Lifting: briding tokens from Tier-1 (EWC) to Tier-2 (EWX).

### Key Components

* Tier-1 (T1): Energy Web Chain (EWC, EVM).
* Tier-2 (T2): Energy Web X (EWX, Substrate parachain).
* t2PublicKey:  the public key (Substrate SS58 key) corresponding to your EWX account.
* Energy Bridge Contract: deployed on EWC, coordinates token transfers to/from EWX.
* Parachain Pallets: on EWX, manage the T2 side of bridge operations.

Note: Add EWC Network to EVM Wallet

* <https://chainlist.org/chain/246>

***

### Lifting EWT (Native Token)

1. Go to the Energy Bridge Contract (EWC mainnet) Proxy Contract\
   Click here: [Proxy Contract address](https://explorer.energyweb.org/address/0x0BDb4Ff8396Fbd0b8Baa9cF2ea188cC620D5d2B1/write-proxy)
2. Choose the `Write Proxy` tab and click Connect Wallet.
3. Connect with your EWC account
   1. This must be an Ethereum/EWC account that holds $EWT on EWC.
   2. Ensure you have a small amount of $EWT left in the account for gas.
4. Select function liftEWT (function #7)
   1. t2PublicKey (bytes): Enter the EWX account you want to lift to, converted to hex public key bytes.
      1. To convert:
         1. Open[ Polkadot.js Apps → Developer → Utilities](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpublic-rpc.mainnet.energywebx.com%2F#/utilities).
         2. Use the `address` converter to paste your EWX Substrate address.
         3. Copy the hex public key representation.
         4. Paste this value into t2PublicKey.
      2. amount: Enter the number of $EWT (in wei units). Example:
         1. For 1 $EWT, enter 1000000000000000000 (1e18).
         2. Can use this converter for decimals: <https://eth-converter.com/>
         3. Note, 10 $EWT is the minimum lift
5. Click `Write` to submit the transaction.
   1. The contract will lock tokens on EWC and initiate the lift.
   2. Once collators validate the lift on EWX, the equivalent $EWT will appear in your EWX account.
      1. Note, it can take a couple minutes for the balance changes to reflect on EWX


---

# 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://docs.energyweb.org/ewx-ecosystem/bridging-usdewt/lifting-tokens-ewc-greater-than-ewx-contract-interaction.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.
