# How to - Bridge

### Bridging in Defi

* Bridging is the process of 'transferring' one token from one chain to the other chain that is either EVM (Ethereum Virtual Machine) compatible or non compatible.
* Example of EVM chain to the other is from Binance Smart Chain to Fantom Opera network and example of EVM to non-EVM is from Solana to Fantom Opera network.
* Most stablecoin bridge incorporate the use of a 'burn' function.

### How to bridge with the SpiritBridge

![SpiritBridge feature](/files/JUQ9gDhTBy3qjTCNv3c8)

### The detailed steps

![How to bridge ](/files/WExG7cwOUvXJkPyftD8w)

1. Select the chain to bridge from - If you have funds in this chain thus this will be your 'from' chain.
2. Select the chain to bridge to - Your intended token will be in this chain.
3. Select the asset to bridge over - Example is WETH, DAI or USDC.
4. Input the quantity of the asset to bridge over.
5. Select the asset to swap while bridging across chains.
6. Click 'Bridge Token' to proceed.
7. Steps 7 and 8 will show the route taken to bridge and the details of the bridge (fees etc).

{% hint style="info" %}
Please be aware of the liquidity of tokens on both chain so that there would be no delay during the bridge process.
{% endhint %}


---

# 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.silverswap.io/spiritswap-v3/soullys-how-to/how-to-bridge.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.
