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

# Product Features

Neko Swap is an Automated Market Maker (AMM) where trading of runes and tokens is at its core.

The Neko Swap exchange offers a variety of features that support decentralized trading:

<br>

Swapping/Trading

Neko Swap allows users to trade without going through a centralized exchange. Everything you do on Neko Swap is done directly through your own wallet — no need to entrust your tokens to anyone else!

<br>

Liquidity Pools

You can only swap tokens on Neko Swap when there is enough liquidity for those tokens. If no one has added significant liquidity for the tokens you want to swap, doing so would be difficult, expensive, or impossible.

<br>

Providing liquidity will earn you LP (Liquidity Provider) tokens, which will reward you with a share of the trading fees, ensuring that the exchange always has liquidity available.

<br>

Liquidity Mining

Liquidity mining rewards users who provide liquidity by locking their LP tokens into a smart contract with Future Token rewards. The motivation for doing so is to offset the risk of impermanent loss that comes with locking liquidity.

<br>

Initial Farm Offerings (IFOs and IDOs)

Initial Farm Offerings are events that allow users to purchase new tokens at a discounted rate for a limited time. The prices for IFO & IDO are typically very favorable.

<br>

<br>


---

# 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://nekoswap.gitbook.io/nekoswap/product-features.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.
