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

# KACO Finance

### Custom Curve

KACO is a DEX that users can customize with different curves and fees. Therefore, your market-making costs can be reduced.

### Decentralized Transaction

KACO allows users to complete transactions without going through a centralized exchange. Everything you do on KACO is done directly from your own wallet. You do not need to give your tokens to anyone!

### Liquidity Pools

If these tokens have sufficient liquidity, you can trade tokens on KACO. If no one provides liquidity for the tokens you want to exchange, or the amount of liquidity pool is small, then your transaction will pay expensive fees. The transaction may not be completed due to price fluctuations.You will get the corresponding LP tokens if you provide liquidity. LP tokens can increase not only the depth of token liquidity but also get the transaction fee rewards.

### Yield Farming

Income agriculture allows users who provide liquidity to get $KAC rewards by locking their LP tokens into smart contracts. This can balance the unpaid loss due to lock-in liquidity.

### NFT Collections

KACO NFT is a unique, rare, and immutable digital artwork generated by encryption. Each NFT is limited. You can view it in your wallet or trade it on the market.


---

# 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://coinversationprotocol.gitbook.io/kaco-doc/product/kaco-finance.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.
