# Symbiosis WebApp

## WebApp Intro

The **Symbiosis WebApp** is a web-based application provided by Symbiosis. It allows users to use all the functionality of the Symbiosis protocol: perform cross-chain and on-chain swaps, provide liquidity via cross-chain zaps to Symbiosis liquidity pools or to third-party lending and farming protocols, receive rewards, etc.

{% hint style="success" %}
Symbiosis WebApps is available at <https://app.symbiosis.finance/>
{% endhint %}

You can check swap rates, liquidity pools, etc. without connecting a wallet. And when you are ready, connect a wallet and start cross-chain and on-chain operations using the Symbiosis protocol.

## **Connecting a Wallet**

{% hint style="info" %}
The Symbiosis WebApp allows you to connect different types of wallets at the same time. For example, an EVM wallet, a Tron wallet and a Solana wallet.
{% endhint %}

Steps to connect a wallet:

1. Navigate to [Symbiosis WebApp](https://app.symbiosis.finance/swap):\
   ![](/files/6q0zEwlAGUCmEP7lzjPu)
2. Press the *Connect Wallet* button.\
   \
   **If there no wallet plugin is installed, you will see a prompt asking you to install one:**\
   ![](/files/fMR3zNL2hqUfPUszb6ZQ)\
   Download the wallet plugin of your choice, install it, create a new account, or import keys for an existing account and connect the wallet to Symbiosis WebApp.\
   \
   **If you have an installed wallet, you will see the following:** \
   ![](/files/JYuJp9Lx9MoPJ0m6KRVQ)\
   \
   Select your wallet, unlock it, and connect to Symbiosis WebApp.\
   \
   If you click on your wallet in the list and nothing happens, open it (the wallet icon should be on the browser bar), unlock it, and confirm the connection to Symbiosis WebApp.

Done\
**∎**

The next step is to get familiar with the WebApp interface, and then you're ready for cross-chain swaps!

## **WebApp Interface**

You have connected a wallet and loaded Symbiosis WebApp. By default you will see the Swap page:<br>

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

Let's check all elements together (from top to bottom and from left to right):

* **The menu:**\
  ![](/files/QLi8ofgPlYoj5wk7D4U0) Here, you will find many useful links.<br>
* **The active network and address:**\
  ![](/files/MdlNalBAxaAcfMlEKxrA) The information is retrieved from the connected wallet.<br>
* **The tabs:**\
  ![](/files/ASxxz3h8RV6CVL7KZLtL) The tabs navigate you to corresponding sections.<br>
* **Settings** for cross-chain and on-chain operations:\
  ![](/files/77KFxlZgo31ELRdGTYHW)Here, you can check and change (if needed) the slippage tolerance and trade deadline.<br>
* **Transfer From:**\
  ![](/files/81oWqoh3lc1rQftMpUVv)\
  Here, you select the source network and the token (the token you have that you want to exchange for another token or deliver to a liquidity pool or protocol). \
  The sender address is taken from the connected wallet and can be changed via the wallet.<br>
* **Transfer To:**\
  ![](/files/z8OP3JEvLubT6Gq9FozF)\
  Here, you select the destination network and token (the token you want to receive).<br>
* **The recipient's address:**\
  By default, the recipient address is the same as the sender's address. If you want to send tokens to a different address, please use **only self-custodial wallets**. Do not send funds directly to addresses provided by exchanges or third-party services.

  To change the recipient address, slide the **Receive assets to another wallet** toggle and enter a valid address on the destination blockchain:\
  ![](/files/qCuUCiprRelQiiiT6odk)

The next step is to start exchanging tokens: [Swap Tokens](/user-guide-webapp/swaps.md)


---

# 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.symbiosis.finance/user-guide-webapp/symbiosis-webapp.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.
