# Next step: Ta-da chain

To fully decentralize Ta-da, it is necessary to migrate all the business logic currently implemented in the backend to the blockchain.&#x20;

This includes the consensus system, dataset storage, user data security, and more. \
Although the power and expressiveness of smart contract languages are constantly evolving, they are not yet advanced enough to enable us to implement our business logic in a completely decentralized way.&#x20;

For these reasons, alongside the implementation of various new features, we will be working on developing our own blockchain. \
\
Of course, we will not be redeveloping everything from scratch; we will leverage technologies such as [MultiversX's Sovereign Shards](broken://pages/mL11w1C7NDkTDsf8AOpI), [Avalanche Subnets](https://docs.avax.network/learn/avalanche/subnets-overview) or [Cosmos Chain](https://cosmos.network/).

Stay tuned!


---

# 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.ta-da.io/white-paper/blockchain-integration/next-step-ta-da-chain.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.
