> ## Documentation Index
> Fetch the complete documentation index at: https://docs.soroswap.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Bridging Tokens to Stellar Blockchain

> How assets from other chains reach Stellar so you can trade them on Soroswap.

Soroswap trades assets that live on Stellar. To trade something issued on another chain, it has to be bridged onto Stellar first, and then, if you want to use it with Soroban contracts, [wrapped](/tutorials/stellar-classic-assets/wrapping).

<Columns cols={2}>
  <Card title="What a bridge is" icon="bridge" href="/concepts/bridge">
    The concept, the trust assumptions, and what can go wrong.
  </Card>

  <Card title="Open the Bridge" icon="arrow-right-arrow-left" href="https://app.soroswap.finance/bridge">
    Bridge into Stellar from the app's Bridge tab.
  </Card>
</Columns>

<Note>
  Once an asset is on Stellar you still need a [trustline](/concepts/trustlines) for it before your account can hold it. The Soroswap API can open that trustline for the user inside the swap, see [Gasless Trustline](/api/gasless-trustline).
</Note>
