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

# Bridge

- [Cross-chain transfer](https://docs.octusbridge.io/use/bridge/cross-chain-transfer.md): Moving tokens between different networks
- [Interface](https://docs.octusbridge.io/use/bridge/cross-chain-transfer/interface.md): Cross-chain bridge interface overview
- [How to](https://docs.octusbridge.io/use/bridge/cross-chain-transfer/how-to.md): Instructions for the Octus Bridge transfer section
- [Transferring from another network to Everscale](https://docs.octusbridge.io/use/bridge/cross-chain-transfer/how-to/transferring-from-another-network-to-everscale.md)
- [Transferring between two outside networks](https://docs.octusbridge.io/use/bridge/cross-chain-transfer/how-to/transferring-between-two-outside-networks.md)
- [Find my transaction](https://docs.octusbridge.io/use/bridge/cross-chain-transfer/how-to/find-my-transaction.md)
- [How to return the transfer fee](https://docs.octusbridge.io/use/bridge/cross-chain-transfer/how-to/how-to-return-the-transfer-fee.md)
- [Liquidity requests](https://docs.octusbridge.io/use/bridge/liquidity-requests.md)
- [History](https://docs.octusbridge.io/use/bridge/history.md): Transaction interface
- [Interface](https://docs.octusbridge.io/use/bridge/history/interface.md)
- [Transfer rates](https://docs.octusbridge.io/use/bridge/history/interface/transfer-rates.md): Octus Bridge stats
- [All transfers](https://docs.octusbridge.io/use/bridge/history/interface/all-transfers.md): Transactions history
- [Concepts](https://docs.octusbridge.io/use/bridge/concepts.md)
- [How Octus Bridge transfers work](https://docs.octusbridge.io/use/bridge/concepts/how-octus-bridge-transfers-work.md): Mechanics of Octus Bridge transfers
- [Available chains and assets](https://docs.octusbridge.io/use/bridge/concepts/available-chains-and-assets.md)
- [Universal Bridge](https://docs.octusbridge.io/use/bridge/concepts/universal-bridge.md): Moving any tokens between Everscale and EVM networks
- [Invisible Bridge](https://docs.octusbridge.io/use/bridge/concepts/invisible-bridge.md): Using Octus Bridge without EVER


---

# 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:

```
GET https://docs.octusbridge.io/use/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.
