> 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/contracts.md).

# Contracts

Remember, it's a jungle out there, so always double-check that the contracts you're interacting with are official TropicalSwap contracts.

As diligent explorers, please make sure to do your due diligence. Don't fall for mirages of unauthorized contracts in this vast desert of information.

At TropicalSwap, we're not just your guides; we're your companions on this adventure. So let's plunge into the verdant wilderness together, fostering a sense of openness, approachability, and a shared love for this tropical paradise.&#x20;

Happy exploring!

**Important:** These are the **only official contracts**. Beware of pirates and always ensure you're sailing with TropicalSwap.

<table><thead><tr><th width="270">Contract Name</th><th>Contract Address</th><th data-hidden></th></tr></thead><tbody><tr><td>TropicalFactory</td><td>0x5B54d3610ec3f7FB1d5B42Ccf4DF0fB4e136f249</td><td></td></tr><tr><td>TropicalRouter</td><td>0x116e699bf25dA6d80543850029257C9116692ac2 </td><td></td></tr><tr><td>TropicalZapV1</td><td>0x7998653869Ab3c78888f954a3F62d8B7EA3bC867 </td><td></td></tr><tr><td>Tropical BoardingPass NFT</td><td>0x33aE5F7Eed4f5C498869bB671Bb20Ad5A2FfEd25</td><td></td></tr><tr><td>Pineapple ($PAPPLE)</td><td>0x2b19015bd5B9270097d1cEc431c800d11e9f4841</td><td></td></tr><tr><td>Pineapple Escrowed Token (SEEDS)</td><td>0xFc734d145E2941d70bC5e178A8f946E58FA96186</td><td></td></tr><tr><td>FruitNinja (Masterchef)</td><td>0x8690Efd596D58fae7d6b1A10178ECdC3F19914E8</td><td></td></tr></tbody></table>


---

# 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/contracts.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.
