> For the complete documentation index, see [llms.txt](https://docs.minterest.com/minterest-faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minterest.com/minterest-faq/taiko-network/community-faq.md).

# Community FAQ

{% hint style="warning" %}
Minterest’s **Taiko** deployment is winding down to focus on **Ethereum** and **Mantle**. Supply and borrow are disabled. Please repay and withdraw by **Nov 30**, 2025.
{% endhint %}

### **1. What can I do on Minterest on the Taiko Network?**

Minterest users on Taiko will initially be able to:

* Supply token assets: [WETH](https://taikoscan.net/token/0xa51894664a773981c6c112c43ce576f315d5b1b6), [USDC](https://taikoscan.io/token/0x07d83526730c7438048d55a4fc0b850e2aab6f0b) & [USDT](https://taikoscan.net/token/0x2def195713cf4a606b49d07e520e22c17899a736). It's important to verify the token contract addresses with the links provided.

Other features coming include:

* Borrowing;
* MINTY token as emission rewards and staking rewards
* MINTY Staking allows users to tap into the fee generation of Minterest for increased rewards&#x20;
* Minterest NFTs that increase emission rewards once they are enabled.

### **2. What do I get for Supplying on Minterest on the Taiko Network?**

At launch, Minterest utilises a Points system (coming soon).

Minterest users earn points, called Mints, accrue through ongoing participation in the Minterest protocol.

MINTY emissions will be activated at a later stage.

### **3. What is staking? How do I stake?**

MINTY staking will be available sometime after the MINTY token is liquid.

### **4. What is the difference between MINTY on Ethereum, Mantle, or Taiko networks?**

There is no difference in the utility of MINTY, whether on Ethereum, Mantle, or Taiko Networks.

### **5. Can I use Yield-Boosting Minterest NFTs on Taiko Network?**

Yes, you will be able to. More information on Minterest NFTs on Taiko Network is coming soon.

### **6. How can I move my MINTY from other networks to Taiko Network or vice versa?**

MINTY can be freely transferred (i.e. bridged) among the networks Minterest supports using LayerZero once MINTY is transferable.

### **7. Where is MINTY listed? Where can I trade MINTY?**

MINTY is not currently transferrable. Stay tuned for official announcements.

### **8. When will MINTY be listed?**

Stay tuned for official announcements.

### **9. What are Minterest’s tokenomics?**

A detailed spreadsheet of Minterest’s tokenomics is available [here](https://docs.google.com/spreadsheets/d/1ed1WZEL_LzOk327spMU992p9yBAHZoWGDj4V9aOoEe8/).

### **10. How do I use Taiko Network? How do I bridge my assets?**

Please read our [guide](/minterest-faq/taiko-network/bridge-assets-to-taiko-from-ethereum.md) on Bridging assets to Taiko.

*Disclaimer: Interacting with Taiko, LayerZero, third-party bridges or external dApps involves contracts and infrastructure not operated or audited by Minterest. Minterest disclaims responsibility for downtime, contract upgrades, loss of assets or other issues arising from their use. Proceed at your own risk and perform independent due-diligence.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.minterest.com/minterest-faq/taiko-network/community-faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
