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

# Introduction

## What is GiroSwap?

GiroSwap is the first community-driven, multi-protocol platform built on the Sui ecosystem, addressing the "liquidity problem" of NFTs and Tokens through a dual AMM (Automated Market Maker) approach. Using the AMM model to solve liquidity issues has become a popular trend and a proven method in the entire crypto market. GiroSwap aims to create a broader network effect by intertwining various decentralized markets and tools, injecting more liquidity into the market.

So far, the core products that will be described in more detail here include: a product matrix to solve NFT liquidity issues, a secure and efficient DEX with high capital utilization, a LaunchPad supporting NFT/Token offerings, and income returned to the community. GiroSwap's product configuration allows the entire platform to maintain decentralized governance by $GIRO token holders. While significant structural changes are determined by community voting, day-to-day operations, rebalancing of pools and ratios, business strategies, and overall development are ultimately decided by our core team.

The following document provides a detailed introduction to the functionality and technical aspects of the ecosystem products, as well as customized tutorials to help you understand all the exciting features of GiroSwap!

<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://giroswap.gitbook.io/giroswap-whitepaper/introduction.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.
