# tTokens

### Overview

In return for their supplied assets, liquidity providers will receive corresponding tToken (e.g., tETH, tUSDC), which entitles them to redeem the supplied assets in the future. The tToken-to-asset exchange rate will continuously increase to reflect interests earned by the lender.

Each asset supported by Tectonic is integrated through a tToken contract, which is an [ERC-20](https://eips.ethereum.org/EIPS/eip-20) compliant representation of balances supplied to the protocol. By minting tTokens, users (1) earn interest through the tToken's exchange rate, which increases in value relative to the underlying asset, and (2) gain the ability to use tTokens on other protocols that accept tTokens.

### Supported tTokens

The Tectonic protocol plans to support the following tokens at public launch.

* TrueUSD (TUSD) - deprecated
* Dai (DAI)
* Tether (USDT)
* USD Coin (USDC)
* Wrapped BTC (WBTC)
* Wrapped Ether(WETH)
* Tectonic (TONIC)&#x20;
* Cronos (CRO)
* Cosmos (ATOM)
* Cardano (ADA)
* VVS Finance (VVS)

For the extensive list, please refer [here](/docs/developer/smart-contracts-and-security/ttoken-smart-contracts.md).

## **Commonly asked questions**

<details>

<summary><strong>Q) How do I find my tToken balance?</strong></summary>

**A:** Your tToken balance is visible in your wallet. Alternatively, you can check your balance on the [Dashboard](https://app.tectonic.finance/dashboard/)

<img src="/files/ICAiOQnILQLIt1tANHzp" alt="" data-size="original">

</details>

<details>

<summary><strong>Q) Can I transfer my tTokens?</strong></summary>

**A:** Yes you can. However, do note that transferring your tTokens is equivalent to transferring the underlying asset that you have supplied on Tectonic. This could impact your account health (lava bar) if you are borrowing against it. If the transfer is successful, you will see your tToken balance on the Dashboard decline.

</details>

<details>

<summary><strong>Q) Why was the transfer of my tTokens unsuccessful?</strong></summary>

**A:** This may happen if you are borrowing against this asset on Tectonic and the transfer of tTokens would bring your account health beyond the liquidation threshold.

</details>


---

# 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://tectonic.gitbook.io/docs/protocol/ttokens.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.
