# Token Conversion

The Token Conversion module is a dedicated utility interface designed to facilitate asset migrations and the onboarding of native tokens

#### Native USDC Migration

It was instrumental during the transition to native USDC on the ZKsync Era, supporting the one-way conversion from USDC.e (bridged USDC) to native USDC

#### What's More - Advanced Tokenomics Supports

The protocol provides a robust framework for one-way pegged token conversions, making it a highly useful tool for custom token designs and advanced economic models


---

# 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.syncswap.xyz/syncswap/protocol-overview/token-conversion.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.
