> For the complete documentation index, see [llms.txt](https://docs.tswaps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tswaps.com/bridge/eosio-bridge/how-to-bridge.md).

# How to Bridge

Once wallets have been created, the user must select a network to bridge from. Once selected the user will be required to login using any of the available methods.

![](/files/1Wxa4JnytkAmw9xTDPkt)

Note: If the user changes their from chain, they will need to login with an account on that network each time the from chain is changed.

![Network selection dropdown](/files/jsXSzvzzzcjU4yDCEa1l)

![Available networks](/files/uUWlFFgf5IUoH07C08Uh)

After selecting a network, the user needs to select the token to bridge.

![Token selection dropdown](/files/xzdnsiJ0vKe4w3jhuFY7)

![A list of tokens and their balances](/files/LrXCL5xRwuaPaLwtv2Dw)

When the dropdown is clicked a list of available tokens to bridge as well as their balances are displayed for selection. Select a token and the quantity to be bridged.

![Token quantity field](/files/aFlYtuDnqTKz5VeBMmPm)

Once a token, network and quantity have been selected, the to account field needs to be filled in with the 12-digit account name.

![To account field](/files/sfiW1vM0EYGKrwaHZ0Qc)

The next step is to select the chain where the to account resides.

![To network dropdown](/files/GQhajGUxq46uGVeiSwV7)

The memo field can be filled in to add a memo to the bridging transaction. (Filling in this field is optional)

![Memo field](/files/rWOZVqjVF443ZYQsFpiC)

Once all required fields are filled in and all options selected, the user may click the send button to begin the transaction. The user's selected method of signing transactions should appear. The user need only sign the transaction to complete the bridging process.


---

# 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.tswaps.com/bridge/eosio-bridge/how-to-bridge.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.
