# SDK/API

**Taya's API** serves as the backbone of our DApp as a Service (DaaS) platform, seamlessly connecting users' decentralized exchanges (DEX) to our liquidity pools and comprehensive security infrastructure. Our API is designed to offer users unparalleled access to Tayaswap's ecosystem

At its core, the Taya API facilitates direct integration between users' DEX interfaces and our liquidity pools, ensuring seamless liquidity provisioning and trade execution. Whether users opt for Concentrated LP Pools or Dynamic Pools, our API supports both models, allowing for flexible liquidity management and enhanced market depth.

One of the key features of our API is its support for routing between different liquidity pool models. This means that users' DEX interfaces can seamlessly interact with both Concentrated and Dynamic pools, maximizing liquidity and providing users with a diverse range of trading options.

{% hint style="info" %}
Through secure endpoints and authentication mechanisms (OnChain), users can securely access and interact with Tayaswap's liquidity pools and smart contract functionalities.
{% endhint %}

Furthermore, our API is designed to be developer-friendly, offering comprehensive documentation, **SDKs**, and code samples to streamline integration and development processes. This empowers users to leverage Taya's features and capabilities to build innovative DEX interfaces tailored to their unique specifications.

> In summary, **Taya's API** represents the bridge between users' DEX interfaces and our ecosystem of liquidity pools, security measures, and smart contract functionalities.


---

# 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/sdk-api.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.
