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

# Introduction

TEKTIAS is a high-performance decentralized multichain DeFi protocol. Its hybrid design combines an off-chain order book, advanced aggregation, and liquidity management engine with on-chain custody and settlement. This approach delivers the speed and efficiency of traditional trading systems while ensuring the transparency and security of blockchain technology — creating a seamless and powerful trading experience.

TEKTIAS operates across multiple blockchains, including Ethereum, Binance Smart Chain, Zksync, Monad Testnet and more \*currently in testnet phase. This multichain integration enables fast, cost-efficient, and cross-chain transactions, providing users with unmatched flexibility and interoperability. Liquidity on TEKTIAS is enhanced through automated market makers (AMM) and aggregated from various DeFi protocols to offer deep order books and optimized pricing.

Built for all types of DeFi users, TEKTIAS provides instant execution, low-latency transactions, and cross-chain compatibility — all while allowing users to maintain full control and custody of their funds. Whether you’re trading, providing liquidity, or exploring yield opportunities, TEKTIAS delivers a best-in-class DeFi experience.

{% hint style="info" %}
Learn more about how to use TEKTIAS [Basics](https://tektias.gitbook.io/tektias/guides-for-using-tektias-features/1.-setting-up-your-wallet)&#x20;
{% endhint %}


---

# 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://tektias.gitbook.io/tektias/getting-started/quickstart.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.
