# WTON Gateway

WTON is the first Jetton standard token supported 1:1 with the Toncoin within the TON Network. The Jetton Token Standard defines how tokens are transferred within the TON network and how to keep a consistent record of transfers between tokens.

The purpose of the release of the asset linked with the TON token is 1) due to the nature of the TON network, which is based on the TON token, it cannot implement various functions based on the smart contract itself, and 2) an ecosystem outside of TON (ex. Ethereum, Polygon, etc.) to directly use TON tokens.

In other words, TON tokens must be ‘wrapped’ with Jetton tokens through the [WTON Gateway](https://wton.dev/) to be utilized in various functions based on smart contracts. WTON, which has the flexibility of the Zetton standard, solves the interoperability problem of the TON network, broadening the scope of use of TON, the key currency of the TON blockchain network. Through WTON Gateway, users can use assets linked to TON tokens in smart contracts on networks such as Ethereum and Polygon.

{% content-ref url="../guides/how-to-convert-ton-to-wton-through-the-wton-gateway" %}
[how-to-convert-ton-to-wton-through-the-wton-gateway](https://docs.megaton.fi/guides/how-to-convert-ton-to-wton-through-the-wton-gateway)
{% endcontent-ref %}


---

# 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.megaton.fi/products/wton-gateway.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.
