# YAR v.1.0beta — Rewarding Usage Experience

After adding the necessary networks and getting free coins and erc20 tokens, you need to go to the interface of the interconnector:

{% embed url="<https://connect.testnet.yarchain.org/>" %}

{% hint style="info" %}
*On Jun 4th, 2024 the interconnector supports transferring all types of data, coins, tokens, messages, etc in chain-2-chain and chain-2-multichain modes.*
{% endhint %}

On this site, you need to connect your wallet - "Connect Wallet" (Rainbow, Coinbase Wallet, Metamask, or any other wallet that supports "Wallet Connect").

#### For Native Token (coin) cross-chain transferring:

* Go to: [Apps](https://connect.testnet.yarchain.org/apps) > [Bridge Native Tokens](https://connect.testnet.yarchain.org/apps/native)
* Enter "Reciever address" (the address that gets tokens after transfer)
* Choose the network from which you are sending the token: "Send from"

#### For erc20 tokens cross-chain transferring

* Go to: [Apps](https://connect.testnet.yarchain.org/apps) > [Bridge EIP-20](https://connect.testnet.yarchain.org/apps/erc20)
* Enter "Reciever address" (the address that gets tokens after transfer)
* Choose the network from which you are sending the token: "Send from"
* Enter "Send amount"
* Choose a network that the token is being sent to: "Recieve to"

#### For erc721 tokens cross-chain transferring:

* Go to: [Apps](https://connect.testnet.yarchain.org/apps) > [Bridge NFT EIP-721](https://connect.testnet.yarchain.org/apps/erc721)
* Enter "Reciever address" (the address that gets tokens after transfer)
* Choose the network from which you are sending the token: "Send from"

#### For erc1155 tokens cross-chain transferring:

* Go to: [Apps](https://connect.testnet.yarchain.org/apps) > [Bridge NFT EIP-1155](https://connect.testnet.yarchain.org/apps/erc1155)
* Enter "Reciever address" (the address that gets tokens after transfer)
* Choose the network from which you are sending the token: "Send from"

#### For message cross-chain transferring:

* Go to: [Apps](https://connect.testnet.yarchain.org/apps) > [Bridge Message](https://connect.testnet.yarchain.org/apps/message)
* Choose the network from which you are sending the message: "Send from"
* Choose the network to which you are sending the message "Recieve to"
* Enter "Reciever address" (the address that gets a message after transfer)
* Enter your message in "Message" area.
* Pick up the  "Transfer" button.


---

# 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.yarchain.org/testnet-instruction/yar-v.1.0beta-rewarding-usage-experience.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.
