> For the complete documentation index, see [llms.txt](https://docs.trover.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trover.tech/using-trover/bridge-and-swap-assets.md).

# bridge and swap assets

## bridge and swap assets

trover uses relay-backed routing to move or swap assets across supported evm networks.

### use the bridge page

open **bridge**, choose the origin network, destination network, assets, and amount, then review the returned route. your linked wallet is used by default. destination and refund addresses can be changed when custom addresses are enabled.

### use a command

```
bridge 20 USDC from base to robinhood chain
bridge 0.01 ETH from ethereum to base as USDC
```

supported aliases include **ethereum**, **optimism**, **bnb**, **polygon**, **robinhood chain**, **base**, **arbitrum**, and **avalanche**. live availability is still determined by relay and trover’s current allowlist, denylist, and operator controls.

you can add optional instructions:

```
bridge 20 USDC from base to robinhood chain as USDG slippage 50 bps
```

the default mode is exact input. phrases such as **receive exactly** or **get exactly** request exact output when the route supports it.

### before you submit

check:

* both networks and both assets
* the recipient and refund address
* the minimum received amount
* slippage
* network gas and route fees
* approvals and execution steps

{% hint style="warning" %}
bridges add provider, relayer, destination-chain, and cross-chain execution risk. a quote is not a guarantee that every step will complete at the displayed time or cost.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.trover.tech/using-trover/bridge-and-swap-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
