> For the complete documentation index, see [llms.txt](https://docs.swapscanner.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swapscanner.io/english/intro/motivation.md).

# Development Motivation and Necessity

To enhance the overall user experience within the Kaia ecosystem, Swapscanner aims to become a one-stop platform where Kaia DeFi investors can engage in trading, investment, and asset management seamlessly. Here's why Swapscanner's development was crucial:

### **Market Fragmentation and Integration Need**

The Kaia network's token exchange market, despite its global scale, suffers from fragmentation due to varying liquidity and supported tokens across different DEXes. Swapscanner seeks to unify this fragmented market as a next-generation DEX Aggregator, ensuring the best prices and reducing overpayment due to market inefficiencies.

### **Need for Enhanced Stability and Transparency**

Unlike some services that allow contract upgrades, Swapscanner ensures operational security and transparency by making it impossible for anyone, including the operators, to tamper with contracts. This is further bolstered by audits from HAECHI LABS and CERTIK, emphasizing our commitment to reliability.

### **Reliable KAIA Single Staking Service**

Addressing the inconvenience caused by a 7-day lockup period for unstaking in conventional services, Swapscanner offers instant exchange options without the lockup, enhancing the liquidity and attractiveness of KAIA staking.

### **Symbiosis with All Kaia Network DEXes**

Swapscanner coexists with all DEXes in the Kaia network, providing traders with the best exchange routes by aggregating all DEXes. This integration ensures users benefit from comprehensive market access through a single platform.

### **Essential Features for the Network**:

* **Pro Charts**: The absence of accurate market price charts in the Kaia network is addressed by Swapscanner, offering professional charting tools that consider LPs from all DEXes for precise market prices. This enables technical analysis and trading, filling a critical gap in the market.
* **Asset Management**: Swapscanner introduces portfolio management capabilities, allowing for an overview of assets across protocols and wallets, simplifying asset tracking, and management for users.


---

# 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://docs.swapscanner.io/english/intro/motivation.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.
