# Wrapping and Unwrapping Native Tokens

Sometimes, users may want to swap a wrapped native token into the actual native token, a process known as "unwrapping." Conversely, converting a native token into its wrapped version is called "wrapping." Essentially, these are the same token, but wrapping the native token transforms it into an ERC-20 token, which provides additional functionality not supported by native tokens, such as integration with smart contracts or DeFi protocols.

In our API, we cannot facilitate these swaps, as they are not real trades. There are no quotes involved, and the conversion is always a 1:1 ratio since it's the same underlying asset. We recommend that integrators handle this directly in their UI and utilize the chain’s native wrap/unwrap methods (for EVM networks) to perform the conversion.


---

# 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.unizen.io/api-introduction/before-you-get-started/wrapping-and-unwrapping-native-tokens.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.
