> For the complete documentation index, see [llms.txt](https://docs.cheqd.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cheqd.io/product/learning-docs/governance/advanced/cheq-erc20/ethr-to-cheq.md).

# How to send CHEQ tokens from Ethereum to cheqd

## Instructions

The following instructions will be lighter weight as much of the [general process of sending CHEQ tokens to Ethereum via Gravity Bridge](/product/learning-docs/governance/advanced/cheq-erc20/how-to-send-tokens-to-ethereum-with-gravity-bridge.md) has been explained separately.

### **Step 1: Set your Source chain and Destination chain**

Go to [SpaceStation](https://spacestation.zone/) and select the respective chains. Your Source chain should be Ethereum, and your Destination chain Gravity Bridge.

### **Step 2: Initiate Transfer**

Initiate Transfer by selecting the token you wish to transfer and the amount, hit transfer and confirm.

### **Step 3: Approve the transfer**

A MetaMask pop-up will appear. Check the transaction fees and approve the transfers (again, the high transfer fees are on the Ethereum side, not Cosmos.

Fortunately these fees will reduce based on the volumes of transfers on the Gravity Bridge thanks to the Batching mechanism designed as part of the bridge).

### **Step 4: Transfer tokens to your final destination chain**

Finally, transfer the tokens from the Gravity Bridge chain to your final destination chain (the cheqd network).

If at any point you want to check the transfer, you can enter your Gravity address into [MintScan using G-Bridge.](https://www.mintscan.io/gravity-bridge)

And that’s it, your tokens are now available in your Keplr wallet and can be used once again for all things Cosmos!


---

# 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.cheqd.io/product/learning-docs/governance/advanced/cheq-erc20/ethr-to-cheq.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.
