# Symbiosis Explorer

## Explorer Overview

Symbiosis Explorer collects and stores data related to cross-chain operations performed via the Symbiosis protocol. It allows users to search for real-time and historical information about cross-chain operations by hash or address.

{% hint style="info" %}
Symbiosis Explorer is available at [https://explorer.symbiosis.finance](https://explorer-v2.symbiosis.finance/)
{% endhint %}

<figure><img src="/files/IuCNiNbEcwJTXXDK98ID" alt=""><figcaption><p>Scheme 1. Symbiosis Explorer (general view).</p></figcaption></figure>

Explorer sorts cross-chain operations in chronological order, with the most recent on top. Transaction amounts are displayed in USD, ETH or BTC equivalent, depending on the swap currency.

## Search

To check the status of your cross-chain operation, copy and paste the transaction hash or your address into the search bar at the top. For instance:

<figure><img src="/files/SdcfF1NXvde1pSRvTCze" alt=""><figcaption><p>Scheme 2. Searching by address.</p></figcaption></figure>

You can get full information about the cross-chain operation by clicking *View*:\
![](/files/WiA0VKrUT40Kxdz2WhT3)

## TXs States

Possible states are: **In progress**, **Success**, **Success\***, **Interrupted**, and **Reverted**.

<table><thead><tr><th width="230">Status</th><th>Meaning</th></tr></thead><tbody><tr><td><strong>In progress</strong></td><td>The swap is still being processed.</td></tr><tr><td><strong>Success</strong></td><td>The swap was completed.</td></tr><tr><td><strong>Success*</strong></td><td>The swap was completed, and transit tokens (USDC, USDT, wETH, wBTC, or SyBTC) were delivered on the destination chain instead of the expected destination token.</td></tr><tr><td><strong>Interrupted</strong></td><td>The swap was interrupted during routing. The tokens were sent to the provided fallback address.</td></tr><tr><td><strong>Reverted</strong></td><td>The swap could not be completed and the tokens were returned on the source chain.</td></tr></tbody></table>


---

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