> For the complete documentation index, see [llms.txt](https://taro-wallet.gitbook.io/taro-wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taro-wallet.gitbook.io/taro-wallet/development-roadmap.md).

# Development roadmap

## Upgrade Tiramisu wallet frontend

We have hired a team of frantend developers to redo the frontend of Tiramisu wallet and make it more similar to other ordinal exchanges.

Project ETA: April 7, 2024

## Develop a Tiramisu mobile app

We will be hiring a team to develop an app that will integrate with Tiramisu API . The mobile app may not include att functionalities of the website but it will allow for trading, withdrawals and deposits.

Project ETA: May 2024

## Integrate Tiramisu GUI with Lightning for Taproot Assets

In April 2024 lightning labs will add functionality for opening taproot assets channels on Bitcoin LIghtning network. This will reduce the cost of sending taproot assets from node to node and allow for asset exchange directly on the lightning network.

We are planning on fully integrating Tiramisu with this new feature.

ETA: April 2024

## Operate as an edge node on Lightning network for Taproot Assets

When taproot asset channels become available on lightning there will be a need for nodes that will interface between BTC and TAP channels. This will allow for taproot asset routing through Bitcoin channels. Tiramisu would like to become an edge node for all of its assets.

ETA: May/June 2024

## Lending of taproot assets

With taproot asset channels becoming available on lightning there will be a demand for inbound liquidity similar to the Bitcoin lightning network. This will open a merket for lending of taproot assets. We would like to provide this functionality either in-house or by partnerting with other inbound liquidity providers such as LnBig.

&#x20;ETA: Summer/Fall 2024


---

# 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:

```
GET https://taro-wallet.gitbook.io/taro-wallet/development-roadmap.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.
