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

# Welcome to 7K

## What is 7K?

* The name "7K" reflects the character **水** (water), aligning with the theme of the Sui blockchain.
* Our goal is to integrate deeply with Sui to enhance and enrich its growing ecosystem. As the pioneering dynamic trading route aggregator on Sui, **7K Aggregator** is designed to optimize your trading strategies.

## What makes 7K different?

### Optimized Synchronizing Speed

Thanks to our advanced data infrastructure, we can synchronize blockchain data significantly faster than typical PRC updates. As a result, users see amounts in the UI that are more accurate and up-to-date. This improvement minimizes transaction failures due to slippage.

### **Dynamic Trade Routing**

Our dynamic trade routing system distributes input token amounts across multiple paths to secure the best possible prices. Users can view the DEXs involved in the trade and the percentage splits among them, ensuring optimal outcomes.

### **Automatic Market Listing**

**7K Aggregator** automatically includes new pools with a Total Value Locked (TVL) greater than $500 from supported exchanges. This feature enhances your swapping experience by eliminating the need to manually search and trade on each exchange.

### Gas Saving

Using advanced algorithms, **7K Aggregator** manages to offer better rates with less route splitting, thereby reducing the total gas cost for users.

## 7K DeFi Roadmap

Full article: <https://x.com/7k_ag_/status/1936015549504647370>

2025 Q3

* LP Pro - Mainnet
* LP Pro - Automation
* 7K Spot DEX - Mainnet

2025 Q4

* LP Pro - Advanced Analytics
* LP Pro - Auto-invest with Customized Strategies
* LP Pro - Trading Data Analytics
* 7K Spot DEX - Community Liquidity Provision (Phase 2)

2026 H1

* LP Pro - Leveraged LPing
* LP Pro - Backtesting Tools
* 7K DEX - Perps/Margin Trading (Phase 3)
* Project TGE


---

# 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.7k.ag/getting-started/welcome-to-7k.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.
