# Bridge

TaoFi’s bridge allows users to bridge to and from Bittensor EVM. Currently, USDC can be bridged from Ethereum and Base, with more networks and assets to be added in the future. Bridging is 1-to-1, with no fees excluding gas. All USDC on Bittensor EVM is fully backed by assets held on the origin chains. Users who bridge at least 100 USDC will automatically receive 0.01 TAO for gas.

Interchain communication for the bridge is provided by [Hyperlane](https://hyperlane.xyz/). Complete information about the security and operation of the bridge can be found in [Hyperlane's documentation](https://docs.hyperlane.xyz/docs/protocol/warp-routes/warp-routes-overview).

Users can bridge TAO from Bittensor to Bittensor EVM using the [canonical bridge](https://bridge.bittensor.com/).


---

# 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.taofi.com/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.
