# Make transfers on Cronos zkEVM testnet

## Use the simple temporary web interface

On a temporary basis during the first weeks of the Cronos zkEVM Tethys testnet, you can use the following links to send zkTCRO or any other ERC20 token on the zkEVM network:

Transfer zkTCRO:

<https://tethys.cronoslabs.org/transact/send_l2_zktcro>

Transfer another ERC20 token:

<https://tethys.cronoslabs.org/transact/send_l2_token>

## Use your wallet to transfer Testnet zkCRO (ZKTCRO)

In order to transfer ZKTCRO to another address, make sure that your crypto wallet is connected to Cronos zkEVM testnet.

Then, you can simply click" Send" together with the amount and recipient's address.

Here is an example with Rabby wallet:

<figure><img src="/files/i7AgRuxNXCA6WuogJlKn" alt="" width="262"><figcaption></figcaption></figure>

## Use the blockchain explorer to transfer any ERC20 token

This method is more suitable for developers.

If you have any ERC20 tokens in your wallet, you can usually use the [Cronos zkEVM testnet explorer](https://explorer.zkevm.cronos.org/testnet/) to transfer them to another address, if the smart contract has been verified in the explorer. Visit the token's page on the [blockchain explorer](https://explorer.zkevm.cronos.org/testnet/) look for the Contract tab and the "Write" sub tab, and use the Transfer method, paying attention to the number of decimals.


---

# 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-zkevm.cronos.org/for-users/cronos-zkevm-testnet-tutorials/make-transfers-on-cronos-zkevm-testnet.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.
