# Component

At the core of DaaS is our simplified swap codebase template, which serves as the foundation for users to build their personalized DEX. With intuitive controls for modifying sections, colors, logos, and more, users can tailor their exchange to reflect their unique brand and vision—all without the need for coding expertise.

Once satisfied with their customizations, users simply confirm their changes and submit contract details, including wallet addresses for fee collection and preferred fee rates. <mark style="color:purple;">It's important to note that 50% of the collected fees belong to Taya, ensuring mutual benefit and alignment of interests.</mark>

Upon submission, users receive their customized codebase, seamlessly integrated with Tayaswap's API for pool and swap functionalities. This integration ensures that users can tap into Tayaswap's

liquidity pools

and swap logics, enhancing liquidity and trade execution efficiency.

Deploying the customized template is a breeze, with options to host on platforms like

[Netlify](https://www.netlify.com/)

for unparalleled accessibility and scalability. Through DaaS, Taya empowers users to not only participate in DeFi but also become creators and entrepreneurs in their own right, driving innovation and democratizing access to decentralized finance.

From a technical standpoint, the DaaS platform leverages modular architecture and **RESTful APIs** to facilitate seamless integration and customization. Smart contracts govern fee distribution and exchange operations, ensuring transparency and security in every transaction.


---

# 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.taya.fi/dapp-as-a-service/component.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.
