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

# Features

- [Exchange](https://docs.tropicalswap.exchange/features/exchange.md): Imagine a bustling tropical market where vibrant fruits of various tokens are traded freely, a place buzzing with life, full of colors, and resonating with the cheerful rhythm of decentralization.
- [Swap](https://docs.tropicalswap.exchange/features/exchange/swap.md): Just like trading shells on a sunny beach, swapping tokens on TropicalSwap is an enjoyable and straightforward affair.
- [Liquidity](https://docs.tropicalswap.exchange/features/exchange/liquidity.md): Just like the mysterious lagoons hidden amidst the lush tropics, our vibrant liquidity pools hold unexplored potential, ready for your tokens to take the plunge.
- [Yield Farming](https://docs.tropicalswap.exchange/features/yield-farming.md): Kick Back and Reap the Fruits: Yield Farming at TropicalSwap.
- [Farms & Pools](https://docs.tropicalswap.exchange/features/yield-farming/farms-and-pools.md): Harvesting Growth and Channeling Streams: Delving into the Core Mechanisms Behind Reward Generation at TropicalSwap
- [Launchpad](https://docs.tropicalswap.exchange/features/launchpad.md): This service is like a hidden treasure, granting you exclusive access to promising new tokens right in the heart of our ecosystem.
- [$PAPPLE Launchpad](https://docs.tropicalswap.exchange/features/launchpad/usdpapple-launchpad.md): It is with great pride that we unveil the details of our $PAPPLE Launchpad!
- [Launch Your Project with TropicalSwap!](https://docs.tropicalswap.exchange/features/launchpad/launch-your-project-with-tropicalswap.md): We're inviting innovators to explore growth opportunities in our DeFi ecosystem. TropicalSwap is your gateway to success in the decentralized world. Transform your vision into reality!
- [Swap-To-Earn Program](https://docs.tropicalswap.exchange/features/swap-to-earn-program.md): Make every swap an opportunity to cultivate rewards in the form of SEEDS, our ecosystem’s newly introduced utility token.
- [NFT: Tropical Islands Boarding Pass](https://docs.tropicalswap.exchange/features/nft-tropical-islands-boarding-pass.md): Born from our desire to honor and reward those who have stood by us through the ebbs and flows, the Tropical Islands Boarding Pass collection is a homage to our collective journey.
- [Contracts](https://docs.tropicalswap.exchange/features/contracts.md): Enjoy the landscape of TropicalSwap's official contracts


---

# 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.tropicalswap.exchange/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.
