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

# Built-in USDC

DeGate makes USDC mobile across networks: hold it on any supported chain, move it between chains in one click at a 1:1 rate with zero fees, and use USDC on one chain to buy tokens on another.

* **Native in-app bridging.** Transfer USDC across chains directly within the app. There is no need for external browsers or third-party bridges, which keeps the flow faster and reduces exposure to phishing.
* **Seamless USDC mobility.** The concept of "bridging" is made invisible. You can send USDC across any supported network in one click, use your USDC on one chain to buy a token on a different chain, and deposit USDC into [Turbo Range](/features/turbo-range.md) or [Simple Earn](/features/simple-earn.md) from any network.
* **Security and efficiency.** Every transfer is processed within DeGate's protocol, reducing steps to save on gas and minimize transaction time.

## FAQ

**Which networks can I move USDC between?** Any of DeGate's supported networks; the list is in [What is DeGate](/about-degate/readme.md#supported-networks).

**What does a cross-chain USDC transfer cost?** USDC bridging between supported chains is free and 1:1, as of July 2026. See [Fees](/fees/fees.md).


---

# 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.degate.com/features/built-in-usdc.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.
