# Wrapped TT Addresses

Wrapped TT can be traded directly with alt tokens; wTT can also be converted back to TT.

## wTT Address:

{% tabs %}
{% tab title="Mainnet" %}
{% code title="wTT on ThunderCore Mainnet" %}

```
0x413cEFeA29F2d07B8F2acFA69d92466B9535f717
```

{% endcode %}

{% embed url="<https://wtt.thundercore.com>" %}
You can manually swap TT <=> wTT here
{% endembed %}
{% endtab %}

{% tab title="Testnet" %}
{% code title="wTT on ThunderCore Testnet" %}

```
0x390127E81EDe57CFa1e65eA9A96bD68A59D0a099
```

{% endcode %}

{% embed url="<https://wtt-testnet.thundercore.com>" %}
You can manually swap testnet TT <=> wTT here
{% endembed %}
{% endtab %}
{% endtabs %}


---

# 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.developers.thundercore.com/tool/tools/wtt.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.
