# Home

**Introducing the** FiveFiveSwap **Protocol**

So, let's get this straight: FiveFiveSwap isn't your ordinary DEX. FiveFiveSwap is an adaptation of Uniswap V2 protocol for ERC1155/ERC20 pairs.&#x20;

**For the Devs Out There:**

If you're about to embark on this code journey, here's a heads-up on what this documentation offers:

1. **Function Insights:** A closer look at each function, dissecting its purpose, inputs, outputs, and the mechanics behind the curtain.
2. **Integration 101:** Thinking of adding FiveFiveRouter to your dApp? We've streamlined the process for you. Easy peasy.
3. **Troubleshooting:** Even the best hit roadblocks. So, for those occasional hiccups, we've got pointers and fixes to get you back on track.
4. **Practical Use Cases:** Real-world scenarios to showcase the protocol in action. Get a feel for how this could redefine your DeFi experience.

Dive deep, explore, and let your code do the talking. Whether you've been coding since you were in diapers or you're still finding your groove, these docs are your gateway into mastering the FiveFiveRouter Protocol. Happy coding!


---

# Agent Instructions: 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:

```
GET https://docs.fivefiveswap.xyz/home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
