# Symbiosis WebApp

## Overview

The **Symbiosis WebApp** is the official web-based application for using the main user-facing features of the Symbiosis Protocol.

The WebApp brings the main swap actions into one screen. From the swap page, you can select networks and tokens, connect wallets, adjust swap settings, switch between light and dark themes, and check swap history for connected wallets.

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

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

You can also use the top navigation to access other Symbiosis features, including Earn, staking, pools, explorer, and resources.

## Wallets and Supported Networks

You can check swap rates without connecting a wallet. Wallets are only needed when you are ready to perform a swap.

The Symbiosis WebApp allows users to connect the most popular wallets for different supported network types:

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

This covers most regular swap routes. Bitcoin routes work differently because Bitcoin does not use the same wallet connection flow as EVM, Tron, Solana, TON, and other supported networks.

Because of this, swaps to or from Bitcoin uses a separate flow. Check here for more information: [Swap Bitcoin](/user-guide-webapp/swap-bitcoin.md)

## Swap History

The WebApp shows swap history for connected addresses:

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

You can use swap history to review previous swaps, check operation status, and return to swaps that are still being processed.

**Hint:** you can also use the **Symbiosis Explorer** at [https://explorer.symbiosis.finance](https://explorer.symbiosis.finance/) to track cross-chain operations.

## Symbiosis WebApp and Partner Apps

Symbiosis WebApp is the official app built by Symbiosis.

Some partner applications also use Symbiosis Protocol in the background. This means users can make swaps through partner apps as well, while the swap itself is still executed through Symbiosis infrastructure.

The difference is the interface:

* Symbiosis WebApp is the official Symbiosis swap interface
* Partner apps provide their own user interface
* Both can use Symbiosis Protocol for cross-chain swaps

## Non-custodial Use

Symbiosis is non-custodial. Users keep control of their wallets and confirm all wallet actions themselves. Swaps are executed by protocol smart contracts according to the route selected and the transactions signed by the user.

## Swap Guides

The Symbiosis WebApp is designed to be easy to use, and the guides below can help you better understand the swap process and manage swaps with more confidence.

* **General swap guide:** [Swap Tokens](/user-guide-webapp/swaps.md)\
  This guide explains what to check before starting a swap, how to set up a favorite token list, how to manage liquidity sources, and how to track or troubleshoot a swap if needed.
* **Tron swap guide:** [Tron: Swap with Low Fees](/user-guide-webapp/swaps-to-and-from-tron.md)\
  This guide explains how Tron fees work and how to reduce or avoid TRX burning when swapping from Tron.
* **BTC swap guide:** [Swap Bitcoin](/user-guide-webapp/swap-bitcoin.md)\
  This guide explains the swap flow for swaps from and to BTC.


---

# 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.
