# Introduction

## Welcome!

RCPSwap is a 1:1 deployment of Uniswap V2 on the Arbitrum Nova with no additional changes. If you are new to the Arbitrum ecosystem, check out their [docs ](https://developer.offchainlabs.com/docs/AnyTrust)first.

The pages that follow contain comprehensive documentation of the Uniswap V2 ecosystem. If you are new to Uniswap, you might want to check out the [Protocol Overview](https://moonsdust.gitbook.io/rcpswap/protocol-overview).

### Getting Started

Explore the sidebar to find more specific documentation covering other aspects of the protocol.

### Developer links

The RCPSwap codebase is comprised of forks of open source Uniswap V2 components.

* [`uniswap-v2-core`](https://github.com/MoonsDusts/v2-core)
* [`uniswap-v2-periphery`](https://github.com/MoonsDusts/v2-periphery)
* [`uniswap-interface`](https://github.com/MoonsDusts/RCPSwap-UI)
* [`uniswap-sdk`](https://github.com/MoonsDusts/rcpswap-sdk)

### Reference materials <a href="#reference-materials" id="reference-materials"></a>

Get to know the Uniswap SDK and smart contract methods, attributes, and responses.

* [Smart Contracts](https://moonsdust.gitbook.io/rcpswap/protocol-overview/smart-contract#smart-contracts)
* [Whitepaper](https://uniswap.org/whitepaper.pdf)


---

# 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://moonsdust.gitbook.io/rcpswap/introduction.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.
