# Why Sui?

* **Move is More Secure**: Asset ownership based architecture **prevents re-entrancy** attacks by design.&#x20;
* **High TPS, Low TTF, Cheap Gas**: Sui's DAG based consensus mechanism allows for 100k+ TPS. Parallelized execution and **horizontal scaling** capability prevents spike in txn costs even during surge events, making Sui one of the few chains where a fully on-chain matching engine is actually practical.&#x20;
* **Superior On-chain Tooling**: ZkLogin allows for on-chain wallet creation & management via Google login. Gas sponsorship mechanism is implemented at chain level, **making onboarding significantly easy.**&#x20;
* **Opportunity to Build Liquidity ground-up**: Being a new non-EVM layer 1 ecosystem, Sui DeFi had to bootstrap all foundational primitives from 0. Being early builders in the ecosystem helped us experience this growth first-hand. **Kriya's spot AMM has $60M+ TVL**, we have strong relationships with existing DEXs, lending protocols, CDPs and are well positioned to quickly ship product integrations during market euphoria.


---

# 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.kriya.finance/overview/why-sui.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.
